index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrTargetCommands.cpp
Commit message (
Expand
)
Author
Age
*
Path stenciling in GrBatch
bsalomon
2015-08-18
*
Remove Cmd in GrTargetCommands that is no longer needed with GrCopySurfaceBatch
bsalomon
2015-08-18
*
ClearStencilClip in GrBatch
bsalomon
2015-08-18
*
Put clear and discard into GrBatch.
bsalomon
2015-08-18
*
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
bsalomon
2015-08-17
*
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
*
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
bsalomon
2015-08-12
*
Remove trace marker support from GrBufferedDrawTarget
bsalomon
2015-08-12
*
Make GrBatch carry its own GrPipeline
bsalomon
2015-08-11
*
Add Batch logging
joshualitt
2015-08-07
*
Move some work from backend onClear to base class clear
egdaniel
2015-08-06
*
Don't pass pipeline to GrBatch::generateGeometry()
bsalomon
2015-08-06
*
Rename GrInOrderDrawBuffer to GrBufferedDrawTarget
joshualitt
2015-07-28
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
Don't issue texture barriers for RT's with separate storage
cdalton
2015-05-13
*
Isolate GrBufferAllocPools inside GrBatchTarget
robertphillips
2015-05-07
*
Create GrCommandBuilder
joshualitt
2015-05-05
*
Move state management to GrInOrderDrawBuffer
joshualitt
2015-05-04
*
Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 ...
joshualitt
2015-05-04
*
Move state management to GrInOrderDrawBuffer
joshualitt
2015-05-04
*
simple cleanup in GrTargetCommands
joshualitt
2015-04-30
*
Use texture barriers to read directly from the RT
cdalton
2015-04-29
*
Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget.
bsalomon
2015-04-28
*
Remove vertex/index buffer factilities from GrDrawTarget.
bsalomon
2015-04-28
*
In this CL we stop closing batches prematurely, and only close immediately be...
joshualitt
2015-04-27
*
Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://cod...
joshualitt
2015-04-27
*
In this CL we stop closing batches prematurely, and only close immediately be...
joshualitt
2015-04-27
*
Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://cod...
joshualitt
2015-04-27
*
In this CL we stop closing batches prematurely, and only close immediately be...
joshualitt
2015-04-27
*
Update gpu trace marker system for MultiDrawBuffer world
robertphillips
2015-03-05
*
Fix GPU trace marker bug
robertphillips
2015-03-05
*
Split GrTargetCommands into its own files
robertphillips
2015-03-03