summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-28intel/isl: Disable CCS on MTLmtl-disable-ccsJordan Justen1-0/+3
2022-11-28anv, iris: Make use of devinfo::has_caching_uapiJordan Justen2-2/+4
2022-11-28intel/dev: Add devinfo::has_caching_uapi (and disable for dg1 and dg2+)Jordan Justen2-0/+3
2022-11-28ci/alpine: disable mold on Alpine buildsDavid Heidelberg2-2/+1
2022-11-28radeonsi/vcn/enc: add encoder statistics supportThong Thai5-0/+67
2022-11-28frontends/va: add ability for encoder to output statisticsThong Thai1-0/+25
2022-11-28ail: Split off test-miptree.cpp from test-layout.cppAsahi Lina4-1265/+1291
2022-11-28ail: Add uncompressed twiddled texture sizing testsAsahi Lina2-0/+4773
2022-11-28ail: Rename test-compression.cpp to test-comp-twiddled.cppAsahi Lina2-1/+1
2022-11-28ail: Add more compression size test casesAsahi Lina1-6397/+14052
2022-11-28ail: Fix logic for buffer alignmentAsahi Lina1-6/+6
2022-11-28ail: Fix compression metadata buffer sizing corner casesAsahi Lina1-10/+8
2022-11-28asahi: Pass through layer alignment flag to the hardwareAsahi Lina2-4/+4
2022-11-28ail: Introduce layer_alignment flagAsahi Lina2-0/+9
2022-11-28radv/llvm: add clip distance outputs manually if they're missingRhys Perry1-0/+17
2022-11-28aco: Combine constant bit test to s_bitcmp.Georg Lehmann1-3/+13
2022-11-28aco: Combine bit test to s_bitcmp.Georg Lehmann1-0/+69
2022-11-28aco: Combine s_abs and s_sub/s_add to s_absdiff.Georg Lehmann1-0/+40
2022-11-28aco: Ignore instructions with exec operands in follow_operand.Georg Lehmann1-4/+7
2022-11-28aco/optimizer: Cleanup ctx.uses handling for patterns which use follow_operan...Georg Lehmann1-32/+36
2022-11-28r600/sfn: always use four slots for Cayman trans opsGert Wollny1-1/+1
2022-11-28radv: reduce CPU overhead when emitting streamout descriptorsSamuel Pitoiset1-12/+7
2022-11-28asahi: Implement DISCARD_WHOLE_RESOURCEAlyssa Rosenzweig1-1/+45
2022-11-28agx: Don't depend sampler view on BOAlyssa Rosenzweig2-11/+31
2022-11-28agx: Add merge helpers to GenXMLAlyssa Rosenzweig1-0/+10
2022-11-28agx: Make empty texture pack to all-zeroesAlyssa Rosenzweig1-7/+7
2022-11-28radv: only install 00-radv-defaults.conf if xmlconfig is usedSamuel Pitoiset1-1/+4
2022-11-28asahi: Fix remaining build issues on macOSAsahi Lina2-1/+5
2022-11-28asahi: add fallback for DRM_FORMAT_MOD_INVALID on macOSEric Engestrom1-0/+3
2022-11-28radv: emit DB_RENDER_OVERRIDE2 as part of the framebufferSamuel Pitoiset4-14/+6
2022-11-28freedreno/decode: add missing dependencyErik Faye-Lund1-1/+2
2022-11-28freedreno/rddecompiler: Fix memory leak.Vinson Lee1-0/+1
2022-11-28clover: test for nir fp64 lowering options for cl_khr_fp64Gert Wollny2-2/+8
2022-11-28pvr: Setup tile buffers.Karmjit Mahil3-6/+105
2022-11-28pvr: Don't print out secondaries if they aren't used.Karmjit Mahil1-3/+11
2022-11-28pvr: Add '+' before desc offsets in debug output.Karmjit Mahil1-9/+9
2022-11-28pvr: Use glsl syntax to show set and binding number.Karmjit Mahil1-9/+9
2022-11-28pvr: Change how desc set debug output section dividers are printed.Karmjit Mahil1-10/+23
2022-11-28pvr: Don't print inactive bindings.Karmjit Mahil1-26/+22
2022-11-28pvr: Print out empty row if dynamic primaries or secondaries are missing.Karmjit Mahil1-56/+64
2022-11-28pvr: Explain why dynamic descriptors are allocated separately.Karmjit Mahil1-3/+4
2022-11-27radv/rt: Check space before emitting descriptorsKonstantin Seurer1-0/+4
2022-11-27radv/ray_queries: Fix AABB handlingKonstantin Seurer1-44/+7
2022-11-27radv/ray_queries: Move some initialization outside a likely branchKonstantin Seurer1-8/+8
2022-11-27frontend/dri: rewrite and comment dri_make_current to make it make senseMarek Olšák1-17/+20
2022-11-27frontend/dri: unduplicate flush_drawable callbackMarek Olšák4-21/+17
2022-11-27frontend/dri: remove the drawable ctx hack, we should always use current contextMarek Olšák5-16/+6
2022-11-27frontend/dri: clean up updating dri_drawable::refcountMarek Olšák2-17/+7
2022-11-27frontend/dri: move callbacks from the VTable into dri_screen, dri_drawableMarek Olšák8-115/+96
2022-11-27frontend/dri: clean up the hacky implementation of kopper_drawableMarek Olšák2-75/+44