summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-08pci_ids/intel: Add LNL PCI IDs (with FORCE_PROBE set)intel-force-probeJordan Justen2-1/+4
2023-11-08intel/dev: Add LNL device infoJordan Justen1-0/+13
2023-11-08docs: Document INTEL_FORCE_PROBE env-varJordan Justen1-0/+28
2023-11-08intel/dev: Support INTEL_FORCE_PROBE env-varJordan Justen2-1/+101
2023-11-08intel/dev: Allow setting a FORCE_PROBE config for a crocus/iris PCI IDsJordan Justen2-4/+21
2023-11-08fast_urem_by_const: #ifdef DEBUG an assertion.Tatsuyuki Ishi1-0/+2
2023-11-08ci: re-apply two mesh/task query fixes for VKCTSSamuel Pitoiset7-4/+315
2023-11-08ci/bin: Print a summary list of dependency and target jobsGuilherme Gallo1-6/+23
2023-11-08ci/bin: Fix mypy errors in gitlab_gql.pyGuilherme Gallo1-8/+8
2023-11-08ci/bin: Fix gitlab_gql methods that uses needs DAGGuilherme Gallo2-2/+18
2023-11-08ci/bin: gql: Improve queries for jobs/stages retrievalGuilherme Gallo3-74/+124
2023-11-08ci/bin: gql: Implement paginationGuilherme Gallo1-1/+81
2023-11-08ci/bin: gql: Log the caching errorsGuilherme Gallo1-1/+12
2023-11-08ci/bin: gql: make the query cache optionalGuilherme Gallo1-5/+33
2023-11-08ci/bin: Replace AIOHTTPTransport with RequestsHTTPTransportGuilherme Gallo2-7/+3
2023-11-08ci/bin: Fix find_dependency function callsGuilherme Gallo1-1/+1
2023-11-08iris: Add iris_bufmgr_get_pat_entry_for_bo_flags()José Roberto de Souza3-11/+27
2023-11-08anv: Remove anv_bo flags that can be inferred from alloc_flagsJosé Roberto de Souza4-29/+17
2023-11-08anv: Calculate mmap mode based on alloc_flagsJosé Roberto de Souza9-29/+71
2023-11-08anv: Change default PAT entry to WCJosé Roberto de Souza1-1/+1
2023-11-08anv: Move PAT entry selection to common codeJosé Roberto de Souza3-6/+16
2023-11-08anv: Honor memory coherency of the memory type selectedJosé Roberto de Souza2-1/+5
2023-11-08intel: Add a write combining PAT entryJosé Roberto de Souza2-1/+3
2023-11-08intel: Update MTL scanout PAT entryJosé Roberto de Souza1-1/+1
2023-11-08intel: Add more information about the PAT entry usedJosé Roberto de Souza5-15/+38
2023-11-08anv: Add missing ANV_BO_ALLOC_EXTERNAL flags when calling anv_device_import_bo()José Roberto de Souza2-0/+3
2023-11-08frontends/va: Remove wrong use of ProfileToPipeCorentin Noël1-1/+1
2023-11-08mesa: Use a switch for state_iter and be more precise about its typeCorentin Noël1-4/+10
2023-11-08gallivm/lp_bld_nir_aos: Use TGSI instead of PIPE enumCorentin Noël1-1/+1
2023-11-08gallivm: Initialize indir_index to NULL before useCorentin Noël1-2/+2
2023-11-08mesa/ffvs: Use gl_state_index16 in helpers directlyCorentin Noël1-12/+12
2023-11-07d3d12: GL4.3Jesse Natalie6-20/+23
2023-11-07isl: Enable MCS compression on ACM platformSagar Ghuge1-4/+0
2023-11-07iris: Disable CCS compression on top of MSAA compression on ACMSagar Ghuge1-1/+4
2023-11-07iris: Disable auxiliary buffer if MSRT is bound as textureSagar Ghuge1-0/+21
2023-11-07d3d12: Use format casting for shader imagesJesse Natalie1-0/+1
2023-11-07d3d12: Support ARB_texture_viewJesse Natalie9-66/+298
2023-11-07d3d12: Change memory barrier implementationJesse Natalie4-34/+48
2023-11-07d3d12: Binding buffers as SSBO/storage image needs to add buffer rangesJesse Natalie1-0/+6
2023-11-07d3d12: Add a fallback for int clears where value can't be cast to floatJesse Natalie2-14/+51
2023-11-07d3d12: Initialize shader key swizzle for non-int texturesJesse Natalie1-2/+3
2023-11-07d3d12: Disable common state promotion for non-simultaneous-access texturesJesse Natalie1-6/+1
2023-11-07microsoft/compiler: Set src/dest nir types on image intrinsics when deducing ...Jesse Natalie1-2/+14
2023-11-07radv: disable gs_fast_launch=2 by defaultRhys Perry6-1/+12
2023-11-07radeonsi: move SPI_SHADER_IDX_FORMAT into the preamble (it's immutable)Marek Olšák5-9/+6
2023-11-07radeonsi: remove num_params variable from gfx10_shader_nggMarek Olšák1-5/+4
2023-11-07radeonsi: move emitting VGT_TF_PARAM into gfx10_emit_shader_nggMarek Olšák1-15/+7
2023-11-07radeonsi: prettify code around PA_SC_LINE_STIPPLEMarek Olšák1-5/+5
2023-11-07radeonsi: cosmetic changes in si_emit_db_render_stateMarek Olšák1-22/+21
2023-11-07radeonsi: don't check DCC compatibility on chips where it's no-opMarek Olšák1-11/+13