summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-10-25util: use pointer_to_func() to silence warningBrian Paul
2010-10-21Merge branch 'primitive-restart-cleanup'Brian Paul
2010-10-21draw: implement primitive splitting for primitive restartBrian Paul
2010-10-21draw: fix typo in commentBrian Paul
2010-10-21gallivm: Silence uninitialized variable warning.Vinson Lee
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee
2010-10-21draw: Remove unnecessary header.Vinson Lee
2010-10-20draw: use float version of LLVM Mul/Add instructionsBrian Paul
2010-10-20llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul
2010-10-19draw: Move loop variable declaration outside for loop.Vinson Lee
2010-10-19draw: make sure viewport gets updated in draw llvm shaderKeith Whitwell
2010-10-19Merge branch 'llvm-cliptest-viewport'Keith Whitwell
2010-10-19draw: corrections to allow for different cliptest casesHui Qi Tay
2010-10-19gallivm: fix incorrect type for zero vector in emit_kilp()Brian Paul
2010-10-18gallivm: Add a note about SSE4.1's nearest mode rounding.José Fonseca
2010-10-17gallivm: Comment lp_build_insert_new_block().José Fonseca
2010-10-17llvmpipe: clean up fields in draw_llvm_variant_keyKeith Whitwell
2010-10-17draw: corrections for w coordinateHui Qi Tay
2010-10-17gallivm: Fix SoA cubemap derivative computation.José Fonseca
2010-10-15gallivm: use util_snprintf()Brian Paul
2010-10-15gallivm: added lp_build_load_volatile()Brian Paul
2010-10-15gallivm: added lp_build_print_vec4()Brian Paul
2010-10-15target-helpers: Remove per target software wrapper checkJakob Bornecrantz
2010-10-15wrapper: Add a way to dewrap a pipe screen without destroying itJakob Bornecrantz
2010-10-15wrapper: Fix spellingJakob Bornecrantz
2010-10-15gallium: move some intrinsics helpers to u_sse.hKeith Whitwell
2010-10-15tgsi: add scanner support for centroid inputsDave Airlie
2010-10-14gallivm: add compile-time option to emit inst addrs and/or line numbersBrian Paul
2010-10-14draw: sanitize llvm variant keyHui Qi Tay
2010-10-13gallivm: More accurate float -> 24bit & 32bit unorm conversion.José Fonseca
2010-10-13gallivm: work-around trilinear mipmap filtering regression with LLVM 2.8Brian Paul
2010-10-13gallivm: Remove unnecessary header.Vinson Lee
2010-10-13gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2Roland Scheidegger
2010-10-12draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELSBrian Paul
2010-10-12gallivm: remove newlinesBrian Paul
2010-10-13gallivm: fix different handling of [non]normalized coords in linear soa pathRoland Scheidegger
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-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-10-12gallivm: Name anonymous union.José Fonseca
2010-10-12gallivm: don't branch on KILLs near end of shaderKeith Whitwell
2010-10-12gallium: move sse intrinsics debug helpers to u_sse.hKeith Whitwell
2010-10-11gallivm: More detailed analysis of tgsi shaders.José Fonseca
2010-10-11tgsi: Export some names for some tgsi enums.José Fonseca
2010-10-11gallivm: Eliminate unsigned integer arithmetic from texture coordinates.José Fonseca
2010-10-10gallivm: Pass texture coords derivates as scalars.José Fonseca
2010-10-10gallivm: Use variables instead of Phis in loops.José Fonseca
2010-10-10gallivm: Allow to disable bri-linear filtering with GALLIVM_DEBUG=no_brilinea...José Fonseca