summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/util: remove the fake format helpers for bptc and etc2Ilia Mirkin2015-11-233-106/+7
* util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov2015-11-211-1/+1
* gallium/u_blitter: add support for multi-dword clear values in clear_bufferMarek Olšák2015-11-131-11/+14
* gallium: expose a debug message callback settable by context ownerIlia Mirkin2015-11-052-0/+34
* u_vbuf: minor code reformatting / line wrappingBrian Paul2015-11-041-4/+8
* u_vbuf: add some const qualifiersBrian Paul2015-11-041-2/+2
* util/format: add helper util_format_is_snorm8Marek Olšák2015-10-242-0/+22
* gallium/util: add a test for NULL fragment shadersMarek Olšák2015-10-241-0/+38
* tgsi: move pipe_shader_from_tgsi_processor function to utilMarek Olšák2015-10-171-0/+22
* gallium/util: fix debug_get_flags_option on 32-bit harderRob Clark2015-10-151-3/+3
* u_vbuf: fix vb slot assignment for translated buffersNicolai Hähnle2015-10-121-0/+1
* gallium/util: avoid unreferencing random memory on buffer alloc failureIlia Mirkin2015-09-281-1/+1
* gallium/u_blitter: handle allocation failuresMarek Olšák2015-09-241-0/+6
* 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
* util: add a couple primitive restart helper functionsBrian Paul2015-09-012-0/+329
* 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 negate parameter to tgsi_transform_kill_inst()Brian Paul2015-09-011-1/+1
* 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
* gallium/util: fix code formatting in u_blitter.hBrian Paul2015-08-271-30/+25
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* gallium/auxiliary: optimize rgb9e5 helper some moreRoland Scheidegger2015-08-261-45/+42
* gallium/auxiliary: optimize rgb9e5 helper a bitRoland Scheidegger2015-08-261-18/+17
* util/u_blitter: implement alpha blending for pipe->blitMarek Olšák2015-08-213-19/+41
* vl: add HEVC profiles and definesChristian König2015-08-141-0/+7
* 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
* gallium/util: Stop bundling our snprintf implementation.Jose Fonseca2015-07-232-1484/+31
* gallium/util: use cso_set_samplersMarek Olšák2015-07-231-2/+4
* cso: only allow saving and restoring fragment sampler statesMarek Olšák2015-07-221-2/+2
* cso: only allow saving and restoring fragment sampler viewsMarek Olšák2015-07-221-2/+2
* gallium/util: improve dump functionsMarek Olšák2015-07-223-53/+241
* tgsi: allow dumping to a file directlyMarek Olšák2015-07-221-4/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2150-316/+316
* 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
* util/blitter (and friends): generate appropriate SVIEW declsRob Clark2015-06-215-46/+143
* util/pstipple: updates for SVIEW declsRob Clark2015-06-211-5/+17
* u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()Brian Paul2015-06-191-1/+2