summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-03VERSION: bump for 23.1.0-rc4mesa-23.1.0-rc4Eric Engestrom1-1/+1
2023-05-03radv: Move all the dirty flags from TES binding to TCS binding.Bas Nieuwenhuizen2-11/+8
2023-05-03.pick_status.json: Update to efc94390f716b70ac1d5b09c6f949f938aeadcacEric Engestrom1-0/+63
2023-05-03r600: fix refcnt imbalance related to atomic_buffer_statePatrick Lerda2-1/+11
2023-05-03vulkan: Actually increment the count of objects in GetPipelineCacheData.Emma Anholt2-1/+3
2023-05-03vulkan: Handle alignment failure in the pipeline cache.Emma Anholt2-2/+5
2023-05-03dzn: Hook up subgroup size to compute shader compilationJesse Natalie2-4/+20
2023-05-03crocus: fix refcnt imbalance related to crocus_create_surface()Patrick Lerda2-3/+5
2023-05-03zink: only unset a generated tcs if the bound tcs is the generated oneMike Blumenkrantz2-2/+2
2023-05-03nvc0: do not randomly emit fences.Karol Herbst4-7/+7
2023-05-03radv: add padding to radv_shader_binary_legacyDaniel Schürmann2-1/+5
2023-05-03vulkan/pipeline_cache: replace raw data objects on cache insertion of real ob...Daniel Schürmann2-1/+10
2023-05-03nir: fix constant-folding of 64-bit fpowErik Faye-Lund2-2/+2
2023-05-03radv: fix dynamic depth clamp enable supportSamuel Pitoiset3-7/+19
2023-05-03radv: respect VK_QUERY_RESULT_WAIT_BIT in GetQueryPoolResultsYiwei Zhang2-11/+15
2023-05-03r600/sfn: assign window_space_position in shader stateGert Wollny2-1/+6
2023-05-03v3d: apply 1D texture miplevel alignment in arraysJuan A. Suarez Romero3-35/+3
2023-05-03.pick_status.json: Update to 9f522ac0c65ceae11ad1a4e84ec9f32a9393a25cEric Engestrom1-0/+603
2023-05-01radv: Reserve space for indirect descriptor set address writes.Bas Nieuwenhuizen2-2/+9
2023-05-01zink: add extendedDynamicState3DepthClipNegativeOneToOne to profileMike Blumenkrantz2-2/+3
2023-05-01llvmpipe: fix native vector width initMike Blumenkrantz4-9/+11
2023-05-01radeonsi/vcn: correct cropping for hevc caseRuijing Dong3-6/+6
2023-05-01ac/nir: fix 8-bit/10-bit PS exports clampingSamuel Pitoiset2-12/+29
2023-05-01iris: Allow shared scanout buffer to be placed in smem as wellJosé Roberto de Souza2-8/+9
2023-05-01clc: Add clang frontendhlsl module to fix build of microsoft-clc with llvm 16+Lone_Wolf2-4/+5
2023-05-01clc: Add clangASTMatchers to fix static llvm build of microsoft-clc with LLV...Lone_Wolf2-1/+4
2023-05-01compiler/clc: Fix embedded clang headers (microsoft-clc) for LLVM 16+Lone_Wolf2-2/+12
2023-05-01intel/fs: fix per vertex input clampingLionel Landwerlin2-3/+3
2023-05-01draw: fix robust ubo size calcMike Blumenkrantz2-2/+2
2023-05-01dri/android: Fix MSAA resolveRob Clark4-5/+9
2023-05-01tgsi: use locale independent float and double parsingThong Thai2-47/+5
2023-05-01util: check and initialize locale before using itThong Thai2-1/+3
2023-05-01mesa/main: rework locale setup/teardownThong Thai3-5/+12
2023-05-01aco: don't move exec writes around exec writesRhys Perry2-2/+2
2023-05-01wgl: Fix unintentional assignment on assert.Jose Fonseca2-2/+2
2023-05-01anv: fix anv_nir_lower_ubo_loads passLionel Landwerlin3-2/+10
2023-05-01nir/divergence: add missing load_global_constant_* intrinsicsLionel Landwerlin2-2/+4
2023-05-01radv: only enable extendedDynamicState3ConservativeRasterizationMode on GFX9+Samuel Pitoiset2-2/+2
2023-05-01frontend/nine: Fix num_textures countAxel Davy2-3/+3
2023-05-01zink: reapply VkImageViewUsageCreateInfo when rebinding a surfaceMike Blumenkrantz2-1/+2
2023-05-01zink: break out VkImageViewUsageCreateInfo applying for reuseMike Blumenkrantz2-19/+25
2023-05-01crocus: fix refcnt imbalance related to framebufferPatrick Lerda2-5/+4
2023-05-01.pick_status.json: Update to 040aeb5a23e5cc8a71a352e55282d514dd2ab64fEric Engestrom1-0/+1791
2023-04-26VERSION: bump for 23.1.0-rc3mesa-23.1.0-rc3Eric Engestrom1-1/+1
2023-04-26aco: don't move exec reads around exec writesRhys Perry2-1/+9
2023-04-26r300: fix unconditional KIL on R300/R400Pavel Ondračka2-1/+2
2023-04-26ac/nir/ps: fix null export write mask miss set to 0xfRhys Perry2-4/+7
2023-04-26svga: set PIPE_CAP_VERTEX_ATTRIB_ELEMENT_ALIGNED_ONLY for VGPU10 deviceCharmaine Lee3-13/+6
2023-04-26radv/rt: properly destroy radv_ray_tracing_lib_pipeline on errorDaniel Schürmann2-15/+20
2023-04-26aux/draw: fix memory leak related to ureg_get_tokens()Patrick Lerda2-1/+10