summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitlyMarek Olšák2015-09-032-6/+41
* u_upload_mgr: remove the return value from u_upload_dataMarek Olšák2015-09-033-22/+18
* u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2015-09-032-31/+18
* u_upload_mgr: remove the return value from u_upload_alloc_bufferMarek Olšák2015-09-031-11/+9
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-033-34/+34
* u_upload_mgr: optimize u_upload_allocMarek Olšák2015-09-031-15/+17
* tgsi/scan: add uses_doubles to tgsi scannerDave Airlie2015-09-022-1/+5
* auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca2015-09-011-0/+2
* util: add a couple primitive restart helper functionsBrian Paul2015-09-013-0/+331
* tgsi: add tgsi utility to transform a fragment shader to support aa pointCharmaine Lee2015-09-013-0/+346
* tgsi: adds tgsi utility to transform a shader to support point spriteCharmaine Lee2015-09-013-0/+622
* tgsi: add new tgsi_two_side.c utility codeBrian Paul2015-09-013-0/+264
* util: add util_strcasecmp() wrapperBrian Paul2015-09-011-0/+3
* gallium/util: add a utility to create geometry passthrough shaderCharmaine Lee2015-09-012-0/+57
* gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger2015-09-011-1/+6
* gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger2015-09-011-1/+6
* tgsi: add some more helper functionsCharmaine Lee2015-09-011-4/+65
* tgsi: added tgsi_is_shadow_target() helperBrian Paul2015-09-012-0/+21
* 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