summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_blitter: save/restore window rectanglesMarek Olšák2018-08-142-0/+29
* noop: implement set_window_rectanglesMarek Olšák2018-08-141-0/+8
* ddebug: implement set_window_rectanglesMarek Olšák2018-08-141-0/+12
* Gallium/tgsi: Correct signdness of return value of bit operationsGert Wollny2018-08-111-3/+4
* meson: Build with Python 3Mathieu Bridon2018-08-101-3/+3
* python: Fix inequality comparisonsMathieu Bridon2018-08-101-0/+6
* python: Better check for integer typesMathieu Bridon2018-08-091-2/+11
* ttn: remove {varying_slot, frag_result}_to_tgsi_semantic helpersEmil Velikov2018-08-082-79/+0
* python: Use explicit integer divisionsMathieu Bridon2018-08-072-4/+7
* gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)Marek Olšák2018-08-031-24/+180
* util: return 0 for NaNs in float_to_ubyteRoland Scheidegger2018-08-031-6/+5
* ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdirAndres Gomez2018-08-021-3/+4
* gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez2018-08-021-2/+2
* gallium: fix ddebug on windowsDylan Baker2018-08-011-1/+5
* util: move process.[ch] to u_process.[ch]Dylan Baker2018-08-011-1/+1
* gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry2018-08-013-2/+7
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-3116-22/+33
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-314-1/+4
* tgsi: whitespace fixes in tgsi_ureg.cBrian Paul2018-07-271-23/+22
* gallium/util: whitespace fixes in u_inlines.hBrian Paul2018-07-271-36/+44
* gallium/util: whitespace fixes in u_debug_memory.cBrian Paul2018-07-271-53/+53
* gallium/u_vbuf: split u_vbuf_get_minmax_index function (v2)Marek Olšák2018-07-271-50/+51
* gallium/auxiliary: Extern "c" fixes.Alexander von Gluck IV2018-07-273-0/+24
* gallium/noop: implement invalidate_resourceMarek Olšák2018-07-271-0/+6
* gallium/auxiliary: Fix Autotools on Android (v2)Chad Versace2018-07-271-1/+5
* gallium: initialize ureg_dst::Invariant bitErik Faye-Lund2018-07-261-0/+3
* draw: force draw pipeline if there's more than 65535 verticesRoland Scheidegger2018-07-233-0/+21
* u_blitter: Add an option to draw the triangles using an index buffer.Eric Anholt2018-07-122-2/+16
* u_draw: Add some indices to the util_draw_elements() helpers.Eric Anholt2018-07-121-1/+8
* gallium/u_transfer_helper: Initialize the stride of MSAA maps.Eric Anholt2018-07-121-0/+1
* gallium/u_transfer_helper: Fix MSAA mappings with nonzero x/y.Eric Anholt2018-07-121-1/+5
* gallium: Check pipe_screen::resource_changed before dereferencing itMichel Dänzer2018-07-123-3/+6
* python: Use the print functionMathieu Bridon2018-07-064-366/+373
* gallium/auxiliary: Fix string matchingMathieu Bridon2018-07-051-1/+1
* Shorten u_queue namesMarek Olšák2018-07-041-1/+1
* gallium/os: use util_get_process_name when possibleMarek Olšák2018-07-041-14/+2
* gallium/u_vbuf: drop min/max-scanning for empty indirect drawsErik Faye-Lund2018-07-021-0/+3
* gallium/auxiliary: Add helper support for bptc format compress/decompressDenis Pauk2018-07-016-1/+408
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-292-20/+0
* gallium: plumb invariant output attrib thru TGSIJoe M. Kniss2018-06-295-13/+39
* gallium: Fix automake for Android (v2)Chad Versace2018-06-271-0/+4
* gallium/util: Fix build error due to cast to different sizeRobert Foss2018-06-251-2/+2
* ttn: convert to deref instructionsRob Clark2018-06-221-39/+13
* gallium: add scalar isa shader capChristian Gmeiner2018-06-202-0/+4
* gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.cGert Wollny2018-06-201-1/+1
* gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug modeGert Wollny2018-06-201-2/+2
* gallium/aux/util: Fix some warningsGert Wollny2018-06-203-3/+3
* gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny2018-06-201-2/+1
* gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+4
* gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny2018-06-201-3/+3