summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* u_blitter: use user buffers instead of real buffersMarek Olšák2011-01-291-21/+8
* util: Fix leak of transfers in upload managerJakob Bornecrantz2011-01-281-0/+1
* util: fix parsing debug optionsMarek Olšák2011-01-271-19/+25
* r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-273-40/+65
* util: require debug options to be separated by commasMarek Olšák2011-01-261-1/+38
* u_blitter: remove bogus assertionMarek Olšák2011-01-251-3/+0
* u_blitter: report recursion, update commentsMarek Olšák2011-01-251-1/+14
* util: Add function logger helpersJakob Bornecrantz2011-01-242-0/+72
* gallium/util: added pipe_put_tile_rgba_format()Brian Paul2011-01-222-1/+18
* gallium/util: simplify pipe_get_tile_rgba()Brian Paul2011-01-221-20/+1
* gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-222-55/+10
* gallium/util: added util_format_linear()Brian Paul2011-01-221-1/+41
* util: Undo spurious changes in last commit.José Fonseca2011-01-131-1/+1
* util: Don't limit debug_printf message length on unices.José Fonseca2011-01-131-1/+6
* util: add comments to u_upload_mgr and u_inlinesMarek Olšák2011-01-063-15/+38
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-062-13/+23
* u_upload_mgr: new featuresMarek Olšák2011-01-062-26/+92
* u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák2011-01-061-52/+14
* util: Add forward declarations in u_index_modify.h.Vinson Lee2010-12-301-0/+3
* util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák2010-12-292-34/+101
* gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák2010-12-231-0/+4
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-203-10/+9
* gallium: properly check for src->dst blit compatibilitiesJerome Glisse2010-12-151-2/+2
* u_blitter: use util_is_format_compatible in the assertMarek Olšák2010-12-071-1/+2
* gallium/util: minor formatting fixesBrian Paul2010-12-061-3/+3
* init ps->context with util_surfaces_get and do_getXavier Chantry2010-12-053-12/+15
* nvfx: fixes after array textures mergeXavier Chantry2010-12-052-10/+25
* gallium/util: add states relevant to geometry shadersZack Rusin2010-12-021-0/+4
* util: Don't try to use imagehlp on mingw.José Fonseca2010-12-021-2/+2
* util: __builtin_frame_address() doesn't work on mingw.José Fonseca2010-12-021-1/+4
* util: Plug leaks in util_destroy_gen_mipmap.José Fonseca2010-12-021-2/+4
* util: C++ safe.José Fonseca2010-12-021-0/+11
* gallium: support for array textures and related changesRoland Scheidegger2010-12-0223-548/+621
* util: rename u_mempool -> u_slabMarek Olšák2010-11-302-72/+72
* u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák2010-11-283-25/+22
* u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák2010-11-251-2/+5
* auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu2010-11-251-0/+2
* gallium: Avoid using __doc__ in python scripts.José Fonseca2010-10-282-4/+4
* util: use pointer_to_func() to silence warningBrian Paul2010-10-251-1/+2
* gallium: move some intrinsics helpers to u_sse.hKeith Whitwell2010-10-151-0/+74
* gallium/util: add S8 tile sampling support.Dave Airlie2010-10-131-0/+27
* gallium/format: add X32_S8X24_USCALED format.Dave Airlie2010-10-133-0/+27
* gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-134-0/+102
* gallium: move sse intrinsics debug helpers to u_sse.hKeith Whitwell2010-10-121-1/+79
* util: Defined M_SQRT2 when not available.José Fonseca2010-10-091-0/+5
* util: Cleanup util_pack_z_stencil and friends.José Fonseca2010-10-061-22/+28
* Revert "Prefer intrinsics to handrolled atomic ops."Tom Fogal2010-09-301-2/+2
* Prefer intrinsics to handrolled atomic ops.Tom Fogal2010-09-301-2/+2
* Implement x86_64 atomics for compilers w/o intrinsics.Tom Fogal2010-09-301-0/+47
* gallium/util: remove duplicated includeNicolas Kaiser2010-09-301-2/+0