aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* draw/gs: reverse the polarity of the invocation/prims executionDave Airlie2020-07-081-30/+27
* draw: account primitive lengths for all streams.Dave Airlie2020-07-082-5/+7
* gallivm/nir: end primitive for all streams.Dave Airlie2020-07-081-4/+3
* gallivm/nir: don't access stream var outside boundsDave Airlie2020-07-081-0/+4
* gallivm/gs_iface: pass stream into end primitive interface.Dave Airlie2020-07-085-5/+5
* draw/gs: only allocate memory for streams needed.Dave Airlie2020-07-081-2/+2
* gallivm/draw/gs: pass vertex stream count into shader buildDave Airlie2020-07-084-2/+6
* draw/gs: fix up current verts in output fetching.Dave Airlie2020-07-081-1/+1
* draw: emit so primitives before ending empty pipeline.Dave Airlie2020-07-081-3/+4
* gallivm/nir: call end prim at end on all GS streams.Dave Airlie2020-07-081-1/+2
* broadcom/qpu: set VC5_QPU_RADDR_A out of the switch at _pack_branchNeil Roberts2020-07-071-5/+5
* aco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7Rhys Perry2020-07-072-2/+6
* util: Share a single function pointer for the 4-byte rgba unpack function.Eric Anholt2020-07-0720-147/+116
* util: Remove the stub pack/unpack functions for YUV formats.Eric Anholt2020-07-073-741/+27
* llvmpipe: Generalize "could llvmpipe fetch this format" check in unit testing.Eric Anholt2020-07-071-11/+7
* util: Use designated initializers to clean up the format tables' pack/unpack.Eric Anholt2020-07-071-51/+28
* util: Merge util_format_read_4* functions.Eric Anholt2020-07-075-135/+53
* util: Merge util_format_write_4* functions.Eric Anholt2020-07-074-105/+28
* svga: Reuse util_format_unpack_rgba().Eric Anholt2020-07-071-12/+1
* gallium/util: Move the Z/S handling to the outside of get_tile().Eric Anholt2020-07-071-51/+46
* gallium/util: Clean up the Z/S tile write path.Eric Anholt2020-07-071-27/+10
* gallium/util: Fix location of the comment about S8_UINT handling.Eric Anholt2020-07-071-4/+4
* etnaviv: Use the util_pack_color_union() helper.Eric Anholt2020-07-071-7/+1
* util: Remove unused util_format_planar_is_supported().Eric Anholt2020-07-072-29/+0
* softpipe: Clean up softpipe's SSBO load/store interpreting instructions.Eric Anholt2020-07-071-25/+9
* util: Mark util_format_description() as a const function.Eric Anholt2020-07-071-1/+1
* nir: refactor nir_can_move_instrDaniel Schürmann2020-07-071-27/+24
* nir: also move vecN in case of nir_move_copiesDaniel Schürmann2020-07-071-1/+1
* turnip: use global bo for clear blit shadersJonathan Marek2020-07-073-94/+103
* aco: remove superflous (bool & exec) if the result comes from VOPCDaniel Schürmann2020-07-071-33/+24
* radv: enable zerovram for Quantic Dream gamesRhys Perry2020-07-071-0/+3
* gitlab-ci: More stable URL for kernel and ramdisk artifacts, for LAVATomeu Vizoso2020-07-079-140/+142
* gitlab-ci: Build kernel drivers for a few ethernet USB donglesTomeu Vizoso2020-07-072-0/+14
* nv50/ir/nir: fix cache mode conversionKarol Herbst2020-07-071-6/+3
* gv100/ir: fix coherent and volatile memory accessKarol Herbst2020-07-072-15/+10
* gv100/ir: implement sample shadingKarol Herbst2020-07-071-7/+45
* nv50/ir/nir: fix interpolation on explicit operationsKarol Herbst2020-07-071-2/+12
* iris: Fix fast-clearing of depth via glClearTex(Sub)ImageDanylo Piliaiev2020-07-071-1/+1
* docs: fixup envvar outputErik Faye-Lund2020-07-071-2/+4
* docs: use svg for graphviz outputErik Faye-Lund2020-07-071-0/+4
* docs: move gallium specific docs into gallium folderErik Faye-Lund2020-07-076-4/+6
* docs: add an extension to generate redirectsErik Faye-Lund2020-07-072-1/+20
* docs: clean up gallium index-fileErik Faye-Lund2020-07-071-9/+3
* merge gallium docs into main docsErik Faye-Lund2020-07-0732-403/+9
* ci: add graphviz to the .docs-base templateErik Faye-Lund2020-07-071-1/+1
* freedreno: Sync registers with envytoolsConnor Abbott2020-07-073-12/+136
* freedreno: Include adreno_pm4.xml.h before adreno_a6xx.xml.hConnor Abbott2020-07-073-0/+3
* gallium/swr: Fix compilation warningsjzielins2020-07-079-73/+34
* freedreno/a6xx: Force gl_Layer to 0 when necessaryConnor Abbott2020-07-071-0/+2
* tu: Force gl_Layer to 0 when necessaryConnor Abbott2020-07-071-0/+4