summaryrefslogtreecommitdiffstats
path: root/src/vulkan/gen7_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* anv/gen7: A bunch of depth-stencil fixesJason Ekstrand2015-11-181-5/+0
* gen7/pipeline: Re-arrange stencil parameters to match gen8Jason Ekstrand2015-11-171-11/+10
* anv: Add initial Haswell supportJason Ekstrand2015-11-171-8/+14
* anv: Only include the pack headers where neededJason Ekstrand2015-11-161-5/+7
* anv/gen7: Implement the VS state depth-stall workaroundJason Ekstrand2015-11-101-0/+13
* anv/gen7: Properly handle a GS with zero invocationsJason Ekstrand2015-11-101-1/+1
* anv/gen7: Properly handle VS with VertexID but no verticesJason Ekstrand2015-11-101-4/+5
* anv/gen7: Properly handle missing color-blend stateJason Ekstrand2015-11-091-42/+54
* vk/0.170.2: Update VkResultChad Versace2015-10-071-2/+1
* vk: Drop redundant gen7_CreateGraphicsPipelinesKristian Høgsberg Kristensen2015-09-031-25/+0
* vk/pipeline: Fix crash when the pipeline has no attributesChad Versace2015-08-281-2/+4
* vk: Program stencil ops in 3DSTATE_WM_DEPTH_STENCILChad Versace2015-08-281-8/+8
* vk: Add gen7 supportKristian Høgsberg Kristensen2015-08-241-0/+595