summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák1-0/+4
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák3-10/+9
2010-12-15gallium: properly check for src->dst blit compatibilitiesJerome Glisse1-2/+2
2010-12-07u_blitter: use util_is_format_compatible in the assertMarek Olšák1-1/+2
2010-12-06gallium/util: minor formatting fixesBrian Paul1-3/+3
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry3-12/+15
2010-12-05nvfx: fixes after array textures mergeXavier Chantry2-10/+25
2010-12-02gallium/util: add states relevant to geometry shadersZack Rusin1-0/+4
2010-12-02util: Don't try to use imagehlp on mingw.José Fonseca1-2/+2
2010-12-02util: __builtin_frame_address() doesn't work on mingw.José Fonseca1-1/+4
2010-12-02util: Plug leaks in util_destroy_gen_mipmap.José Fonseca1-2/+4
2010-12-02util: C++ safe.José Fonseca1-0/+11
2010-12-02gallium: support for array textures and related changesRoland Scheidegger23-548/+621
2010-11-30util: rename u_mempool -> u_slabMarek Olšák2-72/+72
2010-11-28u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák3-25/+22
2010-11-25u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák1-2/+5
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu1-0/+2
2010-10-28gallium: Avoid using __doc__ in python scripts.José Fonseca2-4/+4
2010-10-25util: use pointer_to_func() to silence warningBrian Paul1-1/+2
2010-10-15gallium: move some intrinsics helpers to u_sse.hKeith Whitwell1-0/+74
2010-10-13gallium/util: add S8 tile sampling support.Dave Airlie1-0/+27
2010-10-13gallium/format: add X32_S8X24_USCALED format.Dave Airlie3-0/+27
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie4-0/+102
2010-10-12gallium: move sse intrinsics debug helpers to u_sse.hKeith Whitwell1-1/+79
2010-10-09util: Defined M_SQRT2 when not available.José Fonseca1-0/+5
2010-10-06util: Cleanup util_pack_z_stencil and friends.José Fonseca1-22/+28
2010-09-30Revert "Prefer intrinsics to handrolled atomic ops."Tom Fogal1-2/+2
2010-09-30Prefer intrinsics to handrolled atomic ops.Tom Fogal1-2/+2
2010-09-30Implement x86_64 atomics for compilers w/o intrinsics.Tom Fogal1-0/+47
2010-09-30gallium/util: remove duplicated includeNicolas Kaiser1-2/+0
2010-09-26util/u_blitter: fix leakJoakim Sindholt1-1/+1
2010-09-25util: fix util_pack_color for B4G4R4A4Marek Olšák1-1/+1
2010-09-24util: make calling remove_from_list multiple times in a row safeMarek Olšák1-0/+2
2010-09-23u_blitter: add a custom blitter call passing a dsa csoDave Airlie2-14/+37
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2-0/+168
2010-09-19auxiliary: fix depth-only and stencil-only clearsLuca Barbieri1-1/+1
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca1-0/+8
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri1-0/+1
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri3-11/+21
2010-09-05util: Helper function to determined whether two formats can be memcpy'ed.José Fonseca2-4/+61
2010-09-05util: Utility function to determine the channels that can be written in a col...José Fonseca1-0/+33
2010-09-02util: Include missing header in u_linear.h.Vinson Lee1-0/+1
2010-08-28util: Include missing header in u_draw.h.Vinson Lee1-0/+1
2010-08-28util: Add forward declaration in u_transfer.h.Vinson Lee1-0/+1
2010-08-29r300g,u_blitter: use u_framebufferMarek Olšák2-35/+3
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák1-10/+0
2010-08-27util: fix typo in MAX4Keith Whitwell1-1/+1
2010-08-27util: add MIN4, MAX4Keith Whitwell1-0/+3
2010-08-26util: Include missing header in u_simple_shaders.c.Vinson Lee1-0/+1
2010-08-25util: Include missing header in u_blit.h.Vinson Lee1-5/+7