summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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