aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tgsi_to_nir: set num_images and num_samplers with holes correctlyMarek Olšák2020-02-261-0/+14
* gallium/util: remove unused debug_print_foo helpersErik Faye-Lund2020-02-244-159/+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
* hud: add GALLIUM_HUD_SCALEJonathan Marek2020-02-241-8/+11
* tgsi_to_nir: Reuse glsl_get_sampler_dim_coordinate_components().Eric Anholt2020-02-241-19/+2
* gallium: Add a cap for enabling lowering of image load/store intrinsics.Eric Anholt2020-02-241-0/+2
* gallium/swr: Fix min/max range index drawKrzysztof Raszkowski2020-02-241-0/+9
* util: promote u_debug_memory.c to src/utilErik Faye-Lund2020-02-213-454/+0
* gallivm: fix crash in emit_get_buffer_sizeRoland Scheidegger2020-02-201-1/+3
* gallivm: fix crash with bptc border color samplingRoland Scheidegger2020-02-201-1/+10
* gallium/auxiliary/vl: fix bob compute shaders for deint yuvThong Thai2020-02-191-0/+4
* gallium/util: remove unused u_surfaces.c/hMarek Olšák2020-02-194-228/+0
* llvmpipe: Fix another uninitialized value warning, on init_val.Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence uninitialized variable warning about "vals"Eric Anholt2020-02-181-1/+1
* llvmpipe: Fix warning about uninitialized "op" in the NIR path.Eric Anholt2020-02-181-74/+75
* llvmpipe: Silence uninitialized variable warning about "chan"Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence "possibly uninitialized value" warning for ssbo_limit.Eric Anholt2020-02-181-2/+2
* llvmpipe: Fix real uninitialized use of "atype" for SEMANTIC_FACEEric Anholt2020-02-181-0/+1
* zink: confused compilation macro usage for zink in target helpers.luc2020-02-171-1/+1
* gallivm/s390: fix pass init order on s390 with llvm 8 (v2)Dave Airlie2020-02-151-2/+3
* gallium/cso_hash: remove another layer of pointer indirectionMarek Olšák2020-02-144-50/+39
* gallium/cso_hash: cosmetic changes, no behavior changesMarek Olšák2020-02-142-57/+43
* gallium/cso_hash: remove always constant variable nodeSizeMarek Olšák2020-02-142-3/+1
* gallium/cso_hash: make cso_hash declared within structures instead of alloc'dMarek Olšák2020-02-148-71/+60
* gallium/cso_hash: inline a bunch of functionsMarek Olšák2020-02-142-46/+46
* gallium/u_vbuf: adjust the heuristic for unrolling indicesMarek Olšák2020-02-141-2/+2
* gallium/u_upload_mgr: don't do align twice in the u_upload_alloc fast pathMarek Olšák2020-02-141-8/+5
* gallium/u_upload_mgr: reduce dereferences by adding buffer_sizeMarek Olšák2020-02-141-9/+12
* st: add support for INTEL_blackhole_renderLionel Landwerlin2020-02-131-0/+4
* draw: don't emit vertex to streams with no outputsDave Airlie2020-02-071-0/+5
* draw: emit multiple streams to streamout.Dave Airlie2020-02-071-1/+1
* draw/gs: track emitted prims + verts per stream.Dave Airlie2020-02-072-17/+14
* draw: change geom shader output to an array of outputs.Dave Airlie2020-02-074-12/+20
* gallivm/nir: add support for multiple vertex streamsDave Airlie2020-02-072-31/+37
* gallivm/swr: add stream_id to geom epilogue emitDave Airlie2020-02-074-5/+8
* u_tile: Skip the packed temporary and just store tiles directly.Eric Anholt2020-02-061-22/+12
* mesa/st: Move the SYSTEM_VALUE -> TGSI_SEMANTIC map to tgsi_from_mesa.Eric Anholt2020-02-052-0/+85
* glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt2020-02-051-99/+3
* gallium/swr: Fix various asserts and security issuesJan Zielinski2020-02-051-1/+2
* gallium: Refactor some single-pixel util_format_read/writes.Eric Anholt2020-02-041-1/+1
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-042-16/+10
* softpipe: Refactor pipe_get/put_tile_rgba_* paths.Eric Anholt2020-02-044-284/+102
* softpipe: Drop the raw_to* part of the tile cache interface.Eric Anholt2020-02-042-21/+3
* gallium/util: Remove pipe_get_tile_z/put_tile_z.Eric Anholt2020-02-042-264/+0
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-8/+3
* gallium/util: Increase the debug_flush map depthThomas Hellstrom2020-01-291-1/+1