index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrClipStackClip.cpp
Commit message (
Expand
)
Author
Age
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Use GrTextureProvider's uniqueKey setting method rather than directly setting it
Robert Phillips
2017-03-02
*
Remove atlas creation from GrResourceProvider
Robert Phillips
2017-03-02
*
Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...
Robert Phillips
2017-02-24
*
Purge clip masks when they are no longer findable.
Brian Salomon
2017-01-06
*
Partially defer GrSWMaskHelper
Robert Phillips
2016-12-14
*
Remove antialias axis from GrPathRendererChain::DrawType
Brian Salomon
2016-12-13
*
change SkClipOp to a class enum
Mike Reed
2016-12-12
*
Relandx2 "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Reland "Remove antialiasing control from GrPaint.""
Brian Salomon
2016-12-09
*
Reland "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear"
Robert Phillips
2016-12-09
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
*
Revert "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-08
*
Remove antialiasing control from GrPaint.
Brian Salomon
2016-12-08
*
Fix gpu blurring on platforms that "useDrawInsteadOfClear"
Robert Phillips
2016-11-25
*
Add handling for instantiate failure up the call stack
Robert Phillips
2016-11-18
*
Guard against instantiate & accessRenderTarget failures
Robert Phillips
2016-11-17
*
Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & G...
Robert Phillips
2016-11-09
*
TEMPORARY: track stencil clip state in GrRenderTargetOpList
csmartdalton
2016-11-01
*
Fall back on stencil clip when SW mask fails to allocate
csmartdalton
2016-10-28
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Remove option to make GrCoordTransforms apply to device positions.
Brian Salomon
2016-10-03
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
*
Improve usage of window rectangles
csmartdalton
2016-09-06
*
Revert of Improve usage of window rectangles (patchset #9 id:160001 of https:...
caryclark
2016-09-06
*
Add a makeDrawContextWithFallback that handles config fallback
robertphillips
2016-09-06
*
Improve usage of window rectangles
csmartdalton
2016-09-02
*
Move clip mask generation into GrReducedClip
csmartdalton
2016-08-31
*
Define clear regions in terms of GrFixedClip
csmartdalton
2016-08-31
*
Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext.
bsalomon
2016-08-26
*
check for wide-open inside quickContains
reed
2016-08-22
*
Move GrFixedClip into src directory
csmartdalton
2016-08-19
*
Implement difference clip rects with window rectangles
csmartdalton
2016-08-17
*
Make GrReducedClip's gen ID only apply to the element list
csmartdalton
2016-08-17
*
Attempt to throw away rrect clips of rrects.
bsalomon
2016-08-15
*
Convert GrAppliedClip interface to builder style
csmartdalton
2016-08-15
*
Encapsulate GrReducedClip result in class members
csmartdalton
2016-08-08
*
Merge GrClipMaskManager into GrClipStackClip
csmartdalton
2016-08-05