aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* u_blitter: fix stencil blittingDave Airlie2020-04-151-1/+1
* draw: fix user culling pipeline order. (v2)Dave Airlie2020-04-158-130/+214
* draw/cull: run pipeline for culled points.Dave Airlie2020-04-151-0/+3
* draw: fix tessellation stats queryDave Airlie2020-04-151-2/+5
* gallivm/draw: calloc prim id toavoid undefDave Airlie2020-04-151-1/+1
* gallivm/nir: lower implicit lod to tex.Dave Airlie2020-04-151-0/+3
* gallivm: fix left over shader vote debugDave Airlie2020-04-151-1/+0
* draw: collect tessellation invocations statisticsDave Airlie2020-04-151-0/+6
* gallium/tgsi_to_nir: Set nir_intrinsic_align_mul to 16 and offset to 0Gert Wollny2020-04-141-0/+1
* gallium: add viewport swizzling state and capIlia Mirkin2020-04-121-0/+1
* meson: fix debug build on AndroidDominik Behr2020-04-071-1/+10
* gallivm: Add missing header for powf.Vinson Lee2020-04-071-0/+1
* util: move and adjust the vertex upload heuristic equation from u_vbufMarek Olšák2020-04-061-2/+1
* Revert "gallivm: disable rgtc/latc SNORM accellerated fetches"Dave Airlie2020-04-041-19/+13
* gallivm/rgtc: enable fast path for snorm types.Dave Airlie2020-04-041-3/+9
* gallivm/rgtc: fix the truncation to 8-bitDave Airlie2020-04-041-6/+10
* gallivm: fix stream id fetchRoland Scheidegger2020-04-021-4/+3
* gallivm: switch the mask6/mask7 cases for signed rgtc formatsRoland Scheidegger2020-04-021-2/+2
* gallivm: fix rgtc2 formatRoland Scheidegger2020-04-021-0/+2
* gallium/util: let shader live cache users know if a hit occuredPierre-Eric Pelloux-Prayer2020-04-022-2/+7
* gallium/llvmpipe: add an optimised 32-bit memsetDave Airlie2020-04-011-7/+3
* st/mesa: add environment variable pin_app_thread for faster glthread on AMD ZenMarek Olšák2020-03-301-0/+10
* gallium/u_threaded: call the driver to pin threads to L3 immediatelyMarek Olšák2020-03-301-6/+14
* util: fix u_fifo_pop()Rob Clark2020-03-301-1/+1
* ddebug: add missing forward declarationPierre-Eric Pelloux-Prayer2020-03-301-0/+1
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-275-3/+5
* x86_init_func_common: Add ENDBR at function entryH.J. Lu2020-03-261-0/+5
* mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák2020-03-261-0/+1
* gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2020-03-251-0/+57
* gallivm: disable rgtc/latc SNORM accellerated fetchesRoland Scheidegger2020-03-251-13/+19
* rbug: do not return void-valueErik Faye-Lund2020-03-251-1/+1
* rbug: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* pipebuffer: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* gallium/gallivm: Remove workaround disabling AVX code for newer CPUsJan Zielinski2020-03-231-9/+3
* gallivm: add support for rgtc/latc fetches.Dave Airlie2020-03-233-3/+415
* gallivm/s3tc: split out dxt5 alpha codeDave Airlie2020-03-231-35/+55
* vbo,gallium: make glBegin/End buffer size configurable by driversMarek Olšák2020-03-211-0/+3
* tgsi/util: Change boolean for boolMark Menzynski2020-03-202-3/+4
* gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl.Eric Anholt2020-03-171-52/+2
* gallium/u_vbuf: simplify the first if statement in u_vbuf_upload_buffersMarek Olšák2020-03-171-6/+8
* gallium/u_threaded: don't sync the thread for all unsychronized mappingsMarek Olšák2020-03-171-0/+3
* gallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICESMarek Olšák2020-03-111-0/+1
* gallium: hud_context: Fix scalar initializer warning.John Stultz2020-03-111-1/+3
* gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cacheMarek Olšák2020-03-102-76/+0
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-102-2/+2
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-102-2/+2
* android: gallium/auxiliary: fix "Unused source files" in tesselatorMauro Rossi2020-03-031-1/+2
* Revert "gallium/swr: Fix min/max range index draw"Krzysztof Raszkowski2020-03-031-9/+0
* gallium/swr: fix corruptions in Unigine HeavenJan Zielinski2020-03-033-1/+17
* gallium: add PIPE_CAP_PSIZ_CLAMPEDLouis-Francis Ratté-Boulianne2020-03-031-0/+1