summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák
2011-01-26util: require debug options to be separated by commasMarek Olšák
2011-01-25u_blitter: remove bogus assertionMarek Olšák
2011-01-25u_blitter: report recursion, update commentsMarek Olšák
2011-01-24util: Add function logger helpersJakob Bornecrantz
2011-01-22gallium/util: added pipe_put_tile_rgba_format()Brian Paul
2011-01-22gallium/util: simplify pipe_get_tile_rgba()Brian Paul
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul
2011-01-22gallium/util: added util_format_linear()Brian Paul
2011-01-13util: Undo spurious changes in last commit.José Fonseca
2011-01-13util: Don't limit debug_printf message length on unices.José Fonseca
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2011-01-06u_upload_mgr: new featuresMarek Olšák
2011-01-06u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák
2010-12-30util: Add forward declarations in u_index_modify.h.Vinson Lee
2010-12-29util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-15gallium: properly check for src->dst blit compatibilitiesJerome Glisse
2010-12-07u_blitter: use util_is_format_compatible in the assertMarek Olšák
2010-12-06gallium/util: minor formatting fixesBrian Paul
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry
2010-12-05nvfx: fixes after array textures mergeXavier Chantry
2010-12-02gallium/util: add states relevant to geometry shadersZack Rusin
2010-12-02util: Don't try to use imagehlp on mingw.José Fonseca
2010-12-02util: __builtin_frame_address() doesn't work on mingw.José Fonseca
2010-12-02util: Plug leaks in util_destroy_gen_mipmap.José Fonseca
2010-12-02util: C++ safe.José Fonseca
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-30util: rename u_mempool -> u_slabMarek Olšák
2010-11-28u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák
2010-11-25u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu
2010-10-28gallium: Avoid using __doc__ in python scripts.José Fonseca
2010-10-25util: use pointer_to_func() to silence warningBrian Paul
2010-10-15gallium: move some intrinsics helpers to u_sse.hKeith Whitwell
2010-10-13gallium/util: add S8 tile sampling support.Dave Airlie
2010-10-13gallium/format: add X32_S8X24_USCALED format.Dave Airlie
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie
2010-10-12gallium: move sse intrinsics debug helpers to u_sse.hKeith Whitwell
2010-10-09util: Defined M_SQRT2 when not available.José Fonseca
2010-10-06util: Cleanup util_pack_z_stencil and friends.José Fonseca
2010-09-30Revert "Prefer intrinsics to handrolled atomic ops."Tom Fogal
2010-09-30Prefer intrinsics to handrolled atomic ops.Tom Fogal
2010-09-30Implement x86_64 atomics for compilers w/o intrinsics.Tom Fogal
2010-09-30gallium/util: remove duplicated includeNicolas Kaiser
2010-09-26util/u_blitter: fix leakJoakim Sindholt
2010-09-25util: fix util_pack_color for B4G4R4A4Marek Olšák
2010-09-24util: make calling remove_from_list multiple times in a row safeMarek Olšák