Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
a25f470bc7bef67e7b0486efabf8cbf60a064c9c
/
src
/
gpu
/
GrClipMaskManager.h
59cf61a
Retract PipelineBuilder from GrClip::apply
by robertphillips
· 9 years ago
4430239
Add choke point for modifying non-AA rect draws (e.g., applying clipping)
by robertphillips
· 9 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
· 9 years ago
e5e3a7a
Add choke point for modifying non-AA rect draws (e.g., applying clipping)
by robertphillips
· 9 years ago
28a838e
Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h
by robertphillips
· 9 years ago
976f5f0
Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack
by robertphillips
· 9 years ago
0152d73
GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext)
by robertphillips
· 9 years ago
5f2fa47
Make GrAppliedClip friendless
by robertphillips
· 9 years ago
c99b8f0
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 9 years ago
2c0aacb
Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:40001 of https://codereview.chromium.org/1977793004/ )
by bsalomon
· 9 years ago
93bc24e
Retract GrRenderTarget from AlphaClipMask code
by robertphillips
· 9 years ago
846c051
Convert GrClip to an abstract base class
by cdalton
· 9 years ago
862cff3
Remove clip from GrPipelineBuilder
by cdalton
· 9 years ago
93a379b
Separate user and raw stencil settings
by cdalton
· 9 years ago
e19aecd
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ )
by robertphillips
· 9 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
· 10 years ago
4421a4c
small cleanups after fixing const of GrPipelineBuilder on DrawTarget
by joshualitt
· 10 years ago
5e6ba21
Modify GrClipMaskManager to reflect logical constness
by joshualitt
· 10 years ago
edd77a1
Remove GrContext from GrClipMaskCache
by bsalomon
· 10 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
· 11 years ago
1d89ddc
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/)
by bsalomon
· 11 years ago
94ce9ac
Add GrResourceCache2.
by bsalomon
· 11 years ago
217daa7
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/)
by mtklein
· 11 years ago
e9a729c
Remove the AA requirement for selecting GrEffect-based clipping.
by bsalomon
· 11 years ago
e159386
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (https://codereview.chromium.org/367013003/)
by bsalomon
· 11 years ago
a73218b
Remove the AA requirement for selecting GrEffect-based clipping.
by bsalomon
· 11 years ago
ad1dc58
Split caching from allocation in GrClipMaskManager
by krajcevski
· 11 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
679eb67
Avoid re-rendering stencil clip for every draw with reducable clip stack
by commit-bot@chromium.org
· 11 years ago
2d2e5c4
Make not-reusing-scratch-textures only apply to texture uploads
by robertphillips@google.com
· 11 years ago
c4dc0ad
Implement filling a path with nv_path_rendering cover
by commit-bot@chromium.org
· 11 years ago
a0b4028
Replace uses of GrNoncopyable by SkNoncopyable.
by commit-bot@chromium.org
· 11 years ago
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 12 years ago
eb6879f
Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage.
by bsalomon@google.com
· 12 years ago
6e4e650
Give GrDrawTarget a back ptr to its owning GrContext.
by bsalomon@google.com
· 12 years ago
0797c2c
Reland 6914 w/ fixes.
by bsalomon@google.com
· 12 years ago
0b6ad22
Revert 6914 to fix build issues.
by bsalomon@google.com
· 12 years ago
4b86e34
Simplify cache IDs and keys.
by bsalomon@google.com
· 12 years ago
b68addd
Use the stencil buffer to avoid temporary alpha clip masks.
by bsalomon@google.com
· 12 years ago
d21444a
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
4c2443e
Use ReduceClipStack in ClipMaskManager.
by bsalomon@google.com
· 12 years ago
170bd79
Move GrReducedClip to its own files.
by bsalomon@google.com
· 12 years ago
73b140a
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
a444430
Make GrReduceClipStack use a caller provided query rect rather than return a
by bsalomon@google.com
· 12 years ago
8182fa0
Make SkClipStack::Iter use SkClipStack::Element.
by bsalomon@google.com
· 12 years ago
51a6286
Add a function that computes a reduced representation of the clip stack.
by bsalomon@google.com
· 12 years ago
2e0c79f
Revert 6351 due to bugs.
by bsalomon@google.com
· 12 years ago
6794a25
Apply intersect rects to earlier clip elements and skip rects when possible.
by bsalomon@google.com
· 12 years ago
7b7cdd1
Some improvements to reduce the number of pixels touched in generating alpha clip masks
by bsalomon@google.com
· 12 years ago
1fcc1b8
Moved GrClipMaskCache to its own files
by robertphillips@google.com
· 12 years ago
Next »