summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: disable f16c when not using AVXRoland Scheidegger2015-11-051-0/+3
* gallivm: Explicitly disable unsupported CPU features.Jose Fonseca2015-11-051-38/+34
* gallivm: Translate all util_cpu_caps bits to LLVM attributes.Jose Fonseca2015-11-051-2/+34
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-212-0/+4
* u_vbuf: fix vb slot assignment for translated buffersNicolai Hähnle2015-10-211-0/+1
* gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2Tom Stellard2015-10-072-7/+32
* gallium/u_blitter: handle allocation failuresMarek Olšák2015-10-071-0/+6
* auxiliary: rework the python generated sources rulesEmil Velikov2015-09-111-12/+17
* llvmpipe: convert double to long long instead of unsigned long longOded Gabbay2015-09-061-1/+1
* gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitlyMarek Olšák2015-09-062-6/+41
* gallium/util: fix debug_get_flags_option on 32-bitDave Airlie2015-08-311-3/+4
* util/u_blitter: implement alpha blending for pipe->blitMarek Olšák2015-08-213-19/+41
* tgsi: fix parsing of tessellation shader inputs/outputsMarcos Paulo de Souza2015-08-171-1/+16
* tgsi: set implicit array size for tess stagesMarcos Paulo de Souza2015-08-171-1/+5
* winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák2015-08-141-1/+7
* vl: add HEVC profiles and definesChristian König2015-08-141-0/+7
* 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