aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkGpuCommandBuffer.cpp
Commit message (Expand)AuthorAge
* Remove GrResourceIOProcessor.Gravatar Brian Salomon2018-07-31
* Reland "Don't require mips in GrTextureProducer if texture is 1x1."Gravatar Greg Daniel2018-07-20
* Revert "Don't require mips in GrTextureProducer if texture is 1x1."Gravatar Greg Daniel2018-07-19
* Don't require mips in GrTextureProducer if texture is 1x1.Gravatar Greg Daniel2018-07-19
* Revert "Some scissor state cleanup."Gravatar Brian Salomon2018-07-02
* Some scissor state cleanup.Gravatar Brian Salomon2018-07-02
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.Gravatar Brian Salomon2018-06-25
* Ensure that textures exported via SkImage::MakeBackendTextureFromSkImageGravatar Brian Salomon2018-06-20
* Reland "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.Gravatar Brian Salomon2018-06-08
* Revert "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Reland "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-08
* Revert "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Add discard check when deciding if we should execute op list or not.Gravatar Greg Daniel2018-04-20
* Don't emit empty command buffers in vulkanGravatar Greg Daniel2018-03-17
* Correctly discard or load RT when doing copies as draws in VulkanGravatar Greg Daniel2018-03-16
* Make sure we do a render pass load if we copied to a surface before handGravatar Greg Daniel2018-03-16
* Fix vulkan layout barriers when we are doing in line uploads.Gravatar Greg Daniel2018-03-16
* Make sure we add render target mem barriers after any last second copiesGravatar Greg Daniel2018-02-27
* Track dirty rects on GrRenderTargets in native space rather than origin-relativeGravatar Brian Salomon2018-02-09
* Revert "Implement window rectangles in vulkan"Gravatar Jim Van Verth2017-11-02
* Implement window rectangles in vulkanGravatar Chris Dalton2017-11-02
* Remove deferred upload types from GrDrawOp.h.Gravatar Brian Salomon2017-10-30
* Remove uses of sk_sp when passing around GrVkPipelineStateGravatar Greg Daniel2017-10-16
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Push full screen clears up to OpListGravatar 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
* Remove fStencilClearValue from Vulkan's CommandBufferInfo structGravatar Robert Phillips2017-08-10
* 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
* Fix stencil clear load in VulkanGravatar 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
* Introduce dynamic pipeline stateGravatar Chris Dalton2017-06-07
* Add support for instanced drawsGravatar Chris Dalton2017-05-31
* Fix glDrawRangeElementsGravatar Chris Dalton2017-05-30
* Convert DstTexture to DstProxy (take 2)Gravatar Robert Phillips2017-05-29
* Revise system for checking for uninstantiated proxiesGravatar Robert Phillips2017-05-29