summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Uprev Mesa to eeb6515096481d8e8a66f6d76a050e69716d791aHEADmasterCollabora's Gfx CI Team5-14/+2
2023-06-29format: drop ALPHA 16F and 32F emulation on coreGert Wollny5-62/+0
2023-06-29formats: Unify handling of LA formatsGert Wollny2-52/+57
2023-06-29vrend: rework the TBO swizzle shader key evaluationGert Wollny1-103/+107
2023-06-29vrend: Mark shader dirty when we bind a TBOGert Wollny1-0/+1
2023-06-29vrend: Add mapping for Alpha 16F and Alpha 32F TBO formatGert Wollny1-0/+2
2023-06-28vrend: Add a new mode for virgl fuzzer testDawn Han1-4/+56
2023-06-27Uprev Mesa to 99502b42b4d09195ba404173baa92d12216b6a96Collabora's Gfx CI Team2-7/+2
2023-06-26vrend/egl: allow EGL fencing for OpenGL contextsRyan Neph2-3/+2
2023-06-26vrend/egl: ensure pre-signaled native fence is created before exportRyan Neph1-0/+3
2023-06-23drm: use state.drm_initialized for reset/fini/capsetsYiwei Zhang1-3/+6
2023-06-23ci: Update mesa versionCorentin Noël5-4/+18
2023-06-20ci: Enable GL 4.3 tests on GL hosts via vtestGert Wollny3-383/+2
2023-06-20vrend: Correctly apply texture levels for texture viewsGert Wollny2-5/+6
2023-06-20vrend: Add a few more swizzles to texture buffer fetchesGert Wollny1-0/+35
2023-06-18drm: fix build failure and misc .clang-format issueYiwei Zhang2-3/+2
2023-06-18vtest: fix -Wstrict-prototypes build failureYiwei Zhang1-1/+1
2023-06-16vkr: properly bail physical device group enumeration failureYiwei Zhang1-2/+14
2023-06-16vkr: refactor vkr_dispatch_vkAllocateMemoryYiwei Zhang1-37/+31
2023-06-15ci: Build everything with werror=trueCorentin Noël1-0/+2
2023-06-15Revert "meson: tighten up compile warnings with -Werror=all"Corentin Noël1-1/+8
2023-06-15fuzzer: Ensure strict prototypes of all functionsCorentin Noël2-21/+21
2023-06-15util: Ignore pedantic warnings for sysprofCorentin Noël1-0/+3
2023-06-15shader: Update last image index also for created arraysGert Wollny5-9/+4
2023-06-14vrend: fix missed flagging as GBM_BUFFER on early-returnRyan Neph1-1/+2
2023-06-14vkr: validate memoryTypeIndexYiwei Zhang1-0/+5
2023-06-14ci: Add build job for minigbm_allocationsCorentin Noël1-0/+34
2023-06-14vrend: keep fd during set_type resource promotionRobert Beckett3-5/+8
2023-06-13shader: Set coherent image qualifier for coherent atomic image opsGert Wollny1-0/+3
2023-06-12Revert "vrend: we only need call glFlush for glFenceSync"Lepton Wu1-1/+1
2023-06-12vrend: we only need call glFlush for glFenceSyncLepton Wu1-1/+1
2023-06-12vrend/egl: Fix compilation in case minigbm_allocations is enabledGert Wollny1-1/+1
2023-06-12ci: Build with drm/msm and all profilersCorentin Noël1-0/+69
2023-06-12ci: Allow to modify wrap mode and tracingCorentin Noël1-1/+2
2023-06-12meson: Allow to include any profiler during the build as a dependencyCorentin Noël6-1/+71
2023-06-12Uprev Mesa to 926e97d5df203fe19a2498e6a84335dedbab382eSergi Blanch Torne6-17/+17
2023-06-09shader: Do some basic sanity checks in emit_ios and return early on failureCorentin Noël1-0/+21
2023-06-09shader: Specify the size of the front_back_color_emitted_flags arrayCorentin Noël1-5/+5
2023-06-08vrend: align glsl_name length to avoid format-truncation warningYiwei Zhang1-1/+1
2023-06-08util: suppress unused param warning without PIPE_ARCH_SSEYiwei Zhang1-1/+1
2023-06-08vkr: enable VK_EXT_color_write_enableJuston Li2-0/+14
2023-06-08vkr: enable VK_EXT_shader_subgroup_ballotJuston Li1-0/+1
2023-06-08vkr: enable VK_EXT_fragment_shader_interlockJuston Li1-0/+1
2023-06-08vkr: enable VK_EXT_border_color_swizzleJuston Li1-0/+1
2023-06-08vkr: enable VK_KHR_shader_clockJuston Li1-0/+1
2023-06-08vkr: enable VK_EXT_dynamic_rendering_unused_attachmentsJuston Li1-0/+1
2023-06-08vkr: enable VK_EXT_non_seamless_cube_mapJuston Li1-0/+1
2023-06-08vkr: sync protocol for multiple extensions for zinkJuston Li9-9/+1138
2023-06-08vkr: sync to latest protocol header from v1.3.252Juston Li5-201/+2309
2023-06-08CI: enable more testGert Wollny2-6/+0