summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul2015-09-014-5/+8
* util: added ffsll() functionBrian Paul2015-09-011-0/+20
* util: added util_set_index_buffer()Brian Paul2015-09-012-0/+18
* gallium/util: add u_bit_scan_consecutive_rangeMarek Olšák2015-09-011-0/+20
* gallium/util: fix debug_get_flags_option on 32-bitDave Airlie2015-08-291-3/+4
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-271-17/+17
* gallium/util: fix code formatting in u_blitter.hBrian Paul2015-08-271-30/+25
* gallium/ddebug: new pipe for hang detection and driver state dumping (v2)Marek Olšák2015-08-261-0/+8
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-262-2/+2
* gallium/auxiliary: optimize rgb9e5 helper some moreRoland Scheidegger2015-08-261-45/+42
* gallium/auxiliary: optimize rgb9e5 helper a bitRoland Scheidegger2015-08-261-18/+17
* gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke2015-08-251-16/+16
* nir: Store gl_shader_stage in nir_shader.Kenneth Graunke2015-08-251-4/+21
* nir: move control flow modification to its own fileConnor Abbott2015-08-241-0/+1
* 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