aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Set 3DSTATE_VF_INSTANCING on the SVGS elementJason Ekstrand2020-05-141-0/+6
* vulkan,anv: Add a base object struct typeJason Ekstrand2020-05-041-0/+2
* vulkan,anv: Add a common base object type for VkDeviceJason Ekstrand2020-05-041-6/+6
* anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips2020-05-011-1/+6
* anv: Stop using cs_prog_data->threadsCaio Marcelo de Oliveira Filho2020-04-091-2/+4
* anv/gen12: Lower VK_KHR_multiview using Primitive ReplicationCaio Marcelo de Oliveira Filho2020-04-071-0/+30
* anv/pipeline: allow more than 16 FS inputsJuan A. Suarez Romero2020-04-011-14/+21
* anv: use urb_setup_attribs in SBEJuan A. Suarez Romero2020-04-011-3/+3
* anv: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* anv: Reduce compute pipeline batch_data sizeCaio Marcelo de Oliveira Filho2020-03-121-2/+2
* anv: Split graphics and compute bits from anv_pipelineCaio Marcelo de Oliveira Filho2020-03-121-93/+90
* anv: Use a separate field in the pipeline for compute shaderCaio Marcelo de Oliveira Filho2020-03-121-7/+2
* anv: Use a dynamic array for storing executables in pipelineCaio Marcelo de Oliveira Filho2020-03-121-1/+2
* anv: Add a new enum to identify the pipeline typeCaio Marcelo de Oliveira Filho2020-03-121-0/+1
* intel/gen12+: Disable mid thread preemption.Rafael Antognolli2020-03-031-0/+12
* anv: Remove unused field `urb.total_size`Caio Marcelo de Oliveira Filho2020-02-271-1/+1
* anv: Remove unused field xfb_used from anv_pipelineCaio Marcelo de Oliveira Filho2020-02-271-3/+1
* anv: Always enable the data cacheJason Ekstrand2020-02-251-2/+0
* anv: Plumb deref block size through to 3DSTATE_SFJason Ekstrand2020-01-301-8/+14
* intel/common: Return the block size from get_urb_configJason Ekstrand2020-01-301-1/+1
* anv: Emit URB setup earlierJason Ekstrand2020-01-301-2/+2
* intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand2020-01-301-9/+1
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-01-301-0/+4
* anv: Insert holes for non-existant XFB varyingsJason Ekstrand2020-01-271-5/+17
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+11
* anv: Drop the instance pointer from anv_deviceJason Ekstrand2020-01-201-3/+3
* anv: Add an anv_physical_device field to anv_deviceJason Ekstrand2020-01-201-4/+2
* anv: Ignore some CreateInfo structs when rasterization is disabledCaio Marcelo de Oliveira Filho2020-01-031-12/+26
* anv: Drop unused function parameterCaio Marcelo de Oliveira Filho2020-01-031-3/+2
* intel: Drop Gen11 WaBTPPrefetchDisable workaroundKenneth Graunke2020-01-031-17/+7
* anv: Set up SBE_SWIZ properly for gl_ViewportJason Ekstrand2019-12-031-2/+2
* anv: Flatten descriptor bindings in anv_nir_apply_pipeline_layoutJason Ekstrand2019-11-181-1/+0
* anv: Initialize depth_bounds_test_enable when not explicitly setCaio Marcelo de Oliveira Filho2019-11-131-2/+1
* anv: remove incorrect polygonMode=point early-outErik Faye-Lund2019-11-011-6/+0
* anv: Set the batch allocator for compute pipelinesJason Ekstrand2019-10-311-2/+5
* anv: Allocate misc BOs from the cacheJason Ekstrand2019-10-311-1/+1
* anv: Add support for depth bounds testing.Plamena Manolova2019-10-281-0/+1
* anv: Implement VK_KHR_pipeline_executable_propertiesJason Ekstrand2019-08-121-0/+1
* anv: Add a ralloc context to anv_pipelineJason Ekstrand2019-08-121-0/+2
* anv: Force a full re-compile when CAPTURE_INTERNAL_REPRESENTATION_TEXT is setJason Ekstrand2019-08-121-0/+2
* anv: Implement VK_EXT_line_rasterizationJason Ekstrand2019-08-061-10/+121
* 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