summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-08ci: uprev DXVK to 1.10.3David Heidelberg2-8/+10
2022-10-08isaspec: Fix out of date commentRob Clark1-1/+1
2022-10-08freedreno: Add perf-debug traceRob Clark1-0/+1
2022-10-08freedreno/drm: Don't call kernel with no opsRob Clark1-1/+6
2022-10-08freedreno: Use TC cpu-storage to shadow buffersRob Clark1-3/+11
2022-10-08r600: info.stage MESA_SHADER_KERNEL as MESA_SHADER_COMPUTEThomas Debesse1-0/+1
2022-10-08r600: set clear_buffer = u_default_clear_bufferThomas Debesse1-0/+1
2022-10-08radv: Remove main_loop_case_visitedKonstantin Seurer1-14/+1
2022-10-08radv: Use cache_uuid for accel struct compatibilityKonstantin Seurer1-5/+5
2022-10-08gallivm/sample: refactor multisample offset calcs code.Dave Airlie2-47/+44
2022-10-08gallivm/nir: drop some unused struct members.Dave Airlie1-4/+0
2022-10-08gallivm/sample: move some first_level/last_level calcs outDave Airlie3-58/+53
2022-10-07CI: Re-enable Collabora devicesDaniel Stone1-1/+1
2022-10-07gallium/u_threaded_context: remove stale commentErik Faye-Lund1-1/+0
2022-10-07frontends/va: reallocate surface for yuv400/yuv444 pictureSathishkumar S2-7/+34
2022-10-07radeonsi/vcn: enable jpeg decode of yuv444 and yuv400James Zhu3-4/+39
2022-10-07frontends/va: support yuv 400/444 rt_formats in vaconfigSathishkumar S1-0/+16
2022-10-07frontends/va: add support for yuv400 and yuv444James Zhu3-1/+56
2022-10-07util/format: add util format y8_400_unormJames Zhu4-0/+6
2022-10-07pvr: Add vulkan shader factory headers for Query and clear APIs.Rajnesh Kanwal2-0/+256
2022-10-07pvr: Split pds compute shader create and upload code for reuse.Rajnesh Kanwal2-40/+47
2022-10-07pvr: Remove double error reporting.Rajnesh Kanwal2-5/+4
2022-10-07pvr: Fix allocation size passed in pvr_cmd_buffer_alloc_mem.Rajnesh Kanwal1-2/+2
2022-10-07pvr: Fix heap type of availability_buffer allocation.Rajnesh Kanwal1-1/+1
2022-10-07pvr: Update buffer type macro names for consistency.Rajnesh Kanwal4-14/+14
2022-10-07mesa: unlock texture on error path in glEGLImageTargetTexStorageEXTSimon Zeni1-1/+4
2022-10-07nouveau: treat DRM_FORMAT_INVALID as implicit modifierDiogo Ivo1-3/+6
2022-10-07r600/sfn: Make sure all components are usable when lowering TF inputsGert Wollny1-2/+10
2022-10-07r600/sfn: Always enforce LDS operation orderGert Wollny2-3/+4
2022-10-07r600/sfn: Unroll loops after doing some optimizationsGert Wollny1-0/+1
2022-10-07r600/sfn: assert on use of abs modifier in op3Gert Wollny1-0/+4
2022-10-07r600/sfn:explicitly initialize the memory poolGert Wollny4-7/+23
2022-10-07r600/sfn: Use the correct allocator for loop listsGert Wollny1-1/+1
2022-10-07r600/sfn: Fix typoGert Wollny1-1/+1
2022-10-07r600/sfn: Delete final lowered nir shader earlyGert Wollny1-0/+2
2022-10-07r600/sfn: Add peephole optimization for kill instructionsGert Wollny1-14/+43
2022-10-07r600/sfn: don't propagate registers into conditional testGert Wollny1-4/+15
2022-10-07r600/sfn: Always start a new CF after a KILL instructionGert Wollny4-2/+37
2022-10-07r600/sfn: Only run 64 bit ops lowering passes when really neededGert Wollny1-5/+9
2022-10-07etnaviv: pass shader key by referenceLucas Stach4-22/+26
2022-10-07etnaviv: slim down etna_shader_keyLucas Stach2-2/+4
2022-10-07intel: add INTEL_DEBUG=capture-all to capture everything upon hangLionel Landwerlin6-4/+19
2022-10-07vulkan,lavapipe: Use a tri-state enum for depth clip enableJason Ekstrand5-17/+45
2022-10-07r300: be more careful when pair merging with presubtractPavel Ondračka2-5/+9
2022-10-07CI: Collabora farm down for maintenanceDaniel Stone1-1/+1
2022-10-06ci/etnaviv: add GC7000 supportChristian Gmeiner3-0/+317
2022-10-06ci/bare-metal: introduce BM_MKBOOT_PARAMSChristian Gmeiner1-0/+1
2022-10-06ci: switch to mkbootimg.pyChristian Gmeiner5-12/+583
2022-10-06ci: include etnaviv support in ARM64 containerChristian Gmeiner4-1/+4
2022-10-05aco: Fix build error with std::max on GCC 12Timur Kristóf1-1/+1