summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-05ci/turnip: Drop the IUB bug fallout flakes.Emma Anholt1-9/+0
2023-05-05ci/turnip: Drop an xfail from the full run for a recent fix.Emma Anholt1-1/+0
2023-05-03turnip: fix buffer markers using wrong addressesAmber3-26/+1
2023-04-17anv: Work around the spec question about pipeline feedback vs GPL.Lionel Landwerlin3-21/+64
2023-04-07vulkan: Add common features2_to_featuresAlyssa Rosenzweig1-0/+6
2023-04-06ir3: Move turnip's nir_lower_frexp to the shared compiler.Emma Anholt2-2/+1
2023-03-30tu/drm: Support cached non-coherent memoryDanylo Piliaiev2-4/+122
2023-03-30turnip: add cached and cached-coherent memory typesDanylo Piliaiev7-43/+217
2023-03-30perfetto: Add a .clang-format for the directory.Emma Anholt6-182/+249
2023-03-28asahi: Convert to SPDX headersAlyssa Rosenzweig66-1351/+166
2023-03-27docs/freedreno: fix turnip-heading levelErik Faye-Lund1-1/+1
2023-03-24ci/zink: Add zink-tu-a618-traces-performance jobGuilherme Gallo2-1/+15
2023-03-24ci/zink: Add zink-turnip-manual-rulesGuilherme Gallo1-0/+6
2023-03-20zink: don't update fbfetch in db mode if inputAttachmentDescriptorSize==0Mike Blumenkrantz2-2/+3
2023-03-15ci/turnip: Move some more of the 1.3.5 new xfails under links.Emma Anholt2-40/+42
2023-03-15ci/turnip: Disable dEQP-VK.image.queue_transfer.* for now.Emma Anholt4-930/+8
2023-03-15ci/turnip: Clear out stale xfails.Emma Anholt2-58/+0
2023-03-15turnip: Don't push inline uniform buffer contents outside constlen.Emma Anholt1-1/+4
2023-03-15ci/turnip: Extend a630 vk full timeout to 3 hours.Emma Anholt2-65/+1017
2023-03-13freedreno/ir3+tu: Calculate subgroup size in ir3Rob Clark3-1/+6
2023-03-08zink: add a driver workaround to disable copy box optimizationsMike Blumenkrantz3-3/+20
2023-03-05turnip: Use libdrm shimRob Clark1-7/+2
2023-02-25tu+meson: Re-work KMD selectionRob Clark8-31/+33
2023-02-25turnip: Refactor device loadingRob Clark5-118/+170
2023-02-25turnip: Handle kgsl vs drm specifics at runtimeRob Clark1-12/+13
2023-02-25turnip: Move QueueWaitIdle entrypoint to kgslRob Clark2-28/+27
2023-02-25turnip: Allow knl backend specific entrypointsRob Clark3-51/+85
2023-02-25turnip: Split out vfuncs for kernel interfaceRob Clark6-83/+240
2023-02-25turnip: drm code-motionRob Clark2-275/+276
2023-02-25turnip: Move things to prep for multi-kernel supportRob Clark8-8/+8
2023-02-24turnip: Set spirv_options::use_deref_buffer_array_lengthFaith Ekstrand1-0/+1
2023-02-24ci/zink+turnip: Disable flaky minetest trace.Emma Anholt1-0/+1
2023-02-24ci/turnip: Drop the #8219 xfail.Emma Anholt1-3/+0
2023-02-16turnip: Add debug option to find usage of stale reg valuesDanylo Piliaiev5-0/+324
2023-02-16turnip: avoid FMT6_Z24_UNORM_S8_UINT_AS_R8G8B8A8 for event blitsChia-I Wu2-1/+10
2023-02-15turnip: fix a null descriptor set dereferenceChia-I Wu1-1/+2
2023-02-15turnip: fix a major leak with GPL LTOChia-I Wu1-1/+2
2023-02-15egl/kopper: Pass ancillary invalidate flush flags down to gallium.Emma Anholt4-6/+12
2023-02-14zink: enable renderpass optimizations by default for selected driversMike Blumenkrantz5-8/+15
2023-02-11turnip: fix use of align() instead of util_align_npot() with tile_align_wJonathan Marek1-2/+2
2023-02-10turnip: Disable draw states after dyn renderpass in all casesDanylo Piliaiev1-0/+5
2023-02-10turnip: Ensure that there is no renderpass rotation in binningDanylo Piliaiev1-1/+7
2023-02-10turnip: skip unnecessary CP_REG_TEST for cond load/storeChia-I Wu3-3/+14
2023-02-10turnip: add a comment to tu_render_pass_cond_configChia-I Wu1-0/+6
2023-02-08turnip: reorder tu6_format_*Chia-I Wu1-23/+23
2023-02-08turnip: handle ubwc in blit_base_formatChia-I Wu1-15/+17
2023-02-08turnip: add blit_format_color and blit_base_formatChia-I Wu3-35/+35
2023-02-08turnip: add blit_format_textureChia-I Wu2-31/+31
2023-02-08turnip: let tu6_format_vtx* take pipe formatChia-I Wu3-7/+6
2023-02-08turnip: make tu6_format_*_supported staticChia-I Wu2-6/+4