aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-2811-75/+74
* gallium/cso_hash: inline struct cso_hash_dataMarek Olšák2020-02-282-32/+28
* gallium/cso_hash: pack cso_node betterMarek Olšák2020-02-281-1/+1
* gallium/vl: add 4:2:2 supportPierre-Eric Pelloux-Prayer2020-02-272-7/+20
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-273-6/+5
* gallivm/nir: handle mod 0 better.Dave Airlie2020-02-261-3/+19
* gallivm/nir: fix integer divide SIGFPEDave Airlie2020-02-261-5/+16
* gallivm/tgsi: fix stream id regressionDave Airlie2020-02-261-2/+5
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-267-100/+11
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-268-251/+44
* 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