aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* gallium/util: Fix leak in the live shader cacheAxel Davy2020-05-111-1/+4
* gallium/util: split out zstencil clearing code.Dave Airlie2020-05-062-89/+123
* util: add a resource wrapper to get resource samplesDave Airlie2020-05-061-0/+5
* gallium: add a new cap PIPE_CAP_GLSL_ZERO_INITPierre-Eric Pelloux-Prayer2020-05-051-0/+1
* gallium: extract out logicop helperRob Clark2020-04-301-0/+26
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-293-3/+9
* gallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE for glthreadMarek Olšák2020-04-271-0/+1
* util/indirect: handle stride less than number of parameters.Dave Airlie2020-04-271-1/+3
* gallium: prepare framework for supporting AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-231-0/+1
* gallium: add # of MRT to blend stateRob Clark2020-04-232-1/+3
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-232-2/+8
* gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer2020-04-211-1/+1
* gallium/u_threaded: flush batch when hitting mapping limitPierre-Eric Pelloux-Prayer2020-04-162-0/+24
* gallium: add PIPE_CAP_VIEWPORT_MASKIlia Mirkin2020-04-151-0/+1
* gallium: add PIPE_CAP_SYSTEM_SVMKarol Herbst2020-04-151-0/+3
* u_blitter: fix stencil blittingDave Airlie2020-04-151-1/+1
* gallium: add viewport swizzling state and capIlia Mirkin2020-04-121-0/+1
* util: move and adjust the vertex upload heuristic equation from u_vbufMarek Olšák2020-04-061-2/+1
* 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
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-272-2/+2
* gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2020-03-251-0/+57
* vbo,gallium: make glBegin/End buffer size configurable by driversMarek Olšák2020-03-211-0/+3
* 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
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-1/+1
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-1/+1
* Revert "gallium/swr: Fix min/max range index draw"Krzysztof Raszkowski2020-03-031-9/+0
* gallium: add PIPE_CAP_PSIZ_CLAMPEDLouis-Francis Ratté-Boulianne2020-03-031-0/+1
* gallium: add PIPE_CAP_VIEWPORT_TRANSFORM_LOWEREDLouis-Francis Ratté-Boulianne2020-03-031-0/+3
* gallium: add PIPE_CAP_PACKED_STREAM_OUTPUTLouis-Francis Ratté-Boulianne2020-03-031-0/+3
* gallium/u_vbuf: silence a warning by using unreachableMarek Olšák2020-02-271-1/+1
* gallium/u_threaded: convert dividing by index_size to a bit shiftMarek Olšák2020-02-281-1/+1
* gallium/u_threaded: fix uploading user indices with start != 0Marek Olšák2020-02-281-1/+2
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-284-37/+38
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-266-99/+10
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-266-248/+41
* gallium/hash_table: use the same callback signatures as util/hash_tableMarek Olšák2020-02-262-22/+22
* gallium/hash_table: consolidate hash tables with FD keysMarek Olšák2020-02-262-0/+52
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-266-66/+32
* gallium/util: remove unused debug_print_foo helpersErik Faye-Lund2020-02-242-155/+0
* gallium/util: do not use debug_print_formatErik Faye-Lund2020-02-243-16/+4
* util: move debug_memory_{begin,end} to os_memory_debug.hErik Faye-Lund2020-02-241-6/+0
* gallium: Add a cap for enabling lowering of image load/store intrinsics.Eric Anholt2020-02-241-0/+2