summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-082-7/+26
* llvmpipe: do 64bit plane calculations in the sse pathRoland Scheidegger2016-01-081-12/+80
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+2
* llvmpipe: add POWER8 portability file - u_pwr8.hOded Gabbay2016-01-061-0/+310
* util: add debug_dump_ubyte_rgba_bmp()Brian Paul2016-01-052-0/+63
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-024-9/+14
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-024-7/+2
* u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák2016-01-022-1/+3
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-024-5/+8
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-023-4/+6
* u_upload_mgr: rework the application of alignmentMarek Olšák2016-01-021-10/+14
* gallium/util: add DEBUG_GET_ONCE_OPTIONNicolai Hähnle2015-12-291-0/+13
* gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.hRoland Scheidegger2015-12-181-0/+1
* util/blitter: minor formatting fixesBrian Paul2015-12-111-5/+4
* gallium/util: return correct number of bound vertex buffersPatrick Rudolph2015-12-101-1/+7
* gallium/util: Make u_prims_for_vertices() safeEdward O'Callaghan2015-12-091-0/+3
* gallium/util: check callback pointers for non-null in pipe_debug_message()Brian Paul2015-12-071-3/+5
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-066-13/+13
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-069-42/+42
* gallium/auxiliary: Fix zero integer literal to pointer comparisonEdward O'Callaghan2015-12-061-1/+1
* gallium/util: fix pipe_debug_message macro to allow 0 argsIlia Mirkin2015-12-041-1/+1
* gallium/aux/util: Trivial, we already have format use itEdward O'Callaghan2015-12-031-1/+1
* util/blitter: Fix "SO C90 forbids mixed declarations and code".Jose Fonseca2015-12-021-2/+4
* gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1Edward O'Callaghan2015-12-021-4/+12
* gallium/util: Fix util_blitter_clear_render_target() for num_layers>1Edward O'Callaghan2015-12-021-3/+12
* Remove Sun CC specific code.Jose Fonseca2015-12-021-5/+5
* gallium: add ASTC formatsIlia Mirkin2015-11-234-3/+96
* 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