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
*
Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed...
bsalomon@google.com
2012-11-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-28
*
Make the clip stack reduction test generate inverse filled paths.
bsalomon@google.com
2012-11-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-27
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
Remove GrRandom API in favor of SkRandom.
tfarina@chromium.org
2012-11-21
*
Revert 6351 due to bugs.
bsalomon@google.com
2012-11-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-09
*
Apply intersect rects to earlier clip elements and skip rects when possible.
bsalomon@google.com
2012-11-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-08
*
Combine multiple intersecting rects in SkClipStack::Iter.
bsalomon@google.com
2012-11-07
*
Some improvements to reduce the number of pixels touched in generating alpha ...
bsalomon@google.com
2012-11-07
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Reland r5963 with two fixes:
bsalomon@google.com
2012-10-16
*
Revert r5962 because of failures.
bsalomon@google.com
2012-10-16
*
Require matrix for custom stage to be set when custom stage is installed.
bsalomon@google.com
2012-10-16
*
Turn on GPU AA clipping
robertphillips@google.com
2012-10-12
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Add convenience function on GrDrawState to set state bit based on a bool.
bsalomon@google.com
2012-10-04
*
Speculative render target ref/unref fixes
robertphillips@google.com
2012-10-01
*
Shut up some Mac (xcode 3) warnings
bsalomon@google.com
2012-09-05
*
Minor refactoring of GrClipMaskManager::clipMaskPreamble
robertphillips@google.com
2012-08-30
*
Moved GrClipMaskCache to its own files
robertphillips@google.com
2012-08-29
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
Refactored cacheID in preparation for clip mask caching changes
robertphillips@google.com
2012-08-08
*
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
*
Added getConservativeBound helper function to GrClipData
robertphillips@google.com
2012-07-26
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
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
*
Remove easily-removable uses of setTexture(), instead creating a GrSingleText...
tomhudson@google.com
2012-07-20
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
More carefully disable stages in Ganesh to avoid textures or effects
tomhudson@google.com
2012-07-10
*
Left over cleanup from r4416 (fix for lingering AA clip mask bug)
robertphillips@google.com
2012-07-09
*
Fixed lingering gpu-path AA clip mask generation bug
robertphillips@google.com
2012-06-29
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Split GrSWMaskHelper into its own files
robertphillips@google.com
2012-06-27
*
Simplify vertex layout bitfields by making Position-as-texcoords the
tomhudson@google.com
2012-06-25
*
Minor GrStencilSettings cleanup
bsalomon@google.com
2012-06-22
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Store clip mask location in GrClipMaskManager as a enum rather than two bools
bsalomon@google.com
2012-06-18
[next]