index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrSoftwarePathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
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
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
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
*
Split GrSWMaskHelper into its own files
robertphillips@google.com
2012-06-27
*
Enable Scratch texture detach in SW path renderer's onDrawPath (again)
robertphillips@google.com
2012-06-27
*
Reverting r4324
robertphillips@google.com
2012-06-26
*
Enable Scratch texture detach in SW path renderer's onDrawPath (take 2)
robertphillips@google.com
2012-06-25
*
Reverting r4319
robertphillips@google.com
2012-06-25
*
Enable Scratch texture detach in SW path renderer's onDrawPath
robertphillips@google.com
2012-06-25
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
fix incorrect GPU rendering for path inverse fill when path is outside the clip
bsalomon@google.com
2012-06-19
*
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
*
First functioning version of SW-only clip mask creator
robertphillips@google.com
2012-05-17
*
Minor refactoring/enhancement of GrSWMaskHelper to prepare for wider use
robertphillips@google.com
2012-05-15
*
Created SW clip mask creation helper class (in GrSoftwarePathRenderer)
robertphillips@google.com
2012-05-14
*
Added stack to AA clip mask cache
robertphillips@google.com
2012-05-09
*
Moved SW path rendering path back to using TU/sampler #2. This reverts r3813
robertphillips@google.com
2012-05-02
*
Moved SW path rendering to new texture unit
robertphillips@google.com
2012-05-01
*
Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cpp
robertphillips@google.com
2012-05-01
*
First portion of refactoring to bundle SW path rendering into GrPathRenderer
robertphillips@google.com
2012-04-27