index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLGpuCommandBuffer.h
Commit message (
Expand
)
Author
Age
*
Refactor GrPipeline dynamic state.
Brian Salomon
2018-06-26
*
Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.
Brian Salomon
2018-06-25
*
Remove deferred upload types from GrDrawOp.h.
Brian Salomon
2017-10-30
*
Reduce stencil buffer clearing
Robert Phillips
2017-08-30
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Store discard request on the opList and remove GrDiscardOp (take 3)
Robert Phillips
2017-08-29
*
Revert "Store discard request on the opList and remove GrDiscardOp (take 2)"
Robert Phillips
2017-08-25
*
Store discard request on the opList and remove GrDiscardOp (take 2)
Robert Phillips
2017-08-25
*
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
Greg Daniel
2017-08-24
*
Revert "Store discard request on the opList and remove GrDiscardOp"
Robert Phillips
2017-08-09
*
Store discard request on the opList and remove GrDiscardOp
Robert Phillips
2017-08-09
*
Store GrRenderTarget in GrGpuCommandBuffer
Robert Phillips
2017-08-09
*
Add explicit clear of stencil buffer before opLists that use them
Robert Phillips
2017-08-08
*
Add GrDebugMarkerOp
Robert Phillips
2017-08-08
*
Revert "Remove origin field from GrSurface"
Robert Phillips
2017-08-01
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...
Robert Phillips
2017-07-28
*
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
Robert Phillips
2017-07-26
*
header cleanup
Hal Canary
2017-07-05
*
Remove GrGpu.h from GrResourceProvider.h
Robert Phillips
2017-06-15
*
Introduce dynamic pipeline state
Chris Dalton
2017-06-07
*
Init Command buffer on inlineUploads in Vulkan
Greg Daniel
2017-03-22
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
Rename GrBatchFlushState to GrOpFlushState
Brian Salomon
2016-12-07
*
Rename GrDrawBatch->GrDrawOp
Brian Salomon
2016-12-01
*
Make GrGpuCommandBuffer infer its render target from first draw
Brian Salomon
2016-11-30
*
Support inline uploads in Vulkan
Greg Daniel
2016-10-19
*
Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers.
Greg Daniel
2016-10-18
*
Don't pass in RT to individual Gpu CommandBuffer calls
Greg Daniel
2016-10-12
*
Define clear regions in terms of GrFixedClip
csmartdalton
2016-08-31
*
Remove support for GL discards
egdaniel
2016-06-30
*
Start using GrGpuCommandBuffer in GrDrawTarget.
egdaniel
2016-06-23
*
Add GpuCommandBuffer support.
egdaniel
2016-06-08