summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/u_blitter: fix leakJoakim Sindholt2010-09-261-1/+1
* util: fix util_pack_color for B4G4R4A4Marek Olšák2010-09-251-1/+1
* util: make calling remove_from_list multiple times in a row safeMarek Olšák2010-09-241-0/+2
* u_blitter: add a custom blitter call passing a dsa csoDave Airlie2010-09-232-14/+37
* util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-202-0/+168
* auxiliary: fix depth-only and stencil-only clearsLuca Barbieri2010-09-191-1/+1
* util: linearized sRGB values don't fit into 8bitsJosé Fonseca2010-09-171-0/+8
* auxiliary: fix unintended fallthroughLuca Barbieri2010-09-141-0/+1
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-143-11/+21
* util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca2010-09-052-4/+61
* util: Utility function to determine the channels that can be written in a col...José Fonseca2010-09-051-0/+33
* util: Include missing header in u_linear.h.Vinson Lee2010-09-021-0/+1
* util: Include missing header in u_draw.h.Vinson Lee2010-08-281-0/+1
* util: Add forward declaration in u_transfer.h.Vinson Lee2010-08-281-0/+1
* r300g,u_blitter: use u_framebufferMarek Olšák2010-08-292-35/+3
* util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-291-10/+0
* util: fix typo in MAX4Keith Whitwell2010-08-271-1/+1
* util: add MIN4, MAX4Keith Whitwell2010-08-271-0/+3
* util: Include missing header in u_simple_shaders.c.Vinson Lee2010-08-261-0/+1
* util: Include missing header in u_blit.h.Vinson Lee2010-08-251-5/+7
* util: Include missing header in u_bitmask.h.Vinson Lee2010-08-251-0/+3
* util: Include missing header in u_dirty_surfaces.h.Vinson Lee2010-08-251-0/+4
* util: Add include guard in u_split_prim.h.Vinson Lee2010-08-251-0/+6
* util: Include missing headers in u_split_prim.h.Vinson Lee2010-08-251-1/+4
* util: Include missing headers in u_tile.h.Vinson Lee2010-08-251-0/+3
* util: Clean up header file inclusion in u_upload_mgr.h.Vinson Lee2010-08-251-4/+1
* util: add rectangle helpers to u_rect.hKeith Whitwell2010-08-251-4/+53
* auxiliary: fix nvfx/nv50 primitive splitting for line loopsLuca Barbieri2010-08-231-1/+1
* util: fix util_fill_rect to take util_color instead of u32 paramRoland Scheidegger2010-08-234-61/+47
* nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri2010-08-231-0/+3
* util: implement depth blitting in u_blitMarek Olšák2010-08-221-17/+43
* util: Use #ifdef instead of #if.Vinson Lee2010-08-211-1/+1
* util: Define dump_cpu only for DEBUG builds.Vinson Lee2010-08-211-0/+2
* util: Silence uninitialized variable warnings.Vinson Lee2010-08-211-0/+4
* util: Move loop variable declaration outside for loop.Vinson Lee2010-08-211-1/+2
* gallium/auxiliary: add semantic linkage utility codeLuca Barbieri2010-08-212-0/+210
* u_debug_describe: use switch instead of if chainLuca Barbieri2010-08-211-7/+17