summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-22driconf: add zink glthread disable for a gameMike Blumenkrantz1-0/+7
2023-02-22driconf/anv: Apply limit_trig_input_range WA to Rise of the Tomb RaiderSviatoslav Peleshko1-0/+6
2023-02-22kopper: fix loop iterating for msaa texture creationMike Blumenkrantz1-2/+2
2023-02-22svga: use upload buffer if texture has pending changesCharmaine Lee2-8/+22
2023-02-22svga: fix compatible formats for shareable surfacesCharmaine Lee1-1/+5
2023-02-22svga: fix resource_get_handle from resource created without SHARED bind flagCharmaine Lee2-2/+8
2023-02-22glsl: isolate object macro replacmentsTimothy Arceri1-3/+20
2023-02-22glsl: add _token_list_prepend() helper to the parserTimothy Arceri1-0/+15
2023-02-22mesa: ignore indices[i] if count[i] == 0 for MultiDrawElementsMarek Olšák1-4/+7
2023-02-22radv: Call nir_lower_array_deref_of_vec in radv_lower_io_to_scalar_early.Timur Kristóf1-0/+4
2023-02-22radv/amdgpu: only set a new pstate if the current one is differentSamuel Pitoiset1-2/+23
2023-02-22Revert "radv: acquire pstate on-demand when capturing with RGP"Samuel Pitoiset2-6/+4
2023-02-22lima: don't use resource_from_handle while creating scanoutErico Nunes1-6/+20
2023-02-22panfrost: fix tiny sample_positions BO memory leakItalo Nicola1-0/+1
2023-02-22nir/from_ssa: Move the loop bounds check in resolve_parallel_copyFaith Ekstrand1-1/+16
2023-02-22nir/from_ssa: Only re-locate values that are destinationsFaith Ekstrand1-5/+0
2023-02-22zink: Add missing features to the profile fileSidney Just1-5/+45
2023-02-22hasvk: Fix SPIR-V warning about TF unsupported on gen7.Emma Anholt1-1/+1
2023-02-22vulkan/wsi: avoid deadlocking dri3 when polling deleted windows for eventsMike Blumenkrantz1-0/+6
2023-02-22dri3: avoid deadlocking when polling deleted windows for eventsMike Blumenkrantz1-4/+13
2023-02-22amd/surface: fix base_mip_width of subsampled formatsPierre-Eric Pelloux-Prayer1-1/+3
2023-02-22turnip: fix a major leak with GPL LTOChia-I Wu1-1/+2
2023-02-22anv,hasvk: flush what UNIFORM_READ flushes on SHADER_READConstantine Shablya2-2/+22
2023-02-22zink: block LINEAR filtered blits for zs formatsMike Blumenkrantz1-1/+1
2023-02-22intel/fs: bound subgroup invocation read to dispatch sizeLionel Landwerlin1-1/+13
2023-02-22aco: Don't use vcmpx with DPP.Georg Lehmann1-3/+6
2023-02-22anv/grl: Use union for reinterpreting integer as floatMichel Dänzer1-3/+8
2023-02-22radv: disable DCC for mipmaps on GFX11Samuel Pitoiset1-0/+4
2023-02-22crocus: switch gen4/5 tiling flags to follow suggestions.Dave Airlie1-3/+2
2023-02-22util/disk_cache: Handle OS'es without d_type in struct direntAlan Coopersmith1-1/+13
2023-02-22zink: always use NEAREST for zs blitsMike Blumenkrantz1-1/+2
2023-02-22anv/hasvk: handle a SAMPLED_READ/STORAGE_READ access flagsLionel Landwerlin2-0/+4
2023-02-22zink: free resource objects' views array during destructionSoroushIMG1-0/+1
2023-02-22zink: allocate program shader caches from the program's mem ctxSoroushIMG1-6/+6
2023-02-22zink: fix compute shader leaksSoroushIMG1-2/+7
2023-02-22zink: ralloc zink_shader structsMike Blumenkrantz1-3/+3
2023-02-14zink: fix descriptor pool free iteratingMike Blumenkrantz1-5/+5
2023-02-14zink: sync LTO compiles for GPL pipelines on shader freeMike Blumenkrantz1-0/+10
2023-02-14zink: unset gfx shader read when unbinding shader imagesMike Blumenkrantz1-0/+1
2023-02-14radv: Fix missing VK_ACCESS_2_SHADER_SAMPLED_READ_BIT.Hans-Kristian Arntzen1-2/+3
2023-02-14radv: Fix invalid 64-bit shift.Hans-Kristian Arntzen1-2/+2
2023-02-14glsl/standalone: Do not pass memory allocated with ralloc_size to freeMichel Dänzer1-1/+0
2023-02-14glsl/standalone: Fix up _mesa_reference_shader_program_data signatureMichel Dänzer2-5/+2
2023-02-12nir: Apply a maximum stack depth to avoid stack overflows.Bas Nieuwenhuizen1-15/+37
2023-02-12anv: Handle VkAccelerationStructureBuildRangeInfoKHR::transformOffsetSviatoslav Peleshko1-2/+7
2023-02-12turnip: Disable draw states after dyn renderpass in all casesDanylo Piliaiev1-0/+5
2023-02-12tu: Prevent using stale value of GRAS_SC_CNTL in sysmem clearDanylo Piliaiev1-0/+2
2023-02-12zink: add newlines to some debug printfsMike Blumenkrantz1-2/+2
2023-02-10dzn: Declare debug only root_dwords as ASSERTEDGH Cao1-1/+1
2023-02-10crocus: disable Y tiling for render targets properly.Dave Airlie1-3/+1