summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-04intel/dev: Add 0x56be and 0x56bf DG2 PCI IDsdg2-56be-56bfJordan Justen1-0/+2
2024-04-04intel/brw/xe2+: Implement Wa 22016140776Ian Romanick4-8/+73
2024-04-04intel/dev/mesa_defs.json: Add LNL WA entriesJordan Justen2-0/+319
2024-04-05dzn: Don't copy app indirect args if we don't need toJesse Natalie1-53/+88
2024-04-05dzn: Add a hash table of command signatures with non-default stridesJesse Natalie3-7/+45
2024-04-05dzn: Rework indirect drawing keys for shaders and command signaturesJesse Natalie6-215/+188
2024-04-05dzn: Update pipeline cache params to take all options into accountJesse Natalie1-2/+3
2024-04-05dzn: Understand whether first-vertex and base-instance are needed for a pipelineJesse Natalie2-8/+27
2024-04-05dzn: Query options21Jesse Natalie2-0/+4
2024-04-05dzn: Delete dzn structs for indirect draw args and use D3D onesJesse Natalie3-28/+13
2024-04-05spirv2dxil: Output more specific metadata for whether draw sysvals are neededJesse Natalie6-21/+30
2024-04-05spirv2dxil: Support passing first vertex / base instance to DXIL backendJesse Natalie5-11/+24
2024-04-05microsoft/compiler: Handle base vertex/instance sysvals as DXIL intrinsicsJesse Natalie2-0/+14
2024-04-05ci/windows: Bump Agility SDK to 1.613.2 for ExecuteIndirect validation fixJesse Natalie2-2/+2
2024-04-04intel/elk: Delete stray nir_opt_dceIan Romanick1-2/+0
2024-04-04intel/brw: Delete stray nir_opt_dceIan Romanick1-2/+0
2024-04-04intel/elk: Don't call nir_opt_remove_phis before nir_convert_from_ssaIan Romanick1-1/+0
2024-04-04intel/brw: Don't call nir_opt_remove_phis before nir_convert_from_ssaIan Romanick1-1/+0
2024-04-04intel/compiler: Ensure load_barycentric_at_sample and load_interpolated_input...Ian Romanick1-2/+71
2024-04-04ci: enable shader-db on limaErico Nunes1-1/+1
2024-04-04radv: remove radv_private.hSamuel Pitoiset86-193/+145
2024-04-04radv: move RADV_USE_WSI_PLATFORM define to radv_wsi.hSamuel Pitoiset5-5/+8
2024-04-04radv: move CLOCK_MONOTONIC_RAW define to radv_physical_device.hSamuel Pitoiset3-5/+6
2024-04-04radv: move RADV_API_VERSION to radv_instance.hSamuel Pitoiset3-6/+7
2024-04-04radv: move RADV_SUPPORT_CALIBRATED_TIMESTAMPS to radv_physical_device.cSamuel Pitoiset2-6/+6
2024-04-04radv: replace radv_is_aligned() by util_is_aligned()Samuel Pitoiset4-21/+13
2024-04-04util: add util_is_aligned()Samuel Pitoiset1-0/+11
2024-04-04radv: replace radv_float_to_{u,s}fixed() by util_{un}signed_fixed()Samuel Pitoiset3-18/+6
2024-04-04radv: replace align_u32_npot() by ALIGN_NPOTSamuel Pitoiset2-9/+3
2024-04-04radv: replace align_{u32,u64}() by align{64}()Samuel Pitoiset3-18/+4
2024-04-04radv: replace radv_minify() by u_minify()Samuel Pitoiset7-40/+30
2024-04-04radv: rename remaining phys_dev occurrences to pdevSamuel Pitoiset1-5/+5
2024-04-04radv: add missing endif comment for some headersSamuel Pitoiset9-9/+11
2024-04-04radv: replace RADV_FROM_HANDLE by VK_FROM_HANDLESamuel Pitoiset43-464/+460
2024-04-04radv: remove remaining forward declarations and comments in radv_private.hSamuel Pitoiset1-27/+0
2024-04-04radv: remove pre-declarations needed for WSI entrypointsSamuel Pitoiset1-7/+0
2024-04-04radv: remove unused radv_printflike()Samuel Pitoiset1-6/+0
2024-04-04d3d12: Add a debug flag for loading WinPixGpuCapturer.dllJesse Natalie2-0/+32
2024-04-04d3d12: Set fractional var masksJesse Natalie3-20/+56
2024-04-04microsoft/compiler: Add a fractional var mask for variable sortingJesse Natalie5-28/+50
2024-04-04d3d12: Don't compile useless variants during shader creationJesse Natalie1-39/+7
2024-04-04d3d12: Remove variables instead of adding them for linkingJesse Natalie3-226/+61
2024-04-04d3d12: Gather info less and before the final compilation stepsJesse Natalie1-16/+3
2024-04-04d3d12: Add primitive ID sysval to input bitmask (for GS in)Jesse Natalie1-1/+2
2024-04-04d3d12: Use TES inputs rather than VS outputs for TCS variant keyJesse Natalie2-9/+8
2024-04-04d3d12: Capture always_active_io in varying dataJesse Natalie3-0/+5
2024-04-04d3d12: Forward front-facing for passthrough GSJesse Natalie1-0/+13
2024-04-04d3d12: Explicitly add tess factor vars to tess signaturesJesse Natalie1-0/+24
2024-04-04d3d12: Fix var splitting pass writemasksJesse Natalie1-2/+2
2024-04-04d3d12: Minor logging improvementsJesse Natalie2-6/+6