aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* anv: drop MAYBE_UNUSED varEric Engestrom2019-07-311-4/+1
* intel: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-1/+1
* intel: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-1/+1
* anv: fix use of comma operatorLionel Landwerlin2019-07-231-1/+1
* anv: Implement "pop-free" clippingJason Ekstrand2019-06-211-2/+85
* anv: Enable the guardband clip testJason Ekstrand2019-06-211-0/+1
* intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8Kenneth Graunke2019-05-141-0/+5
* Revert "anv: limit URB reconfigurations when using blorp"Lionel Landwerlin2019-04-291-3/+3
* anv: limit URB reconfigurations when using blorpLionel Landwerlin2019-04-191-3/+3
* anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7Jason Ekstrand2019-04-121-3/+23
* anv: Only set 3DSTATE_PS::VectorMaskEnable on gen8+Jason Ekstrand2019-03-141-1/+1
* nir/xfb: adding varyings on nir_xfb_info and gather_infoAlejandro Piñeiro2019-03-081-4/+4
* anv: advertise 8 subpixel precision bitsJuan A. Suarez Romero2019-02-221-0/+5
* anv: implement VK_EXT_depth_clip_enableLionel Landwerlin2019-02-201-4/+4
* anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZDanylo Piliaiev2019-02-041-3/+20
* anv: Implement transform feedback queriesJason Ekstrand2019-01-221-0/+1
* anv: Implement the basic form of VK_EXT_transform_feedbackJason Ekstrand2019-01-221-0/+122
* anv: Always emit at least one vertex elementJason Ekstrand2019-01-221-3/+1
* anv: Remove state flush.Rafael Antognolli2019-01-171-1/+0
* anv/pipeline: remove unnecessary null-pointer checkAndrii Simiklit2019-01-091-4/+2
* anv: drop unneeded KHR suffixEric Engestrom2019-01-081-5/+5
* anv/pipeline: Set the correct binding count for compute shadersJason Ekstrand2018-12-121-2/+6
* anv/icl: Disable prefetching of sampler state entriesAnuj Phogat2018-11-021-9/+16
* 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