summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Disable dual source blending when shader doesn't support it on gen8+Danylo Piliaiev2018-10-301-10/+36
* Revert "anv/skylake: disable ForceThreadDispatchEnable"Jason Ekstrand2018-10-261-35/+7
* anv: Fix sanitization of stencil state when the depth test is disabledAlex Smith2018-10-261-7/+7
* anv/skylake: disable ForceThreadDispatchEnableSergii Romantsov2018-10-161-7/+35
* anv: Disable the vertex cache when tessellating on SKL GT4Jason Ekstrand2018-09-071-1/+22
* anv/pipeline: Only consider double elements which actually existJason Ekstrand2018-09-061-1/+2
* anv: Fill holes in the VF VUE to zeroJason Ekstrand2018-08-251-1/+28
* anv/icl: Disable binding table prefetchingAnuj Phogat2018-08-211-6/+15
* anv/pipeline: Drop anv_pipeline_add_compiled_stageJason Ekstrand2018-08-021-2/+0
* anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAVJason Ekstrand2018-07-221-31/+22
* anv/gen9: expose VK_EXT_post_depth_coverageIlia Mirkin2018-07-221-2/+8
* anv/pipeline: Add a per-VB instance divisorJason Ekstrand2018-07-091-6/+2
* anv/pipeline: Use a per-VB struct instead of separate arraysJason Ekstrand2018-07-091-1/+1
* anv: Make subpass::depth_stencil_attachment a pointerJason Ekstrand2018-07-091-4/+4
* anv: Use a default pipeline cache if none is specifiedJason Ekstrand2018-07-021-0/+8
* intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaroundJason Ekstrand2018-06-281-2/+18
* intel/fs: Add fields to wm_prog_data for SIMD32 dispatchJason Ekstrand2018-06-281-1/+1
* intel/compiler: Add and use helpers for working with KSP indicesJason Ekstrand2018-06-281-7/+11
* anv: enable VK_EXT_shader_stencil_exportGustavo Lima Chaves2018-06-081-0/+1
* anv: ignore pColorBlendState if all color attachments of the subpass are unusedSamuel Iglesias Gonsálvez2018-05-091-1/+1
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-191-3/+1
* spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEXNeil Roberts2018-04-191-0/+2
* anv/pipeline: set active_stages earlyCaio Marcelo de Oliveira Filho2018-03-191-0/+1
* vulkan: Rename multiview from KHX to KHRJason Ekstrand2018-03-071-1/+1
* intel: Drop SURFACE_FORMAT enum from genxml.Kenneth Graunke2018-03-051-3/+3
* anv/icl: Don't use DISPATCH_MODE_SIMD4X2Anuj Phogat2018-02-161-0/+5
* anv/icl: Don't use SingleVertexDispatchAnuj Phogat2018-02-161-0/+2
* anv/icl: Don't set ResetGatewayTimerAnuj Phogat2018-02-161-0/+2
* anv/pipeline: remove the pipeline layout field from anv_pipelineIago Toral Quiroga2018-01-261-1/+0
* anv/pipeline: Don't look at blend state unless we have an attachmentJason Ekstrand2018-01-261-3/+3
* anv/pipeline: Don't assert on more than 32 samplersJason Ekstrand2018-01-231-1/+7
* anv: Take write mask into account in has_color_buffer_write_enabledAlex Smith2018-01-051-9/+18
* anv/cmd_buffer: Add support for pushing UBO rangesJason Ekstrand2017-12-081-1/+2
* anv: Fix assert about source attrs.Kenneth Graunke2017-10-271-1/+1
* anv: Drop URB entry output read handling in 3DSTATE_XS.Kenneth Graunke2017-10-271-26/+0
* anv: Add support for tessellation domain origin controlJason Ekstrand2017-09-201-10/+21
* spirv: Flip the tessellation winding orderJason Ekstrand2017-09-201-1/+12
* anv: use device->info instead of brw->is_*Lionel Landwerlin2017-08-301-1/+1
* anv: set right datatypes in anv_pipeline_bindingJuan A. Suarez Romero2017-08-301-1/+1
* anv: Mark functions used conditionally as UNUSEDMatt Turner2017-08-291-2/+2
* anv: Explicitly cast between different enumsMatt Turner2017-08-291-3/+3
* anv: Remove 'inline' keywordsMatt Turner2017-08-291-9/+9
* anv: Use BRW_BARYCENTRIC_NONPERSPECTIVE_BITS from common header.Rafael Antognolli2017-05-031-1/+2
* genxml: Normalize xml for 3DSTATE_MULTISAMPLE.Rafael Antognolli2017-05-031-2/+1
* genxml: Rename "Function Enable" to "Enable".Rafael Antognolli2017-05-031-3/+3
* genxml: 3DSTATE_VS rename Function Enable to Enable.Rafael Antognolli2017-05-031-1/+1
* genxml: Make "Reorder Mode" fields consistent.Kenneth Graunke2017-05-031-4/+0
* anv/cmd_buffer: Emit instanced draws for multiple viewsJason Ekstrand2017-05-031-3/+6
* genxml: Make BLEND_STATE command support variable length array.Rafael Antognolli2017-04-241-27/+38
* anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndexJason Ekstrand2017-04-041-3/+24