summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-08-16util: Remove check_os_katmai_support.Vinson Lee
2010-08-16translate: Move loop variable declaration outside for loop.Vinson Lee
2010-08-16translate: Remove unused temporary register.José Fonseca
2010-08-16translate: Eliminate void pointer arithmetic.José Fonseca
2010-08-16draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)Luca Barbieri
2010-08-16translate_sse: major rewrite (v5)Luca Barbieri
2010-08-16rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri
2010-08-16translate_sse: remove useless generated function wrappersLuca Barbieri
2010-08-16translate_generic: factor out common code between linear and indexedLuca Barbieri
2010-08-16translate_generic: use memcpy if possible (v3)Luca Barbieri
2010-08-16drwa: Fix polygon edge flags.Chia-I Wu
2010-08-16draw: No need to make max_vertices even.Chia-I Wu
2010-08-16draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu
2010-08-16drwa: Add PRIMITIVE macro to vsplit.Chia-I Wu
2010-08-16draw: last_vertex_last is always true for GS and SO.Chia-I Wu
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Replace vcache by vsplit.Chia-I Wu
2010-08-16draw: Replace varray by vsplit.Chia-I Wu
2010-08-16draw: Add vsplit frontend.Chia-I Wu
2010-08-16draw: Add new util function draw_pt_trim_count.Chia-I Wu
2010-08-16draw: Simplify frontend interface a little.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-08-16draw: Add flags to draw_prim_info.Chia-I Wu
2010-08-15gallium: Make printing info on debug builds default offJakob Bornecrantz
2010-08-14gallivm: Remove unnecessary header.Vinson Lee
2010-08-14u_cpu_detect: remove arch and little_endianLuca Barbieri
2010-08-14gallivm: Refactor the Newton-Rapshon steps, and disable once again.José Fonseca
2010-08-12Revert "u_blitter: unify clear_depth_stencil and flush_depth_stencil"Marek Olšák
2010-08-12u_blitter: unify clear_depth_stencil and flush_depth_stencilMarek Olšák
2010-08-11u_staging: remove useless inline keywordLuca Barbieri
2010-08-11translate: allow clients to ask for supported output formatsLuca Barbieri
2010-08-11auxiliary: Make u_staging.c MSVC compatible.Vinson Lee
2010-08-11auxiliary: Add u_staging.c to SCons build.Vinson Lee
2010-08-11gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().José Fonseca
2010-08-11Revert "translate_generic: return NULL instead of assert(0) if format not sup...Luca Barbieri
2010-08-11translate_generic: fix broken A8R8G8B8_UNORM outputLuca Barbieri
2010-08-11translate_generic: return NULL instead of assert(0) if format not supportedLuca Barbieri
2010-08-11auxiliary: fix util_framebuffer_copyLuca Barbieri
2010-08-11gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp.José Fonseca
2010-08-11gallivm: Use unsigned shift in lp_build_minify.José Fonseca
2010-08-11util: copy the u_staging commit message to the codeMarek Olšák
2010-08-11auxiliary: support for transfers using staging resourcesLuca Barbieri
2010-08-11u_surfaces: add util_surfaces_peekLuca Barbieri
2010-08-11u_surfaces: use cso_hash instead of util_hash_tableLuca Barbieri
2010-08-11u_surfaces: fix surface leak due to off by oneLuca Barbieri
2010-08-11auxiliary: make primitive splitter assert on unimplemented adjacency primsLuca Barbieri
2010-08-11auxiliary: fix u_split_prim naming conventionLuca Barbieri
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri
2010-08-10util: Add util_format_srgb().José Fonseca