summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny2018-06-202-5/+5
* gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-6/+7
* gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+3
* gallium/aux/tgsi_build.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+4
* gallium/aux/tgsi_build.c: Remove now unused variableGert Wollny2018-06-201-7/+1
* gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...Gert Wollny2018-06-201-8/+0
* gallium/aux/tgsi_exec.c: Fix various -Wsign-compareGert Wollny2018-06-201-4/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_dGert Wollny2018-06-201-5/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstretGert Wollny2018-06-201-9/+5
* gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channelGert Wollny2018-06-201-10/+3