index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkGpuCommandBuffer.h
Commit message (
Expand
)
Author
Age
*
Remove deferred upload types from GrDrawOp.h.
Brian Salomon
2017-10-30
*
Remove uses of sk_sp when passing around GrVkPipelineState
Greg Daniel
2017-10-16
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
Greg Daniel
2017-08-24
*
Remove fStencilClearValue from Vulkan's CommandBufferInfo struct
Robert Phillips
2017-08-10
*
Fix stencil clear load in Vulkan
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
*
Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...
Robert Phillips
2017-07-28
*
Introduce dynamic pipeline state
Chris Dalton
2017-06-07
*
Add support for instanced draws
Chris Dalton
2017-05-31
*
Fix glDrawRangeElements
Chris Dalton
2017-05-30
*
Convert GrMesh to a struct
Chris Dalton
2017-05-03
*
Add AMD work around in Vulkan to create a new secondary command buffer
Greg Daniel
2017-03-22
*
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
*
Lots of little cleanup improvements to Vulkan
egdaniel
2016-09-13
*
Small perf optimizations preparing sampled images in vulkan
egdaniel
2016-09-02
*
Define clear regions in terms of GrFixedClip
csmartdalton
2016-08-31
*
Add discard support to Vulkan
egdaniel
2016-06-30
*
Start using GrGpuCommandBuffer in GrDrawTarget.
egdaniel
2016-06-23
*
Add GpuCommandBuffer support.
egdaniel
2016-06-08