index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrClip.cpp
Commit message (
Expand
)
Author
Age
*
Convert GrAppliedClip interface to builder style
csmartdalton
2016-08-15
*
Merge GrClipMaskManager into GrClipStackClip
csmartdalton
2016-08-05
*
Allow GrReducedClip to take non-integer query bounds
csmartdalton
2016-07-22
*
Pre-crop filled rects to avoid scissor
csmartdalton
2016-07-13
*
Retract PipelineBuilder from GrClip::apply
robertphillips
2016-07-13
*
Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of ht...
msarett
2016-07-12
*
Pre-crop filled rects to avoid scissor
csmartdalton
2016-07-12
*
Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of ht...
msarett
2016-07-12
*
Pre-crop filled rects to avoid scissor
csmartdalton
2016-07-11
*
Use clipped bounds for reordering decisions
bsalomon
2016-07-08
*
Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...
robertphillips
2016-06-03
*
Make GrAppliedClip friendless
robertphillips
2016-05-19
*
Convert GrClip to an abstract base class
cdalton
2016-05-13
*
Remove rect clip type from grclip.
bsalomon
2015-03-06
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
probable fix for asan bot
joshualitt
2015-02-24
*
move static init to cpp file to fix linux builder
joshualitt
2015-02-23
*
Move clip off of draw target
joshualitt
2015-02-23
*
Removed GrClip & related classes
robertphillips@google.com
2012-08-01
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
robertphillips@google.com
2012-07-31
*
Fix for clip assert in Chrome tests
robertphillips@google.com
2012-07-30
*
Added getConservativeBound helper function to GrClipData
robertphillips@google.com
2012-07-26
*
Added requires_AA method to GrClipMaskManager.cpp to replace GrClip capability
robertphillips@google.com
2012-07-24
*
Gave GrClip an SkClipStack-style iterator
robertphillips@google.com
2012-07-23
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
robertphillips@google.com
2012-04-25
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12