summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-21nouveau: take glsl_type ref unconditionallyKarol Herbst2-6/+5
2023-09-21vk/graphics: fix CWE handling with DS3Mike Blumenkrantz2-2/+2
2023-09-21nir: Don't handle nir_op_mov in get_undef_mask in opt_undefFaith Ekstrand2-2/+3
2023-09-21nir: Handle nir_op_mov properly in opt_shrink_vectorsFaith Ekstrand2-3/+3
2023-09-21radv: disable 64-bit color attachmentsRhys Perry2-2/+8
2023-09-21.pick_status.json: Updates notes for aebe58458611e0bb585a5bce8e16c1175783f3ccDylan Baker1-1/+1
2023-09-21.pick_status.json: Update to 10e75aae1bddee9795b1ff04ffd656b0da79b5b5Dylan Baker1-0/+1830
2023-09-05docs: update calendar for 23.2.0-rc3Dylan Baker1-2/+1
2023-09-05docs: Extend calendar entries for 23.2 by 2 releases.Dylan Baker1-0/+2
2023-09-05VERSION: update to 23.2.0-rc3mesa-23.2.0-rc3Dylan Baker1-1/+1
2023-09-01nouveau: add exported GEM handles to the global listDor Askayo2-1/+16
2023-09-01nv50: fix code uploads bigger than 0x10000 bytesKarol Herbst2-33/+42
2023-09-01aux/trace: fix set_hw_atomic_buffers method nameJulia Tatz2-2/+2
2023-09-01gallium/dri: fix dri2_from_namesJulia Tatz2-3/+3
2023-09-01nir/zink: fix gs emulation xfb_info sizingMike Blumenkrantz3-3/+3
2023-09-01aco: don't create sendmsg(dealloc_vgprs) if scratch is usedRhys Perry4-7/+17
2023-09-01egl: reenable partial redraw with a warning when using gallium hudItalo Nicola4-10/+18
2023-09-01driconf: add a workaround for Captain Lycop: Invasion of the HetersPaul Gofman2-1/+9
2023-09-01u/draw: skip zero-sized indirect drawsMike Blumenkrantz2-1/+4
2023-09-01aco: summarize register demand after handling branchesRhys Perry2-10/+10
2023-09-01zink: fix crash in lower_pv_mode_gs_storeMike Blumenkrantz2-2/+4
2023-09-01anv: don't try to access dynamic buffers from surface statesLionel Landwerlin2-3/+2
2023-09-01frontends/va: Ignore requested size when creating VAEncCodedBufferTypeDavid Rosca2-3/+6
2023-09-01ci/deqp: really remove the uncompressed results.csv fileDavid Heidelberg2-2/+2
2023-09-01vulkan: ignore VkPipelineColorWriteCreateInfoEXT if the state is dynamicSamuel Pitoiset2-2/+2
2023-09-01asahi,agx: Fix stack buffer overflow in agx_link_varyings_vs_fsJanne Grunau2-3/+3
2023-08-31vulkan/wsi: Allow binding presentation_timing when software renderingDerek Foreman2-10/+9
2023-08-31panfrost: upcast uint8/uint16 before shifting them beyond their rangeEric Engestrom2-3/+5
2023-08-31radv: Handle VK_SUBOPTIMAL_KHR in trace layersFriedrich Vock4-4/+4
2023-08-31zink: fix big tcs output ioMike Blumenkrantz2-3/+10
2023-08-31zink: explicitly set non-optimal last_vertex_stage shader key on ctx createMike Blumenkrantz2-1/+2
2023-08-31lavapipe: block yuv formats from getting blit feature flagsMike Blumenkrantz2-1/+2
2023-08-31lavapipe: fix resolves where src image has a layer offsetMike Blumenkrantz2-1/+2
2023-08-31llvmpipe: fix early depth + alpha2coverage + occlusion query interactionMike Blumenkrantz4-10/+8
2023-08-31llvmpipe: block weird uses of subsampled formats in buffersMike Blumenkrantz2-1/+4
2023-08-31glsl: fix potential crash with DisableUniformArrayResizetimmac-qmc2-9/+11
2023-08-31zink: generated tcs is on the tes, not the vsMike Blumenkrantz2-2/+2
2023-08-31hasvk: fix null descriptor handling with A64 messagesLionel Landwerlin4-13/+19
2023-08-31aux/trace: fix winsys handle dumpingMike Blumenkrantz4-4/+35
2023-08-31zink: add more locking for pipeline cacheMike Blumenkrantz5-4/+25
2023-08-31zink: set msrtss depth resolve mode when enabledMike Blumenkrantz2-1/+8
2023-08-31zink: don't append msrtss to dynamic render if not supportedMike Blumenkrantz2-2/+3
2023-08-31zink: don't add VK_IMAGE_USAGE_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT for transient...Mike Blumenkrantz2-2/+2
2023-08-31zink: fix zs resolve attachment indexingMike Blumenkrantz2-4/+7
2023-08-31zink: add batch refs for transient imagesMike Blumenkrantz2-9/+17
2023-08-31radv/rt: fix capture/replay supportSamuel Pitoiset2-3/+2
2023-08-31ci: add perfetto into mesa git-cacheDavid Heidelberg2-1/+3
2023-08-31zink: fix setting VkShaderCreateInfoEXT::nextStageSamuel Pitoiset2-3/+25
2023-08-31Gallium: Fix shared memory segment leakJulian Hagemeister2-1/+2
2023-08-31llvmpipe: fix UAF in lp_scene_is_resource_referenced.Martin Stransky2-17/+26