aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/genX_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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