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
*
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
*
Give GrClipMaskManager a GrGpu*
bsalomon@google.com
2012-06-15
*
Use GrAARectRenderer in GPU AA clip mask generation
robertphillips@google.com
2012-06-15
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...
bsalomon@google.com
2012-06-05
*
Updated useSWOnlyPath method to use path chain instead of raw path renderer m...
robertphillips@google.com
2012-05-24
*
Removed SoftwarePathRenderer from GrContext's path renderer chain
robertphillips@google.com
2012-05-23
*
Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)
robertphillips@google.com
2012-05-22
*
Minor tweaks to SW-only clip mask generation logic
robertphillips@google.com
2012-05-22
*
First functioning version of SW-only clip mask creator
robertphillips@google.com
2012-05-17
*
Free cached AA clip mask when create hard/stencil clip mask
robertphillips@google.com
2012-05-17
*
Convert AAClipCache's GrRects to GrIRects
robertphillips@google.com
2012-05-15
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
Split createAlphaClipMask in two to allow reuse with SW-only path
robertphillips@google.com
2012-05-11
*
Made clip mask cache reuse depend on mask size/bounds (instead of render targ...
robertphillips@google.com
2012-05-11
*
Added stack to AA clip mask cache
robertphillips@google.com
2012-05-09
*
First pass at accelerating gpu-based AA clipping
robertphillips@google.com
2012-05-07
*
Disabled stencil buffer for AA clip mask
robertphillips@google.com
2012-05-03
*
Added cache to gpu AA clipping
robertphillips@google.com
2012-05-02
*
Added gpu AA clipping to old shader path
robertphillips@google.com
2012-05-01
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
[next]