summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-27VERSION: bump for 22.1.0-rc3mesa-22.1.0-rc3Dylan Baker1-1/+1
2022-04-27zink: ci updateMike Blumenkrantz1-0/+3
2022-04-27zink: fix up swapchain depth buffer geometry during fb updateMike Blumenkrantz3-0/+40
2022-04-27zink: fix/improve swapchain surface info updatingMike Blumenkrantz2-2/+10
2022-04-27kopper: add DISPLAY_TARGET bind for depth bufferMike Blumenkrantz1-0/+1
2022-04-27kopper: copy a bunch of code for texture_from_pixmapMike Blumenkrantz1-3/+296
2022-04-27kopper: store whether screen has dmabuf supportMike Blumenkrantz1-1/+3
2022-04-27kopper: move drawable geometry updating up in functionMike Blumenkrantz1-3/+3
2022-04-27kopper: always fetch and store drawable infoMike Blumenkrantz1-2/+4
2022-04-27wgl: support kopperSidney Just2-6/+71
2022-04-27zink: support win32 wsiSidney Just2-1/+24
2022-04-27kopper: add win32 loader interfaceSidney Just1-0/+6
2022-04-27zink: support VK_KHR_win32_surfaceSidney Just1-0/+1
2022-04-27wgl: add zink to the list of auto-loaded driversSidney Just1-0/+3
2022-04-27wgl: add a flag to determine if running on zinkSidney Just2-0/+2
2022-04-26ci: Also disable Windows container builds when downDaniel Stone1-3/+9
2022-04-26CI: Disable Windows jobsDaniel Stone1-1/+1
2022-04-26ci/windows: Add a variable to globally disable jobs using windows runnersBoris Brezillon2-0/+5
2022-04-26vulkan: Set signals[i].stageMask = ALL_COMMANDS for QueueSubmit2 wrappingJason Ekstrand2-2/+2
2022-04-26anv: workaround apps that assume full subgroups without specifying itSviatoslav Peleshko6-8/+54
2022-04-26radv: fix clearing of TRUNC_COORD with tg4 and immutable samplersRhys Perry2-2/+3
2022-04-26nir: Lower all bit sizes of usub_borrowJason Ekstrand2-2/+2
2022-04-26vulkan: bump layer api versions to current vk header versionMike Blumenkrantz3-3/+3
2022-04-26r300: set PIPE_BIND_CONSTANT_BUFFER for const_uploaderPavel Ondračka2-2/+4
2022-04-26winsys/amdgpu: fix a mutex deadlock when we fail to create pipe_screenMarek Olšák2-5/+12
2022-04-26anv: skip acceleration structure in binding table emissionLionel Landwerlin2-1/+2
2022-04-26zink: fix group memory barrier emissionMike Blumenkrantz2-1/+4
2022-04-26radv: Fix lowering ignore_ray_intersectionKonstantin Seurer2-2/+2
2022-04-26anv: fix acceleration structure descriptor template writesLionel Landwerlin2-1/+14
2022-04-26intel: fixup number of threads per EU on XeHPLionel Landwerlin2-1/+2
2022-04-26nir: mark XFB varyings as unmoveable to prevent them to be remappedSamuel Pitoiset3-19/+3
2022-04-26nir: fix marking XFB varyings as always active IOSamuel Pitoiset2-5/+5
2022-04-26aco: fix load_barycentric_at_{sample,offset} on GFX6-7Samuel Pitoiset2-5/+6
2022-04-26.pick_status.json: Update to f329f67243d671965d73bd2243cffc4e1e68c4a3Dylan Baker1-0/+666
2022-04-24glsl/nir: set new_style_shadow for sparse tex ops as necessaryMike Blumenkrantz2-3/+3
2022-04-24mesa/st: clamp GL_RENDERBUFFER to GL_TEXTURE_2D for sparse queriesMike Blumenkrantz2-1/+4
2022-04-24dzn: Fix the STATIC_ASSERT() in dzn_meta_blits_get_context()Boris Brezillon2-2/+2
2022-04-24dzn: Pass the dzn_event pointer to _mesa_hash_table_insert()Boris Brezillon2-3/+3
2022-04-24dzn: Add missing VKAPI_{ATTR,CALL} specifiers to BeginCommandBuffer()Boris Brezillon2-2/+2
2022-04-24util/set: Respect found in search_or_add_pre_hashedJason Ekstrand2-2/+2
2022-04-24ac/surface: fix an addrlib race condition on gfx9Marek Olšák2-1/+19
2022-04-24nir: fix an uninitialized variable valgrind warning in nir_group_loadsMarek Olšák2-2/+2
2022-04-24ac/surface: adjust gfx9.pitch[*] based on surf->blk_wPierre-Eric Pelloux-Prayer2-2/+4
2022-04-24.pick_status.json: Update to a6a4bf0f1eae36cb68d5c67653ac013fe0fbde8aDylan Baker1-0/+684
2022-04-22zink: add synchronization for buffer clearsMike Blumenkrantz2-1/+2
2022-04-22radv: only apply enable_mrt_output_nan_fixup for 32-bit float MRTsSamuel Pitoiset4-19/+25
2022-04-22zink: fix semantics mask for compute control barriersMike Blumenkrantz2-2/+2
2022-04-22zink: fix tcs control barriers for use without vk memory modelMike Blumenkrantz2-6/+8
2022-04-22iris: fix race condition during busy trackingPaulo Zanoni2-13/+17
2022-04-22wgl: support GL 4.6Mike Blumenkrantz2-2/+2