summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-26vulkan: Set signals[i].stageMask = ALL_COMMANDS for QueueSubmit2 wrappingJason Ekstrand1-1/+1
2022-04-26anv: workaround apps that assume full subgroups without specifying itSviatoslav Peleshko5-7/+53
2022-04-26radv: fix clearing of TRUNC_COORD with tg4 and immutable samplersRhys Perry1-1/+2
2022-04-26nir: Lower all bit sizes of usub_borrowJason Ekstrand1-1/+1
2022-04-26vulkan: bump layer api versions to current vk header versionMike Blumenkrantz2-2/+2
2022-04-26r300: set PIPE_BIND_CONSTANT_BUFFER for const_uploaderPavel Ondračka1-1/+3
2022-04-26winsys/amdgpu: fix a mutex deadlock when we fail to create pipe_screenMarek Olšák1-4/+11
2022-04-26anv: skip acceleration structure in binding table emissionLionel Landwerlin1-0/+1
2022-04-26zink: fix group memory barrier emissionMike Blumenkrantz1-0/+3
2022-04-26radv: Fix lowering ignore_ray_intersectionKonstantin Seurer1-1/+1
2022-04-26anv: fix acceleration structure descriptor template writesLionel Landwerlin1-0/+13
2022-04-26intel: fixup number of threads per EU on XeHPLionel Landwerlin1-0/+1
2022-04-26nir: mark XFB varyings as unmoveable to prevent them to be remappedSamuel Pitoiset2-18/+2
2022-04-26nir: fix marking XFB varyings as always active IOSamuel Pitoiset1-4/+4
2022-04-26aco: fix load_barycentric_at_{sample,offset} on GFX6-7Samuel Pitoiset1-4/+5
2022-04-24glsl/nir: set new_style_shadow for sparse tex ops as necessaryMike Blumenkrantz1-2/+2
2022-04-24mesa/st: clamp GL_RENDERBUFFER to GL_TEXTURE_2D for sparse queriesMike Blumenkrantz1-0/+3
2022-04-24dzn: Fix the STATIC_ASSERT() in dzn_meta_blits_get_context()Boris Brezillon1-1/+1
2022-04-24dzn: Pass the dzn_event pointer to _mesa_hash_table_insert()Boris Brezillon1-2/+2
2022-04-24dzn: Add missing VKAPI_{ATTR,CALL} specifiers to BeginCommandBuffer()Boris Brezillon1-1/+1
2022-04-24util/set: Respect found in search_or_add_pre_hashedJason Ekstrand1-1/+1
2022-04-24ac/surface: fix an addrlib race condition on gfx9Marek Olšák1-0/+18
2022-04-24nir: fix an uninitialized variable valgrind warning in nir_group_loadsMarek Olšák1-1/+1
2022-04-24ac/surface: adjust gfx9.pitch[*] based on surf->blk_wPierre-Eric Pelloux-Prayer1-1/+3
2022-04-22zink: add synchronization for buffer clearsMike Blumenkrantz1-0/+1
2022-04-22radv: only apply enable_mrt_output_nan_fixup for 32-bit float MRTsSamuel Pitoiset3-18/+24
2022-04-22zink: fix semantics mask for compute control barriersMike Blumenkrantz1-1/+1
2022-04-22zink: fix tcs control barriers for use without vk memory modelMike Blumenkrantz1-5/+7
2022-04-22iris: fix race condition during busy trackingPaulo Zanoni1-12/+16
2022-04-22wgl: support GL 4.6Mike Blumenkrantz1-1/+1
2022-04-22zink: move the kopper present fence to the displaytarget objectMike Blumenkrantz4-5/+5
2022-04-21nir/divergence: handle load_global_block_intelLionel Landwerlin1-0/+1
2022-04-21r300: Print warning when stubbing derivativesFilip Gawin1-0/+5
2022-04-21spirv: fix OpBranchConditional when both branches are the sameAlexey Bozhenko1-4/+7
2022-04-21util/stencil: fix stencil fallback blit shader texture types.Dave Airlie1-2/+2
2022-04-21u_blitter/stencil: take dstbox x/y into accounts for dst fb widthDave Airlie1-2/+2
2022-04-21anv: Fix geometry flickering issue when compute and 3D passes are combinedVadym Shovkoplias1-0/+2