index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrClipMaskManager.h
Commit message (
Expand
)
Author
Age
*
Drawstate on stack
joshualitt
2014-11-17
*
Combine similar DrawPaths calls in GrInOrderDrawBuffer
cdalton
2014-11-13
*
Clip in grdrawtarget
joshualitt
2014-11-06
*
small fix for cache clear
joshualitt
2014-10-31
*
cleanup reentrance logic in CMM
joshualitt
2014-10-29
*
BUG=skia:
joshualitt
2014-10-29
*
clear stencil clip on draw target
joshualitt
2014-10-29
*
Scissor rect on drawinfo
joshualitt
2014-10-27
*
Clip mask manager sets stencil on draw type
joshualitt
2014-10-27
*
Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 o...
joshualitt
2014-10-27
*
Clip mask manager sets stencil on draw type
joshualitt
2014-10-27
*
Remove AutoScratchTexture
bsalomon
2014-10-16
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...
bsalomon
2014-08-19
*
Add GrResourceCache2.
bsalomon
2014-08-19
*
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...
mtklein
2014-07-02
*
Remove the AA requirement for selecting GrEffect-based clipping.
bsalomon
2014-07-02
*
Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...
bsalomon
2014-07-02
*
Remove the AA requirement for selecting GrEffect-based clipping.
bsalomon
2014-07-02
*
Split caching from allocation in GrClipMaskManager
krajcevski
2014-06-10
*
SkNonCopyable should be used with private inheritance.
commit-bot@chromium.org
2014-04-07
*
Implement the clip as 4 or fewer GrEffects when possible.
commit-bot@chromium.org
2014-03-07
*
Add dev bounds to bmp txt context, use bounds to ignore clips
commit-bot@chromium.org
2014-02-11
*
Revert of r13384 (Stateful PathRenderer implementation)
robertphillips@google.com
2014-02-11
*
Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"
mike@reedtribe.org
2014-02-11
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-11
*
Stateful PathRenderer implementation
robertphillips@google.com
2014-02-10
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-05
*
Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...
reed@google.com
2013-11-01
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-01
*
Make not-reusing-scratch-textures only apply to texture uploads
robertphillips@google.com
2013-10-30
*
Implement filling a path with nv_path_rendering cover
commit-bot@chromium.org
2013-10-09
*
Replace uses of GrNoncopyable by SkNoncopyable.
commit-bot@chromium.org
2013-09-18
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Reland 6914 w/ fixes.
bsalomon@google.com
2012-12-20
*
Revert 6914 to fix build issues.
bsalomon@google.com
2012-12-20
*
Simplify cache IDs and keys.
bsalomon@google.com
2012-12-20
*
Use the stencil buffer to avoid temporary alpha clip masks.
bsalomon@google.com
2012-12-14
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-07
*
Use ReduceClipStack in ClipMaskManager.
bsalomon@google.com
2012-12-06
*
Move GrReducedClip to its own files.
bsalomon@google.com
2012-12-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-05
*
Make GrReduceClipStack use a caller provided query rect rather than return a
bsalomon@google.com
2012-12-04
*
Make SkClipStack::Iter use SkClipStack::Element.
bsalomon@google.com
2012-12-04
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
Revert 6351 due to bugs.
bsalomon@google.com
2012-11-12
*
Apply intersect rects to earlier clip elements and skip rects when possible.
bsalomon@google.com
2012-11-08
*
Some improvements to reduce the number of pixels touched in generating alpha ...
bsalomon@google.com
2012-11-07
[next]