index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
batches
/
GrAAFillRectBatch.cpp
Commit message (
Expand
)
Author
Age
*
Mark the leaf classes of GrOp final.
Herb Derby
2016-12-14
*
Rename GrBatchFlushState to GrOpFlushState
Brian Salomon
2016-12-07
*
Rename GrVertexBatch->GrMeshDrawOp
Brian Salomon
2016-12-01
*
Rename GrDrawBatch->GrDrawOp
Brian Salomon
2016-12-01
*
Rename GrBatch to GrOp
Brian Salomon
2016-12-01
*
Remove pipeline info dump from GrDrawBatch
Brian Salomon
2016-12-01
*
src/gpu: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
Consolidate handling of infinitely thin primitives and aa bloat handing WRT b...
bsalomon
2016-07-08
*
Increase batching for AA fill rects.
bsalomon
2016-07-06
*
Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https...
benjaminwagner
2016-07-04
*
Increase batching for AA fill rects.
bsalomon
2016-07-01
*
Simplify AA fill rect batch construction and rename Geometry->RectInfo
bsalomon
2016-07-01
*
Remove unneeded helpers in AA and non-AA rect GrBatch subclasses.
bsalomon
2016-07-01
*
Remove unused batch rect append functions
bsalomon
2016-06-30
*
Remove GrTInstanceBatch
bsalomon
2016-06-30
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Handle stroked single line special case in Ganesh
robertphillips
2016-06-02
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...
robertphillips
2016-03-25
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
New API for computing optimization invariants.
ethannicholas
2015-11-24
*
Add more batch information printouts
robertphillips
2015-11-19
*
Increase the amount of debug information printed out by batches
robertphillips
2015-11-16
*
Separate out natively-texture image/bmp draws from cached-as-texture image/bm...
bsalomon
2015-11-09
*
Create append methods in batch namespaces
joshualitt
2015-09-18
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
fill rect batch refactor into separate batches
joshualitt
2015-08-21
*
Revert "fill rect batch refactor into separate batches"
joshualitt
2015-08-20
*
fill rect batch refactor into separate batches
joshualitt
2015-08-19
*
Move GrTBatchTesselator to its own file
joshualitt
2015-08-18
*
GrAAFillRectBatch holds onto GrPipelineOptimizations
joshualitt
2015-08-18
*
Privatize GrBatch subclass overrides
bsalomon
2015-08-18
*
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
bsalomon
2015-08-17
*
drawBitmapImage can batch across AA rects
joshualitt
2015-08-17
*
fix valgrind issue
joshualitt
2015-08-14
*
fix viewmatrix mapping in AAFillRect
joshualitt
2015-08-14
*
Split GrDrawBatch and GrVertexBatch into their own files
bsalomon
2015-08-13
*
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...
bsalomon
2015-08-13
*
Minor fix to not save the modeling space rect
joshualitt
2015-08-13
*
broken bots war
joshualitt
2015-08-12
*
Add GrAARectBatch which can handle a local matrix
joshualitt
2015-08-12
*
Add override to GrAAFillRectBatch::onCombineIfPossible
bsalomon
2015-08-12
*
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
bsalomon
2015-08-12
*
Move AAFillRect into CPP for templatization
joshualitt
2015-08-12
*
Rename GrPipelineInfo to GrPipelineOptimizations
bsalomon
2015-08-10
*
move Stroke Rect and AAFill Rect to their own file
joshualitt
2015-08-10