summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/aux/tgsi_exec.c: Remove paramater inst from exec_killGert Wollny2018-06-201-3/+2
* gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi/tgsi_parse.c: Fix two warningsGert Wollny2018-06-201-3/+7
* gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-1/+1
* gallium/aux/cso_cache: Fix various warningsGert Wollny2018-06-202-7/+7
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+1
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+1
* gallium/hud: = should rename the last added data sourceMarek Olšák2018-06-181-1/+4
* mesa: Unconditionally enable floating-point texturesTimothy Arceri2018-06-181-9/+0
* gallium: add support for programmable sample locationsRhys Perry2018-06-142-0/+35
* meson: only build vl_winsys_dri.c when x11 platform is usedLukas Rusak2018-06-141-1/+1
* virgl: add ARB_tessellation_shader support. (v2)Dave Airlie2018-06-141-4/+0
* autotools: add missing android file to packageEric Engestrom2018-06-051-0/+1
* trace: Fix trace_context_transfer_unmap methods.Jose Fonseca2018-06-041-18/+42
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-304-6/+6
* util/u_math: Implement a logbase2 function for unsigned longPierre Moreau2018-05-291-0/+55