Age | Commit message (Expand) | Author |
2010-10-25 | util: use pointer_to_func() to silence warning | Brian Paul |
2010-10-21 | Merge branch 'primitive-restart-cleanup' | Brian Paul |
2010-10-21 | draw: implement primitive splitting for primitive restart | Brian Paul |
2010-10-21 | draw: fix typo in comment | Brian Paul |
2010-10-21 | gallivm: Silence uninitialized variable warning. | Vinson Lee |
2010-10-21 | gallivm: Silence uninitialized variable warnings. | Vinson Lee |
2010-10-21 | gallivm: Silence uninitialized variable warnings. | Vinson Lee |
2010-10-21 | draw: Remove unnecessary header. | Vinson Lee |
2010-10-20 | draw: use float version of LLVM Mul/Add instructions | Brian Paul |
2010-10-20 | llvmpipe/draw: always enable LLVMAddInstructionCombiningPass() | Brian Paul |
2010-10-19 | draw: Move loop variable declaration outside for loop. | Vinson Lee |
2010-10-19 | draw: make sure viewport gets updated in draw llvm shader | Keith Whitwell |
2010-10-19 | Merge branch 'llvm-cliptest-viewport' | Keith Whitwell |
2010-10-19 | draw: corrections to allow for different cliptest cases | Hui Qi Tay |
2010-10-19 | gallivm: fix incorrect type for zero vector in emit_kilp() | Brian Paul |
2010-10-18 | gallivm: Add a note about SSE4.1's nearest mode rounding. | José Fonseca |
2010-10-17 | gallivm: Comment lp_build_insert_new_block(). | José Fonseca |
2010-10-17 | llvmpipe: clean up fields in draw_llvm_variant_key | Keith Whitwell |
2010-10-17 | draw: corrections for w coordinate | Hui Qi Tay |
2010-10-17 | gallivm: Fix SoA cubemap derivative computation. | José Fonseca |
2010-10-15 | gallivm: use util_snprintf() | Brian Paul |
2010-10-15 | gallivm: added lp_build_load_volatile() | Brian Paul |
2010-10-15 | gallivm: added lp_build_print_vec4() | Brian Paul |
2010-10-15 | target-helpers: Remove per target software wrapper check | Jakob Bornecrantz |
2010-10-15 | wrapper: Add a way to dewrap a pipe screen without destroying it | Jakob Bornecrantz |
2010-10-15 | wrapper: Fix spelling | Jakob Bornecrantz |
2010-10-15 | gallium: move some intrinsics helpers to u_sse.h | Keith Whitwell |
2010-10-15 | tgsi: add scanner support for centroid inputs | Dave Airlie |
2010-10-14 | gallivm: add compile-time option to emit inst addrs and/or line numbers | Brian Paul |
2010-10-14 | draw: sanitize llvm variant key | Hui Qi Tay |
2010-10-13 | gallivm: More accurate float -> 24bit & 32bit unorm conversion. | José Fonseca |
2010-10-13 | gallivm: work-around trilinear mipmap filtering regression with LLVM 2.8 | Brian Paul |
2010-10-13 | gallivm: Remove unnecessary header. | Vinson Lee |
2010-10-13 | gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2 | Roland Scheidegger |
2010-10-12 | draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELS | Brian Paul |
2010-10-12 | gallivm: remove newlines | Brian Paul |
2010-10-13 | gallivm: fix different handling of [non]normalized coords in linear soa path | Roland Scheidegger |
2010-10-13 | gallium/util: add S8 tile sampling support. | Dave Airlie |
2010-10-13 | gallium/format: add X32_S8X24_USCALED format. | Dave Airlie |
2010-10-13 | gallium/format: add support for X24S8 and S8X24 formats. | Dave Airlie |
2010-10-13 | gallium/tgsi: add support for stencil writes. | Dave Airlie |
2010-10-12 | gallivm: Name anonymous union. | José Fonseca |
2010-10-12 | gallivm: don't branch on KILLs near end of shader | Keith Whitwell |
2010-10-12 | gallium: move sse intrinsics debug helpers to u_sse.h | Keith Whitwell |
2010-10-11 | gallivm: More detailed analysis of tgsi shaders. | José Fonseca |
2010-10-11 | tgsi: Export some names for some tgsi enums. | José Fonseca |
2010-10-11 | gallivm: Eliminate unsigned integer arithmetic from texture coordinates. | José Fonseca |
2010-10-10 | gallivm: Pass texture coords derivates as scalars. | José Fonseca |
2010-10-10 | gallivm: Use variables instead of Phis in loops. | José Fonseca |
2010-10-10 | gallivm: Allow to disable bri-linear filtering with GALLIVM_DEBUG=no_brilinea... | José Fonseca |