aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/vk/GrVkPipelineState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move resourceProvider accessor to GrContextPriv (take 2)Robert Phillips2018-01-161-1/+4
* Revert "Move resourceProvider accessor to GrContextPriv"Hal Canary2018-01-161-4/+1
* Move resourceProvider accessor to GrContextPrivRobert Phillips2018-01-161-1/+4
* Remove support for image load/storeBrian Salomon2017-11-151-2/+0
* Revert "Implement window rectangles in vulkan"Jim Van Verth2017-11-021-9/+2
* Implement window rectangles in vulkanChris Dalton2017-11-021-2/+9
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Brian Salomon2017-09-071-3/+3
* Fix cleanup on program creation failureRobert Phillips2017-08-011-4/+4
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Robert Phillips2017-07-261-5/+7
* Clean up GrResourceProvider usageRobert Phillips2017-06-151-1/+1
* Add GrPrimitiveType::kLinesAdjacencyChris Dalton2017-06-131-2/+2
* Revert "Add GrPrimitiveType::kLinesAdjacency"Ravi Mistry2017-06-131-2/+2
* Add GrPrimitiveType::kLinesAdjacencyChris Dalton2017-06-131-2/+2
* Convert DstTexture to DstProxy (take 2)Robert Phillips2017-05-291-6/+9
* Revise system for checking for uninstantiated proxiesRobert Phillips2017-05-291-1/+3
* Revert "Convert DstTexture to DstProxy"Robert Phillips2017-05-171-9/+3
* Convert DstTexture to DstProxyRobert Phillips2017-05-171-3/+9
* Add support for using texel buffers in Vulkan backend.Greg Daniel2017-05-091-79/+138
* Remove support for GLs without separate stencil.Brian Salomon2017-05-081-3/+0
* Fix comma in vulkanGreg Daniel2017-05-041-1/+1
* Add support for Geom shaders in Vulkan backend.Greg Daniel2017-05-041-63/+61
* Split cleanup changes out of bigger CL (take 2)Robert Phillips2017-04-181-0/+1
* Revert "Split cleanup changes out of bigger CL"Mike Klein2017-04-171-1/+0
* Split cleanup changes out of bigger CLRobert Phillips2017-04-171-0/+1
* Move the ability to access textures, buffers, and image storages out from GrP...Brian Salomon2017-04-041-6/+7
* Store the dst texture used by an XP in GrPipeline rather than in the XP.Brian Salomon2017-04-031-2/+8
* Retract GrPipeline from setRenderTargetState callsRobert Phillips2017-03-291-6/+4
* switched GrVkPipelineStateCache over to use SkLRUCacheEthan Nicholas2017-01-031-1/+1
* Merge GrGLSLCaps into GrShaderCapsBrian Salomon2016-11-291-1/+1
* Reland image storage with fixes.Brian Salomon2016-11-291-0/+2
* Revert "Initial OpenGL Image support."Brian Salomon2016-11-231-2/+0
* Initial OpenGL Image support.Brian Salomon2016-11-221-0/+2
* Rename GrTextureParams to GrSamplerParamsBrian Salomon2016-11-171-1/+1
* In GrProcessor::TextureSampler drop the "get", it's cleanerBrian Salomon2016-11-171-2/+2
* Rename GrTextureAccess to GrProcessor::TextureSampler.Brian Salomon2016-11-171-9/+11
* Remove SkAutoTDelete.Ben Wagner2016-11-031-2/+5
* Remove GrStencilSettings from GrPipelinecsmartdalton2016-11-011-1/+2
* Quiet a -Wcomma warning.mtklein2016-09-261-1/+2
* Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.bsalomon2016-09-261-5/+11
* Conditionally insert gl_PointSize into shaders.bsalomon2016-09-211-1/+2
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.bsalomon2016-09-201-3/+2
* Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...bsalomon2016-09-191-2/+3
* Stop flattening GrCoordTransforms in parent GrFragmentProcessors.bsalomon2016-09-191-3/+2
* Merge building of program desc in Vulkan into one stepegdaniel2016-09-071-11/+10
* Properly recycle uniform buffers in vulkanegdaniel2016-07-291-3/+3
* Reuse sampler descriptor set allocations in Vulkanegdaniel2016-07-261-14/+24
* Recycle small uniform buffers.jvanverth2016-07-221-2/+2
* Setup system in Vulkan to reuse VkDescriptorSet allocations.egdaniel2016-07-211-21/+20
* Remove DrawFace enum from GrPipelineBuilderrobertphillips2016-07-211-2/+2
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...robertphillips2016-07-211-2/+2