aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* ttn: fix dest size for some texture instructionsRob Clark2017-05-161-1/+3
* ttn: fix txd src sizesRob Clark2017-05-161-4/+6
* ttn: fix txs dest sizeRob Clark2017-05-161-1/+2
* gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2017-05-152-3/+8
* gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák2017-05-154-0/+2723
* gallium/u_upload: add u_upload_cloneMarek Olšák2017-05-152-0/+14
* renderonly: Initialize fields of struct winsys_handle.Eric Anholt2017-05-151-0/+1
* Android: rework LLVM build supportRob Herring2017-05-111-4/+4
* Android: Fix swrast only buildRob Herring2017-05-111-4/+3
* gallivm: Fix build against LLVM SVN >= r302589Michel Dänzer2017-05-111-3/+9
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-1018-276/+138
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-103-11/+16
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-1020-130/+144
* gallium/util: dump tokens in util_dump_shader_state only if type is TGSINicolai Hähnle2017-05-101-5/+7
* gallium/util: add util_dump_grid_infoNicolai Hähnle2017-05-102-0/+30
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-7/+7
* gallium: Enable ARM NEON CPU detection.Eric Anholt2017-05-023-0/+46
* renderonly: use drmIoctlPhilipp Zabel2017-05-021-4/+3
* renderonly: drop resources on destroyPhilipp Zabel2017-05-022-2/+12
* renderonly: close transfer prime_fdPhilipp Zabel2017-05-021-0/+2
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-291-4/+4
* tgsi/scan: record compute shader system value usageMarek Olšák2017-04-282-0/+37
* gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()Brian Paul2017-04-261-5/+6
* gallium/util: add some comments in u_debug_flush.cBrian Paul2017-04-261-0/+15
* draw: whitespace fixes in draw_pipe_vbuf.cBrian Paul2017-04-261-104/+89
* gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset2017-04-262-0/+2
* gallium: remove u_caps.c/h interfaceSamuel Pitoiset2017-04-253-340/+0
* gallium/util: add debugging helpers printing pipeline statisticsMarek Olšák2017-04-252-0/+59
* gallium/util: remove util_draw_range_elements helperMarek Olšák2017-04-201-23/+0
* 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