aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* gallivm/tessellator: use private functions for min/max to avoid namespace issuesDave Airlie2020-03-031-45/+45
* gallium/nir/tgsi: only scan fragment shader inputs for usage_maskDave Airlie2020-02-281-2/+5
* draw: hook up final bits of tessellationDave Airlie2020-02-289-41/+446
* draw: add main tessellation codeDave Airlie2020-02-289-7/+2119
* draw: add JIT context/functions for tess stages.Dave Airlie2020-02-283-0/+313
* gallivm/nir: add tessellation i/o support.Dave Airlie2020-02-283-11/+174
* gallivm/tgsi/swr: add mask vec to the tcs storeDave Airlie2020-02-282-2/+3
* gallivm/nir: align store_var param order with load_varDave Airlie2020-02-283-5/+7
* gallivm/nir: add support for tess system valuesDave Airlie2020-02-282-1/+24
* gallivm/nir: split out 64-bit splitting codeDave Airlie2020-02-281-11/+20
* gallium/auxiliary: add the microsoft tessellator and a pipe wrapper.Dave Airlie2020-02-286-0/+3419
* gallium/u_vbuf: silence a warning by using unreachableMarek Olšák2020-02-271-1/+1
* nir: fix 5 warningsMarek Olšák2020-02-271-1/+1
* gallivm: fix 5 warningsMarek Olšák2020-02-273-4/+5
* 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-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