Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
eafa64b4018a334daae74492fb33bc54bd0bb6aa
/
src
/
gpu
/
GrClipStackClip.h
db91c6e
Improve heuristics for when to use ccpr
by Chris Dalton
· 7 years ago
5d03474
Do software clip mask generation with worker threads
by Brian Osman
· 7 years ago
97180af
Compute clipped draw bounds outside GrAppliedClip.
by Brian Salomon
· 8 years ago
9a76772
Remove origin from GrClipStackClip and GrWindowRectsState.
by Brian Salomon
· 8 years ago
7ba4d71
clipstacks can be on the stack or embedded, therefore should not be ref-counted
by Mike Reed
· 8 years ago
875218e
Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.)
by Robert Phillips
· 8 years ago
19f0ed5
Purge clip masks when they are no longer findable.
by Brian Salomon
· 8 years ago
e305cc1f
Partially defer GrSWMaskHelper
by Robert Phillips
· 8 years ago
0e8fc8b
Relandx2 "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
073285c
Revert "Reland "Remove antialiasing control from GrPaint.""
by Brian Salomon
· 8 years ago
3944484
Reland "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
419d81e
Revert "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
9f54935
Remove antialiasing control from GrPaint.
by Brian Salomon
· 8 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
bde96c6
Move clip mask generation into GrReducedClip
by csmartdalton
· 8 years ago
cb31e51
Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext.
by bsalomon
· 8 years ago
02fa32c
Move GrFixedClip into src directory
by csmartdalton
· 8 years ago
7f0d9f3
Attempt to throw away rrect clips of rrects.
by bsalomon
· 8 years ago
d211e78
Convert GrAppliedClip interface to builder style
by csmartdalton
· 8 years ago
77f2fae
Encapsulate GrReducedClip result in class members
by csmartdalton
· 8 years ago
c6f411e
Merge GrClipMaskManager into GrClipStackClip
by csmartdalton
· 8 years ago
[Renamed (66%) from src/gpu/GrClipMaskManager.h]
59cf61a
Retract PipelineBuilder from GrClip::apply
by robertphillips
· 8 years ago
4430239
Add choke point for modifying non-AA rect draws (e.g., applying clipping)
by robertphillips
· 8 years ago
9a4cfa8
Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ )
by robertphillips
· 8 years ago
e5e3a7a
Add choke point for modifying non-AA rect draws (e.g., applying clipping)
by robertphillips
· 8 years ago
28a838e
Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h
by robertphillips
· 8 years ago
976f5f0
Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack
by robertphillips
· 8 years ago
0152d73
GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext)
by robertphillips
· 8 years ago
5f2fa47
Make GrAppliedClip friendless
by robertphillips
· 8 years ago
c99b8f0
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 8 years ago
2c0aacb
Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:40001 of https://codereview.chromium.org/1977793004/ )
by bsalomon
· 8 years ago
93bc24e
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 8 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 8 years ago
862cff3
Remove clip from GrPipelineBuilder
by cdalton
· 8 years ago
93a379b
Separate user and raw stencil settings
by cdalton
· 8 years ago
e19aecd
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ )
by robertphillips
· 8 years ago
12dbb39
Separate user and raw stencil settings
by cdalton
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
391395d
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
by robertphillips
· 9 years ago
8b8f36f
Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ )
by robertphillips
· 9 years ago
86c6075
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
by robertphillips
· 9 years ago
69cfe95
Add debug option to clip each GrBatch to its device bounds
by bsalomon
· 9 years ago
d472792
Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ )
by cdalton
· 9 years ago
14184d5
Fix mixed samples stencil clip
by cdalton
· 9 years ago
6873782
Remove GrPipelineBuilder from getPathRenderer call
by robertphillips
· 9 years ago
544b9aa
Remove gpu-side clip mask merging from clip mask manager
by robertphillips
· 9 years ago
423e337
Disable gpu-side clip mask merging in the clip mask manager
by robertphillips
· 9 years ago
e91f7b5
Move scissor state to GrAppliedClip
by bsalomon
· 9 years ago
24cdec1
Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ )
by robertphillips
· 9 years ago
5c3ea4c
Fix ClipMaskManager's SW-fallback logic
by robertphillips
· 9 years ago
a912dde
Don't abort analytic clipping if using MSAA until elements are examined
by bsalomon
· 9 years ago
0b5b6b2
Fix clipping when all analytic FP creations can be skipped
by bsalomon
· 9 years ago
c988d2c
Remove ClipMaskType from GrCMM
by bsalomon
· 9 years ago
0ba8c24
Insert clip fragment processor outside GrCMM
by bsalomon
· 9 years ago
473addf
Remove separate cache for clip mask textures
by bsalomon
· 9 years ago
b3b9aec
Remove GrClipTarget
by bsalomon
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
4421a4c
small cleanups after fixing const of GrPipelineBuilder on DrawTarget
by joshualitt
· 9 years ago
5e6ba21
Modify GrClipMaskManager to reflect logical constness
by joshualitt
· 9 years ago
edd77a1
Remove GrContext from GrClipMaskCache
by bsalomon
· 9 years ago
8dc7c3a
Rename GrStencilBuffer to GrStencilAttachment
by egdaniel
· 10 years ago
6be6f7c
Cleanup in GrPipelineBuilder
by bsalomon
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
9e5fc72
Add stencil buffer create tracking to GPU stats.
by bsalomon
· 10 years ago
0ea80f4
Rename GrResourceCache2->GrResourceCache
by bsalomon
· 10 years ago
8dd688b
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
by egdaniel
· 10 years ago
8059eb9
Move ViewMatrix off of drawstate
by joshualitt
· 10 years ago
3e79124
Stop creating GrODS for stencilPath commands.
by bsalomon
· 10 years ago
8750924
Add Coverage Drawing XP
by egdaniel
· 10 years ago
2e3b3e3
This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated).
by joshualitt
· 10 years ago
9853cce
Drawstate on stack
by joshualitt
· 10 years ago
3fc6a2f
Combine similar DrawPaths calls in GrInOrderDrawBuffer
by cdalton
· 10 years ago
2c93efe
Clip in grdrawtarget
by joshualitt
· 10 years ago
3bdd7dc
small fix for cache clear
by joshualitt
· 10 years ago
7a6184f
cleanup reentrance logic in CMM
by joshualitt
· 10 years ago
329bf48
BUG=skia:
by joshualitt
· 10 years ago
6db519c
clear stencil clip on draw target
by joshualitt
· 10 years ago
77b1307
Scissor rect on drawinfo
by joshualitt
· 10 years ago
a58fe35
Clip mask manager sets stencil on draw type
by joshualitt
· 10 years ago
3a0cfeb
Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/)
by joshualitt
· 10 years ago
7afb5aa
Clip mask manager sets stencil on draw type
by joshualitt
· 10 years ago
427cf28
Remove AutoScratchTexture
by bsalomon
· 10 years ago
c8dc1f7
Add GrResourceCache2.
by bsalomon
· 10 years ago
1d89ddc
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/)
by bsalomon
· 10 years ago
94ce9ac
Add GrResourceCache2.
by bsalomon
· 10 years ago
217daa7
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/)
by mtklein
· 10 years ago
e9a729c
Remove the AA requirement for selecting GrEffect-based clipping.
by bsalomon
· 10 years ago
e159386
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/)
by bsalomon
· 10 years ago
a73218b
Remove the AA requirement for selecting GrEffect-based clipping.
by bsalomon
· 10 years ago
ad1dc58
Split caching from allocation in GrClipMaskManager
by krajcevski
· 10 years ago
e3beb6b
SkNonCopyable should be used with private inheritance.
by commit-bot@chromium.org
· 11 years ago
e5a041c
Implement the clip as 4 or fewer GrEffects when possible.
by commit-bot@chromium.org
· 11 years ago
3ae0e6c
Add dev bounds to bmp txt context, use bounds to ignore clips
by commit-bot@chromium.org
· 11 years ago
e79f320
Revert of r13384 (Stateful PathRenderer implementation)
by robertphillips@google.com
· 11 years ago
1195a28
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
by mike@reedtribe.org
· 11 years ago
8ed6443
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
3e0c64a
Stateful PathRenderer implementation
by robertphillips@google.com
· 11 years ago
d3e5842
Avoid re-rendering stencil clip for every draw with reducable clip stack
by commit-bot@chromium.org
· 11 years ago
f0784bd
Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack"
by reed@google.com
· 11 years ago
Next »