skia2/include/gpu
reed d954498c01 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/)
Reason for revert:
May just rebaseline, plus want to see the results of the chrome tests, so re-trying this CL.

Original issue's description:
> Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/)
>
> Reason for revert:
> multipicturedraw failed on nvprmsaa -- don't know why yet
>
> Original issue's description:
> > Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects:
> >
> > 1. Queries to the current clip will be conservatively large. This can mean the quickReject may return false more often.
> >
> > 2. The conservative clips mean less work is done.
> >
> > 3. Enabled by default for Gpu, Record, and NoSaveLayer canvases.
> >
> > 4. API is private for now.
> >
> > Committed: https://skia.googlesource.com/skia/+/27a5e656c3d6ef22f9cb34de18e1b960da3aa241
>
> TBR=robertphillips@google.com,bsalomon@google.com,mtklein@google.com,junov@google.com
> NOTREECHECKS=true
> NOTRY=true
>
> Committed: https://skia.googlesource.com/skia/+/6f09709519b79a1159f3826645f1c5fbc101ee11

R=robertphillips@google.com, bsalomon@google.com, mtklein@google.com, junov@google.com, reed@google.com
TBR=bsalomon@google.com, junov@google.com, mtklein@google.com, reed@google.com, robertphillips@google.com
NOTREECHECKS=true
NOTRY=true

Author: reed@chromium.org

Review URL: https://codereview.chromium.org/560713002
2014-09-09 18:46:22 -07:00
..
gl "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrBackendEffectFactory.h Allow GrGLEffects to produce variable length keys. 2014-07-21 08:03:14 -07:00
GrBinHashKey.h Make textures register with GrResourceCache2 as scratch. 2014-08-28 09:54:34 -07:00
GrClipData.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrColor.h Always use both a color and coverage attribute in GrAARectRenderer. 2014-08-11 11:07:48 -07:00
GrConfig.h Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation 2014-08-12 18:00:47 -07:00
GrContext.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrContextFactory.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrCoordTransform.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrDrawEffect.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrEffect.h Add GrProgramElement base class for GrEffect with deferred exec ref. 2014-09-04 13:12:37 -07:00
GrEffectStage.h Make GrEffectStage copy constructor work correctly with pending execution refs. 2014-09-08 12:06:20 -07:00
GrEffectUnitTest.h Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. 2014-07-08 06:52:35 -07:00
GrFontScaler.h Fix thread unsafe mutex initialization. 2014-07-25 11:52:48 -07:00
GrGlyph.h Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. 2014-07-22 13:25:26 -07:00
GrGpuResource.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrPaint.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrPathRendererChain.h Revert of r13384 (Stateful PathRenderer implementation) 2014-02-11 16:30:21 +00:00
GrProgramElement.h Don't take a ref on GP in AutoEffectRestore. 2014-09-05 12:23:12 -07:00
GrProgramElementRef.h Make GrEffectStage copy constructor work correctly with pending execution refs. 2014-09-08 12:06:20 -07:00
GrProgramResource.h Add method to GrProgramResource to record that pending a execution was completed. 2014-09-04 14:13:44 -07:00
GrRect.h Begin atlasing 2014-06-30 08:26:50 -07:00
GrRenderTarget.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrResourceKey.h Make textures register with GrResourceCache2 as scratch. 2014-08-28 09:54:34 -07:00
GrSurface.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
GrTBackendEffectFactory.h Allow GrGLEffects to produce variable length keys. 2014-07-21 08:03:14 -07:00
GrTexture.h Make textures register with GrResourceCache2 as scratch. 2014-08-28 09:54:34 -07:00
GrTextureAccess.h Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. 2014-09-05 14:27:43 -07:00
GrTypes.h Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation 2014-08-12 18:00:47 -07:00
GrTypesPriv.h Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL 2014-04-30 14:17:00 +00:00
GrUserConfig.h Rename from "(un)lock" to "(un)map" for geometry buffers. 2014-05-07 20:51:05 +00:00
SkGpuDevice.h Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) 2014-09-09 18:46:22 -07:00
SkGr.h eliminate code related to SkBitmap::Config 2014-08-18 08:13:03 -07:00
SkGrPixelRef.h remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code 2014-07-14 09:21:31 -07:00
SkGrTexturePixelRef.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00