aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpuCommandBuffer.h
Commit message (Expand)AuthorAge
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.Gravatar Brian Salomon2018-06-25
* Remove deferred upload types from GrDrawOp.h.Gravatar Brian Salomon2017-10-30
* Reduce stencil buffer clearingGravatar Robert Phillips2017-08-30
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Store discard request on the opList and remove GrDiscardOp (take 3)Gravatar Robert Phillips2017-08-29
* Revert "Store discard request on the opList and remove GrDiscardOp (take 2)"Gravatar Robert Phillips2017-08-25
* Store discard request on the opList and remove GrDiscardOp (take 2)Gravatar Robert Phillips2017-08-25
* Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.Gravatar Greg Daniel2017-08-24
* Revert "Store discard request on the opList and remove GrDiscardOp"Gravatar Robert Phillips2017-08-09
* Store discard request on the opList and remove GrDiscardOpGravatar Robert Phillips2017-08-09
* Store GrRenderTarget in GrGpuCommandBufferGravatar Robert Phillips2017-08-09
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Add GrDebugMarkerOpGravatar Robert Phillips2017-08-08
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a G...Gravatar Robert Phillips2017-07-28
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Gravatar Robert Phillips2017-07-26
* header cleanupGravatar Hal Canary2017-07-05
* Remove GrGpu.h from GrResourceProvider.hGravatar Robert Phillips2017-06-15
* Introduce dynamic pipeline stateGravatar Chris Dalton2017-06-07
* Init Command buffer on inlineUploads in VulkanGravatar Greg Daniel2017-03-22
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Rename GrBatchFlushState to GrOpFlushStateGravatar Brian Salomon2016-12-07
* Rename GrDrawBatch->GrDrawOpGravatar Brian Salomon2016-12-01
* Make GrGpuCommandBuffer infer its render target from first drawGravatar Brian Salomon2016-11-30
* Support inline uploads in VulkanGravatar Greg Daniel2016-10-19
* Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers.Gravatar Greg Daniel2016-10-18
* Don't pass in RT to individual Gpu CommandBuffer callsGravatar Greg Daniel2016-10-12
* Define clear regions in terms of GrFixedClipGravatar csmartdalton2016-08-31
* Remove support for GL discardsGravatar egdaniel2016-06-30
* Start using GrGpuCommandBuffer in GrDrawTarget.Gravatar egdaniel2016-06-23
* Add GpuCommandBuffer support.Gravatar egdaniel2016-06-08