summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-08-031-1/+1
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-08-032-0/+23
* draw: check for line_width != 1.0f in validate_pipeline()Brian Paul2017-07-081-3/+4
* gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer2017-06-281-2/+8
* gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()Brian Paul2017-06-281-1/+15
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-313-15/+35
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-311-0/+1
* gallivm: Make sure module has the correct data layout when pass manager runsTom Stellard2017-05-191-16/+18
* renderonly: Initialize fields of struct winsys_handle.Eric Anholt2017-05-181-0/+1
* renderonly: use drmIoctlPhilipp Zabel2017-05-051-4/+3
* renderonly: drop resources on destroyPhilipp Zabel2017-05-052-2/+12
* renderonly: close transfer prime_fdPhilipp Zabel2017-05-051-0/+2
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-301-4/+4
* 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