aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/vk/GrVkPipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add cap workarounds for possible arm bugsGreg Daniel2018-02-261-0/+1
* Enable conditional-uninitialized flagKevin Lubick2018-01-051-1/+1
* Revert "Implement window rectangles in vulkan"Jim Van Verth2017-11-021-79/+34
* Implement window rectangles in vulkanChris Dalton2017-11-021-34/+79
* CCPR: use 16-bit ints for the atlas offset attribChris Dalton2017-10-251-2/+4
* changed vertex attribute precisions to be actual typesEthan Nicholas2017-09-271-10/+14
* Remove origin field from GrSurface (take 2)Robert Phillips2017-08-291-2/+3
* Switch atlas clients over to using absolute texture coordinates (take 2)Robert Phillips2017-08-251-1/+3
* Revert "Switch atlas clients over to using absolute texture coordinates"Robert Phillips2017-08-241-3/+1
* Switch atlas clients over to using absolute texture coordinatesRobert Phillips2017-08-241-1/+3
* Replace SkFAIL with SK_ABORT.Ben Wagner2017-08-161-2/+2
* Revert "Remove origin field from GrSurface"Robert Phillips2017-08-011-3/+2
* Remove origin field from GrSurfaceRobert Phillips2017-07-311-2/+3
* Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)Robert Phillips2017-07-261-1/+1
* Add GrPrimitiveType::kLinesAdjacencyChris Dalton2017-06-131-10/+21
* Revert "Add GrPrimitiveType::kLinesAdjacency"Ravi Mistry2017-06-131-21/+10
* Add GrPrimitiveType::kLinesAdjacencyChris Dalton2017-06-131-10/+21
* Introduce dynamic pipeline stateChris Dalton2017-06-071-47/+29
* Add support for instanced drawsChris Dalton2017-05-311-20/+31
* Add some swizzle checks to vulkan backendGreg Daniel2017-05-111-1/+5
* Remove support for GLs without separate stencil.Brian Salomon2017-05-081-16/+1
* Add wireframe mode to Viewer.Jim Van Verth2017-05-021-2/+4
* Add integer vectors to GrSLTypecsmartdalton2017-02-081-20/+29
* Remove GrStencilSettings from GrPipelinecsmartdalton2016-11-011-1/+2
* Lots of little cleanup improvements to Vulkanegdaniel2016-09-131-43/+33
* Merge ProgramDesc's for GL and Vulkanegdaniel2016-07-291-1/+0
* Remove asserts on scissor size in Vulkanegdaniel2016-07-221-3/+2
* Remove DrawFace enum from GrPipelineBuilderrobertphillips2016-07-211-6/+6
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...robertphillips2016-07-211-4/+4
* Remove DrawFace enum from GrPipelineBuilderrobertphillips2016-07-211-4/+4
* Fix check for maxVertexAttributes in GrVkPipelineegdaniel2016-06-271-8/+5
* Separate user and raw stencil settingscdalton2016-05-111-55/+59
* Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...robertphillips2016-05-111-59/+55
* Separate user and raw stencil settingscdalton2016-05-101-55/+59
* Unbreak vulkan after stencil constant name changesbsalomon2016-04-291-4/+4
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-4/+4
* added support for glMinSampleShadingethannicholas2016-03-251-4/+8
* Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)egdaniel2016-03-231-3/+0
* Use dynamic state from vulkan pipelinesegdaniel2016-03-181-50/+93
* Use VkPipelineCaches during VkPipeline creationjvanverth2016-03-021-2/+3
* Replace some nullptrs with VK_NULL_HANDLEjvanverth2016-03-021-1/+1
* Implement various vulkan stencil clears and fix various stenciling bugs.egdaniel2016-03-011-6/+11
* Fix unsigned short UVs for Vulkan.jvanverth2016-02-221-2/+2
* Add vulkan files into skia repo. This is an incomplete backend with only part...Greg Daniel2016-02-221-0/+507
* Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://c...egdaniel2016-02-221-507/+0
* Add vulkan files into skia repo. This is an incomplete backend with only part...Greg Daniel2016-02-221-0/+507