index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrDefaultPathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Use new API everywhere for GrDefaultGeoProcFactory
joshualitt
2015-08-03
*
Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:...
joshualitt
2015-08-03
*
Use new API everywhere for GrDefaultGeoProcFactory
joshualitt
2015-08-03
*
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...
bsalomon
2015-07-31
*
All batches do their own pipeline compare
joshualitt
2015-07-16
*
Start to propagate constness of GrPipelineBuilder up the stack
joshualitt
2015-07-13
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....
bsalomon
2015-07-08
*
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
bsalomon
2015-07-08
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
Preliminary attempt to remove batch tracker
joshualitt
2015-05-19
*
Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 o...
joshualitt
2015-05-19
*
Preliminary attempt to remove batch tracker
joshualitt
2015-05-19
*
Make GrStrokeInfo inherit from SkStrokeRec
kkinnunen
2015-05-18
*
removing equality / compute invariant loops from GrGeometryProcessors
joshualitt
2015-05-13
*
GLProgramsTest 3.0
joshualitt
2015-05-13
*
Isolate GrBufferAllocPools inside GrBatchTarget
robertphillips
2015-05-07
*
Adding unit tests for limited subset of DefaultPathRenderer
joshualitt
2015-05-07
*
Move DrawInfo out from GrDrawTarget and rename to GrVertices.
bsalomon
2015-05-05
*
Start on simplifying generateGeometry() overrides
bsalomon
2015-05-05
*
Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:...
bsalomon
2015-05-04
*
Start on simplifying generateGeometry() overrides
bsalomon
2015-05-04
*
Move bounds to GrBatch
joshualitt
2015-05-01
*
Revert of removing equality / compute invariant loops from GrGeometryProcesso...
joshualitt
2015-04-28
*
removing equality / compute invariant loops from GrGeometryProcessors
joshualitt
2015-04-28
*
Remove vertex/index buffer factilities from GrDrawTarget.
bsalomon
2015-04-28
*
Extract gpu line dashing to GrDashLinePathRenderer
kkinnunen
2015-04-26
*
Improve the curve tessellation subdivision of the path renderers.
senorblanco
2015-04-22
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
handle null vertex or index buffers in batch
joshualitt
2015-03-05
*
fix for msan
joshualitt
2015-02-24
*
don't draw if maxVertices returns 0 or > than uin16_t max
joshualitt
2015-02-24
*
k1 fix
joshualitt
2015-02-24
*
Default path renderer batch
joshualitt
2015-02-23
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Add conic support to Default and AAConvex path redender.
egdaniel
2015-01-05
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
Remove coordchanges from drawstate
joshualitt
2014-12-29
*
Add XP to handle the cases where we disable color write.
egdaniel
2014-12-22
*
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
*
Push creation of default GP to the caller
joshualitt
2014-11-14
*
Cleanup: Go with SkDebugf instead of GrPrintf.
tfarina
2014-10-31
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Alter Default & Software path renderers to better handle AA hairline paths
robertphillips
2014-07-25
[next]