summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2010-12-09android: Fix build with bionic.Chia-I Wu
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
2010-09-23u_blitter: add a custom blitter call passing a dsa csoDave Airlie
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie
2010-09-19auxiliary: fix depth-only and stencil-only clearsLuca Barbieri
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca
2010-09-05util: Utility function to determine the channels that can be written in a col...José Fonseca
2010-09-02util: Include missing header in u_linear.h.Vinson Lee
2010-08-28util: Include missing header in u_draw.h.Vinson Lee
2010-08-28util: Add forward declaration in u_transfer.h.Vinson Lee
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák
2010-08-27util: fix typo in MAX4Keith Whitwell
2010-08-27util: add MIN4, MAX4Keith Whitwell
2010-08-26util: Include missing header in u_simple_shaders.c.Vinson Lee
2010-08-25util: Include missing header in u_blit.h.Vinson Lee
2010-08-25util: Include missing header in u_bitmask.h.Vinson Lee
2010-08-25util: Include missing header in u_dirty_surfaces.h.Vinson Lee