summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
2011-03-13gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca
2011-03-07llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul
2011-02-26gallivm: Initialize stack valuesJakob Bornecrantz
2011-02-19gallivm: Use simple scaling plus casting in more unorm->float cases.José Fonseca
2011-01-24draw: Init llvm if not providedJakob Bornecrantz
2011-01-15Merge branch 'draw-instanced'Brian Paul
2010-12-22gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee
2010-12-22gallivm: Fix 'cast from pointer to integer of different size' warning.Vinson Lee
2010-12-17gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca
2010-12-16gallivm: fix copy&paste error from previous commitBrian Paul
2010-12-16gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul
2010-12-14gallivm: do texture swizzle after shadow compareBrian Paul
2010-12-13gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul
2010-12-08gallivm/llvmpipe: implement system values and instanceIDBrian Paul
2010-12-03gallivm: fix null builder pointersBrian Paul
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-11-30gallivm: fix storing of the addr registerZack Rusin
2010-11-10gallivm: implement indirect addressing over inputsZack Rusin
2010-11-09gallivm: Allocate TEMP/OUT arrays only once.José Fonseca
2010-11-09gallivm: implement indirect addressing of the output registersZack Rusin
2010-11-05gallivm: add const qualifiers, fix comment stringBrian Paul
2010-11-05gallivm: alloca() was called too often for temporary arraysBrian Paul
2010-11-04gallivm: implement execution mask for scatter storesBrian Paul
2010-11-04gallivm: added lp_elem_type()Brian Paul
2010-11-04gallivm: add pixel offsets in scatter storesBrian Paul
2010-11-04gallivm: added debug code to dump temp registersBrian Paul
2010-11-03gallivm: add some LLVM var labelsBrian Paul
2010-11-03gallivm: implement scatter stores into temp register fileBrian Paul
2010-10-28gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca
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-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-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-14gallivm: add compile-time option to emit inst addrs and/or line numbersBrian Paul
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-12gallivm: remove newlinesBrian Paul
2010-10-13gallivm: fix different handling of [non]normalized coords in linear soa pathRoland Scheidegger
2010-10-12gallivm: Name anonymous union.José Fonseca