summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/gen7_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* anv/pipeline: Add support for early depth stencilJason Ekstrand2016-06-031-1/+9
* anv/pipeline: Silently pass tests if depth or stencil is missingJason Ekstrand2016-06-031-1/+3
* anv/pipeline: Unify gen7/8 emit_ds_stateJason Ekstrand2016-06-031-36/+1
* genxml/gen6,7,75: s/BackFace/BackfaceJason Ekstrand2016-06-031-1/+1
* i965/fs: Organize prog_data by ksp number rather than SIMD widthJason Ekstrand2016-05-141-5/+7
* anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand2016-04-201-14/+13
* anv/gen7_pipeline: Use the new emit macroJason Ekstrand2016-04-201-113/+124
* anv: Replace ::disable_scissor with ::use_rectlistsNanley Chery2016-04-131-1/+1
* gen{7,8}_pipeline: Always set ViewportXYClipTestEnableNanley Chery2016-04-131-1/+1
* gen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictionsNanley Chery2016-04-131-2/+2
* anv: Always use point size from the shaderKristian Høgsberg Kristensen2016-03-051-1/+1
* anv: Store prog data in pipeline cache streamKristian Høgsberg Kristensen2016-03-051-6/+6
* anv/pipeline: Fix depthBiasEnable on gen7Jason Ekstrand2016-03-041-3/+3
* anv/pipeline: Set StencilBufferWriteEnable from the pipelineJason Ekstrand2016-03-041-0/+1
* anv/pipeline: Use the right provoking vertex for triangle fansJason Ekstrand2016-03-041-2/+2
* anv/pipeline: Respect pRasterizationState->depthBiasEnableJason Ekstrand2016-03-041-0/+3
* gen7/pipeline: Add competent blendingJason Ekstrand2016-03-011-43/+45
* anv/pipeline: Pull 3DSTATE_SBE into a shared helperJason Ekstrand2016-03-011-13/+1
* anv/gen7: Clean up the dummy PS caseJason Ekstrand2016-02-271-19/+13
* anv/gen7: Set MaximumNumberofThreads in the dummy PS packetJason Ekstrand2016-02-271-1/+5
* anv: Switch over to the macros in genxmlJason Ekstrand2016-02-201-19/+19
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+410