index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrAADistanceFieldPathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Creation of GrBatchAtlas and Distancefieldpathrenderer batch
joshualitt
2015-03-13
*
Cleanup in GrPipelineBuilder
bsalomon
2015-02-26
*
Revert of Use uint16s for texture coordinates when rendering text. (patchset ...
reed
2015-02-17
*
Use uint16s for texture coordinates when rendering text.
jvanverth
2015-02-17
*
remove goto in Distance field path renderer
joshualitt
2015-02-11
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-11
*
Revert of Remove GP from drawstate, revision of invariant output for GP (patc...
joshualitt
2014-12-10
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-10
*
This cl moves color and coverage off of drawstate. In an effort to keep this...
joshualitt
2014-12-09
*
First step to moving vertex attributes to the geometryProcessor
joshualitt
2014-12-03
*
Drawstate on stack
joshualitt
2014-11-17
*
Improve quality of distance field rendering
jvanverth
2014-11-03
*
Support multiple scales for dfpaths.
jvanverth
2014-10-30
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Distance field path optimizations and clean up.
jvanverth
2014-10-28
*
Set temporary paths volatile so we don't cache them.
jvanverth
2014-10-24
*
Fix for perspective GMs and df paths.
jvanverth
2014-10-07
*
Add GrAASmallPathRenderer.
jvanverth
2014-10-06