summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/gen7_pipeline.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-20anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand1-14/+13
2016-04-20anv/gen7_pipeline: Use the new emit macroJason Ekstrand1-113/+124
2016-04-13anv: Replace ::disable_scissor with ::use_rectlistsNanley Chery1-1/+1
2016-04-13gen{7,8}_pipeline: Always set ViewportXYClipTestEnableNanley Chery1-1/+1
2016-04-13gen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictionsNanley Chery1-2/+2
2016-03-05anv: Always use point size from the shaderKristian Høgsberg Kristensen1-1/+1
2016-03-05anv: Store prog data in pipeline cache streamKristian Høgsberg Kristensen1-6/+6
2016-03-04anv/pipeline: Fix depthBiasEnable on gen7Jason Ekstrand1-3/+3
2016-03-04anv/pipeline: Set StencilBufferWriteEnable from the pipelineJason Ekstrand1-0/+1
2016-03-04anv/pipeline: Use the right provoking vertex for triangle fansJason Ekstrand1-2/+2
2016-03-04anv/pipeline: Respect pRasterizationState->depthBiasEnableJason Ekstrand1-0/+3
2016-03-01gen7/pipeline: Add competent blendingJason Ekstrand1-43/+45
2016-03-01anv/pipeline: Pull 3DSTATE_SBE into a shared helperJason Ekstrand1-13/+1
2016-02-27anv/gen7: Clean up the dummy PS caseJason Ekstrand1-19/+13
2016-02-27anv/gen7: Set MaximumNumberofThreads in the dummy PS packetJason Ekstrand1-1/+5
2016-02-20anv: Switch over to the macros in genxmlJason Ekstrand1-19/+19
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+410