summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle2017-04-141-0/+5
* gallium/hud: set the dump file streams to line bufferedEdmondo Tommasina2017-04-131-0/+2
* draw: remove unused wideline_stage()Samuel Pitoiset2017-04-131-11/+0
* draw: remove unused overflow()Samuel Pitoiset2017-04-131-8/+0
* util: fix swizzle of INSTANCEID system valueNicolai Hähnle2017-04-081-1/+1
* gallivm: init vars to silence gcc warningsBrian Paul2017-04-071-2/+2
* gallium/util: tweak backtrace format with libunwindRob Clark2017-04-071-10/+16
* gallium/util: cache symbol lookup with libunwindRob Clark2017-04-072-27/+94
* gallium/util: fix missing limit check in libunwind backtraceRob Clark2017-04-071-1/+1
* gallium/util: honour LIBUNWIND_CFLAGSEmil Velikov2017-04-051-0/+1
* tgsi: add SUBGROUP_* semanticsIlia Mirkin2017-04-051-0/+7
* tgsi: add BALLOT/READ_* opcodesIlia Mirkin2017-04-051-3/+3
* gallium: decrease the size of pipe_draw_info - 88 -> 80 bytesMarek Olšák2017-04-041-2/+8
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-043-6/+8
* gallium/util: libunwind supportRob Clark2017-04-032-2/+104
* gallium/util: clean up stack frame printingRob Clark2017-04-033-23/+26
* gallivm: add lp_build_emit_fetch_src() helperSamuel Pitoiset2017-04-012-5/+24
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-0117-613/+22
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-312-4/+9
* tgsi: fix printing of 64-bit integer immediatesNicolai Hähnle2017-03-313-5/+11
* tgsi: add CLOCK opcodeIlia Mirkin2017-03-311-1/+1
* gallivm: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallium/util: use const in u_index_modify helpersMarek Olšák2017-03-302-6/+6
* gallivm: remove lp_add_attr_dereferenceable in favor of amd/commonMarek Olšák2017-03-222-14/+0
* gallium/u_upload: make the first persistent mapping unsynchronizedMarek Olšák2017-03-171-0/+1
* gallivm: (trivial) remove duplicated lineRoland Scheidegger2017-03-161-1/+0
* draw: (trivial) remove a unnecessary lp_build_alloca()Roland Scheidegger2017-03-161-2/+0
* gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...Francisco Jerez2017-03-151-13/+41
* gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák2017-03-152-2/+5
* tgsi: add missing compute shader entry in tgsi_get_processor_name()Samuel Pitoiset2017-03-151-0/+2
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-5/+5
* gallium/hud: check NULL return from u_upload_allocJulien Isorce2017-03-131-0/+5
* vl/video_buffer: add support for P016Christian König2017-03-131-0/+10
* gallium: add P016 formatChristian König2017-03-133-0/+40
* gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri2017-03-121-12/+0
* gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()Timothy Arceri2017-03-121-17/+1
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-27/+1
* gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri2017-03-123-442/+0
* gallium/util: make use of new u_thread.h in u_queue.{c,h}Timothy Arceri2017-03-122-4/+6
* gallium/util: use standard malloc/calloc/free in u_queue.cTimothy Arceri2017-03-121-10/+10
* gallium/util: move u_string.h to src/util/u_string.hTimothy Arceri2017-03-124-207/+2
* gallium/util: remove unused header from u_string.hTimothy Arceri2017-03-121-1/+0
* gallium/util: remove unused util_strbuf*Timothy Arceri2017-03-121-37/+0
* gallium/util: remove unused util_memmove()Timothy Arceri2017-03-121-20/+0
* gallium: remove shebang from python scriptsEmil Velikov2017-03-105-5/+0
* gallium: remove execute bit from the python script(s)Emil Velikov2017-03-102-0/+0
* util/indices: minor clean-upsBrian Paul2017-03-082-5/+2
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-083-3/+5
* draw: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-14/+15
* cso: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-082-10/+12