summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* ttn: add buffer texture typeRob Clark2015-08-121-0/+3
* gallium/hud: automatically print % if max_value == 100Marek Olšák2015-08-061-6/+11
* gallium/hud: fix printing % next to panesMarek Olšák2015-08-061-1/+1
* gallium/hud: replace assertions with clamping the unit indexMarek Olšák2015-08-061-19/+23
* gallium,hud: allow displaying cumulative values instead of averageMarek Olšák2015-08-063-8/+26
* gallium/hud: fix printing byte unitsMarek Olšák2015-08-061-1/+1
* gallium,hud: add support for Hz units in driver queriesMarek Olšák2015-08-061-0/+6
* vl/mpeg12: Silence GCC unused-variable warning.Vinson Lee2015-08-031-0/+1
* gallivm: Fix GCC unused-variable warning.Vinson Lee2015-07-311-2/+1
* gallivm: add LLVMAttribute parameter to lp_build_intrinsicMarek Olšák2015-07-315-10/+15
* gallium/util: clear up that debug_get_flags_option returns a 64-bit maskMarek Olšák2015-07-312-7/+7
* gallium/auxiliary: Ensure c99_math.h is included.Jose Fonseca2015-07-291-1/+2
* gallium/auxiliary: Avoid double promotion.Matt Turner2015-07-292-2/+2
* gallium/auxiliary: Use exp2(x) instead of pow(2.0, x).Matt Turner2015-07-292-4/+4
* Revert "pipe-loader: simplify pipe_loader_drm_probe"Francisco Jerez2015-07-291-4/+9
* gallivm: Fix profile build.Jose Fonseca2015-07-231-1/+1
* gallium/util: Stop bundling our snprintf implementation.Jose Fonseca2015-07-233-1485/+31
* gallivm: Add ifdefs so raw_debug_stream is only defined when usedTom Stellard2015-07-231-0/+2
* gallivm: Don't use raw_debug_ostream for dissasemblingTom Stellard2015-07-231-14/+13
* cso: eliminate some sampler function wrappersMarek Olšák2015-07-232-33/+12
* gallium/util: use cso_set_samplersMarek Olšák2015-07-233-13/+20
* cso: remove clip state handlingMarek Olšák2015-07-232-57/+0
* cso: only allow saving and restoring fragment sampler statesMarek Olšák2015-07-225-20/+24
* cso: drop inefficient checking for redundant sampler state changesMarek Olšák2015-07-221-26/+2
* cso: only allow saving and restoring fragment sampler viewsMarek Olšák2015-07-225-60/+59
* gallium/util: improve dump functionsMarek Olšák2015-07-223-53/+241
* tgsi: allow dumping to a file directlyMarek Olšák2015-07-223-8/+23
* gallium: replace INLINE with inlineIlia Mirkin2015-07-21126-616/+616
* gallivm: Initialize LLVM Modules's DataLayout to an empty string.Tom Stellard2015-07-201-5/+23
* gallium: add interface for writable shader imagesMarek Olšák2015-07-165-0/+51
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-1/+2
* auxiliary/vl: use the correct screen indexEmil Velikov2015-07-131-4/+13
* auxiliary/vl: use loader_open_device() over open()Emil Velikov2015-07-132-1/+4
* pipe-loader: use loader_open_device() rather than open()Emil Velikov2015-07-131-1/+1
* pipe-loader: remove pipe_loader_sw_probe_xlibEmil Velikov2015-07-132-46/+0
* automake: remove empty GALLIUM_PIPE_LOADER_LIBSEmil Velikov2015-07-131-3/+0
* automake: pipe-loader: remove the 'client' pipe-loaderEmil Velikov2015-07-131-24/+18
* pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argumentEmil Velikov2015-07-133-87/+4
* pipe-loader: simplify pipe_loader_drm_probeEmil Velikov2015-07-131-9/+4
* pipe-loader: drop support for non-render node devicesEmil Velikov2015-07-131-59/+1
* tgsi: add DFMA to the opcode infer functions.Dave Airlie2015-07-111-0/+1
* tgsi: whitespace fixes in tgsi_parse.cBrian Paul2015-07-091-13/+13
* vl: cleanup video buffer private when the decoder is destroyedChristian König2015-07-092-0/+28
* gallium/hud: display percentages with % suffixBrian Paul2015-07-071-0/+3
* gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUDBrian Paul2015-07-071-5/+20
* gallium/hud: replace byte units flag with pipe_driver_query_typeBrian Paul2015-07-073-16/+18
* gallium/os: minor whitespace fixes in os_time.hBrian Paul2015-07-071-5/+6
* gallivm: fix lp_build_compare_extRoland Scheidegger2015-07-062-1/+4
* gallium/os: add conversion and wait functions for absolute timeoutsMarek Olšák2015-07-052-0/+67
* gallium/os: add os_wait_until_zero (v2)Marek Olšák2015-07-052-1/+48