summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-07-17bi: Implement basic 8-bit vec supportMary Guillemard1-4/+35
2024-07-17bi: Enable lower_pack pass in compilerMary Guillemard1-0/+2
2024-07-17bi: Lower pack_32_4x8_split and pack_32_2x16_split in algebraicMary Guillemard1-0/+5
2024-07-17bi: Enable lower_pack_64_4x16Mary Guillemard1-0/+1
2024-07-17bi: Clean up mem_access_size_align_cbMary Guillemard1-9/+9
2024-07-17rusticl: Add panthor when panfrost is present in RUSTICL_ENABLEMary Guillemard1-0/+4
2024-07-17mesa: switch ID allocation to util_idalloc_sparse to reduce virtual memory usageMarek Olšák2-11/+11
2024-07-17util: add util_idalloc_sparse, solving the excessive virtual memory usageMarek Olšák2-0/+127
2024-07-17util: don't use variable names that can appear in args of idalloc foreach macrosMarek Olšák1-11/+11
2024-07-17util: make util_idalloc_exists privateMarek Olšák2-7/+7
2024-07-17nvk: Use the page size queried from NVKMDFaith Ekstrand3-16/+21
2024-07-17nvk: Drop the sparse alignment back down to 4096Faith Ekstrand2-3/+1
2024-07-17nvk/nvkmd: nouveau uses the OS page sizeFaith Ekstrand5-17/+21
2024-07-17v3d: rename job->clear to job->clear_tlbIago Toral Quiroga4-9/+9
2024-07-17v3d: skip tlb loads when emitting clears with a draw callIago Toral Quiroga2-5/+18
2024-07-17glsl: fix cross validate globalsTimothy Arceri1-4/+4
2024-07-17glsl: set how_declared to hidden for compiler tempsTimothy Arceri1-1/+2
2024-07-17llvmpipe: add shader cache support for ORCJIT implementationIcenowy Zheng7-10/+111
2024-07-17mesa: add unreachable to _mesa_shader_stage_to_subroutine_prefix()Timothy Arceri1-1/+1
2024-07-17iris: fix iris_xe_wait_exec_queue_idle() on release buildsPaulo Zanoni1-1/+3
2024-07-17intel: Rename XE_PERF to XE_OBSERVATIONJosé Roberto de Souza1-29/+30
2024-07-17egl/x11: Remove force software check for exporting SBWDLucas Fryzek1-2/+1
2024-07-17egl/x11/sw: Implement shm supportLucas Fryzek2-5/+172
2024-07-17vulkan/wsi: Update sw x11 wsi to only copy damage regionsLucas Fryzek1-4/+26
2024-07-17egl/x11/sw: Implement swapbuffers with damageLucas Fryzek1-9/+25
2024-07-17egl/x11/sw: plug in swap_buffers_with_damage handlingMike Blumenkrantz1-0/+22
2024-07-17egl/x11/sw: fix partial image uploadsMike Blumenkrantz1-0/+5
2024-07-16intel/elk: Convert missing uses of ralloc to linear in fs_live_variablesCaio Oliveira1-7/+7
2024-07-16intel/brw: Convert missing uses of ralloc to linear in fs_live_variablesCaio Oliveira1-7/+7
2024-07-16zink/ci: remove redundant arb_shader_image_load_store skips on POLARIS10Samuel Pitoiset1-2/+0
2024-07-16zink/ci: skip arb_shader_image_load_store also on NAVI31/VANGOGHSamuel Pitoiset2-4/+2
2024-07-16zink: match shader-db report.py formatAlyssa Rosenzweig1-6/+8
2024-07-16zink: remove extraneous \n with shaderdbAlyssa Rosenzweig1-1/+1
2024-07-16radeonsi/vcn: support DPB_MAX_RES on VCN5David (Ming Qiang) Wu1-18/+20
2024-07-16frontends/va: Support frame rate per temporal layer for AV1David Rosca1-8/+17
2024-07-16vulkan/runtime: add spirv_info_h to vulkan_lite_runtime_header_gen_depsC Stout1-0/+1
2024-07-16anv: reimplement the anv_fake_nonlocal_memory workaroundPaulo Zanoni1-20/+27
2024-07-16spirv: Don't warn about FPFastMathMode if not OpenCLCaio Oliveira2-4/+13
2024-07-16tu: Don't disable 2 10-bit formatsValentine Burley1-3/+0
2024-07-16nir/opt_constant_folding: fix array size define, pt 2Alyssa Rosenzweig1-1/+1
2024-07-16freedreno/a6xx: Allow blit based transfersRob Clark1-0/+4
2024-07-16freedreno/a6xx: Add more format swizzlesRob Clark1-0/+9
2024-07-16freedreno/a6xx: Skip blitter for L/A conversionsRob Clark1-0/+12
2024-07-16freedreno/a6xx: Tweak blitter tracesRob Clark1-7/+5
2024-07-16freedreno/bc: Rework flush orderRob Clark5-68/+96
2024-07-16freedreno/a6xx: Drop 16b packed image formatsRob Clark1-0/+7
2024-07-16freedreno: Use LINEAR for staging resourcesRob Clark1-0/+4
2024-07-16freedreno: Implement stencil blit fallbackRob Clark4-23/+49
2024-07-16freedreno/a6xx: Implement S8 supportRob Clark1-22/+40
2024-07-16u_blitter+d3d12: Move stencil fallback clear to callerRob Clark2-11/+12