index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrClipMaskManager.cpp
Commit message (
Expand
)
Author
Age
*
Remove remaining users of draw*Rect calls
joshualitt
2016-01-13
*
Disable using dev bounds in Gr clip reduction code.
Brian Salomon
2015-11-30
*
Add debug option to clip each GrBatch to its device bounds
bsalomon
2015-11-30
*
Restrict query bounds for reduce clip to dev bounds
bsalomon
2015-11-23
*
Make block size a template parameter of SkTLList
bsalomon
2015-11-18
*
Enable AA stencil clip for mixed samples
cdalton
2015-11-11
*
Revert of Enable stencil clipping in mixed sampled render targets (patchset #...
cdalton
2015-11-11
*
Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://cod...
cdalton
2015-11-10
*
Fix mixed samples stencil clip
cdalton
2015-11-09
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Minor cleanup of clip mask manager
robertphillips
2015-10-30
*
Remove GrPipelineBuilder from getPathRenderer call
robertphillips
2015-10-29
*
Remove gpu-side clip mask merging from clip mask manager
robertphillips
2015-10-28
*
Disable gpu-side clip mask merging in the clip mask manager
robertphillips
2015-10-27
*
Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL
robertphillips
2015-10-27
*
Fix ClipMaskManager's SW-fallback logic (take 2)
robertphillips
2015-10-27
*
Move scissor state to GrAppliedClip
bsalomon
2015-10-27
*
Fix up the clip mask manager's creation of paths (w.r.t. volatility)
robertphillips
2015-10-26
*
Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of ht...
robertphillips
2015-10-26
*
Revert of Fix up the clip mask manager's creation of paths (w.r.t. volatility...
robertphillips
2015-10-26
*
Fix up the clip mask manager's creation of paths (w.r.t. volatility)
robertphillips
2015-10-26
*
Fix ClipMaskManager's SW-fallback logic
robertphillips
2015-10-26
*
Narrow the distribution of GrDrawTarget a bit
robertphillips
2015-10-23
*
Don't abort analytic clipping if using MSAA until elements are examined
bsalomon
2015-10-14
*
Fix clipping when all analytic FP creations can be skipped
bsalomon
2015-10-14
*
Remove ClipMaskType from GrCMM
bsalomon
2015-10-07
*
Insert clip fragment processor outside GrCMM
bsalomon
2015-10-07
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Fix memory leak in ClipMaskManager
robertphillips
2015-10-04
*
Remove separate cache for clip mask textures
bsalomon
2015-10-02
*
Implement stencil clipping in mixed sampled render targets
vbuzinov
2015-09-30
*
Move some of the adding stencil attachment logic of Gpu and into Render Target.
egdaniel
2015-09-14
*
Remove GrClipTarget
bsalomon
2015-09-10
*
Move PathRenderers to batches folder
joshualitt
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Standardize BW to NonAA
joshualitt
2015-08-21
*
Create separate entry points for the various flavors of drawRect
joshualitt
2015-08-21
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...
bsalomon
2015-07-31
*
Rename GrInOrderDrawBuffer to GrBufferedDrawTarget
joshualitt
2015-07-28
*
small cleanups after fixing const of GrPipelineBuilder on DrawTarget
joshualitt
2015-07-13
*
Start to propagate constness of GrPipelineBuilder up the stack
joshualitt
2015-07-13
*
Modify GrClipMaskManager to reflect logical constness
joshualitt
2015-07-13
*
Trivial cleanup of copying GrPipelineBuilder
joshualitt
2015-07-09
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Remove GrContext from GrClipMaskCache
bsalomon
2015-05-29
[next]