index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrBatchTest.cpp
Commit message (
Expand
)
Author
Age
*
Rename batch->op and sk_sp for all remaining path renderer classes.
Brian Salomon
2016-12-16
*
Rename "batch" to "op" and sk_sp in 3 path renderer classes:
Brian Salomon
2016-12-15
*
Convert a few path renderer class batches from Batch to Op.
Brian Salomon
2016-12-15
*
Even more batch->op and sk_sp'ification.
Brian Salomon
2016-12-15
*
Bring sk_sp to oval GrDrawOps and rename batch->op
Brian Salomon
2016-12-14
*
Update rect ops to use "op" in their name and return sk_sp.
Brian Salomon
2016-12-14
*
Rename GrDrawBatch->GrDrawOp
Brian Salomon
2016-12-01
*
Re-adding analytical GeoProc for rectangles
dvonbeck
2016-08-12
*
Move StrokeRectBatches into .cpp files
joshualitt
2015-09-18
*
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...
bsalomon
2015-08-13
*
Add GrAARectBatch which can handle a local matrix
joshualitt
2015-08-12
*
Wire up testcreate function for GrDrawAtlasBatch
joshualitt
2015-08-10
*
Give strokerectbatch a proper home
bsalomon
2015-08-05
*
GLProgramsTest 3.0
joshualitt
2015-05-13
*
Add batch unit tests for ovals
joshualitt
2015-04-30
*
Initial CL to create GrBatchTest infrastructure
joshualitt
2015-04-29