summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: use a cast wrapperBrian Paul2010-04-281-4/+11
* draw: put 'create' in the vs varient create function namesBrian Paul2010-04-285-12/+16
* draw: add missing function parameterBrian Paul2010-04-281-1/+2
* gallium/util: convert //-style commentsBrian Paul2010-04-281-2/+2
* gallium/util: convert //-style commentsBrian Paul2010-04-281-2/+2
* tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-277-161/+4
* gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-16/+0
* util: fix assorted problems in the image packing functionsBrian Paul2010-04-271-84/+70
* gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.José Fonseca2010-04-271-0/+18
* gallivm: Ensure all allocas are in the first block.José Fonseca2010-04-276-41/+97
* draw/llvm: implement fetch elts pathsZack Rusin2010-04-263-31/+160
* gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOPAlan Hourihane2010-04-261-10/+2
* draw: Always use the llvm middle end when available & enabled.José Fonseca2010-04-262-17/+23
* draw: Pass-through pipe_buffer::max_index to translate.José Fonseca2010-04-267-19/+34
* translate: Take and respect a max_index argument.José Fonseca2010-04-263-8/+24
* os: Check for spurious wakeups in pipe_barrier_wait.Vinson Lee2010-04-261-1/+8
* llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca2010-04-263-1/+63
* draw: Respect pipe_vertex_buffer::max_index in llvm generated code.José Fonseca2010-04-252-4/+13
* gallivm: Rename variable info to opcode_info.Vinson Lee2010-04-251-3/+3
* gallivm: Remove NULL check of pointer that can't be NULL.Vinson Lee2010-04-241-1/+1
* llvmpipe: Implement shader bias.José Fonseca2010-04-241-6/+15
* util: Add missing static keyword.José Fonseca2010-04-241-1/+1
* util: Fix unsigned <-> ptr conversions.José Fonseca2010-04-241-3/+3
* gallivm: Centralize the cpu caps detection.José Fonseca2010-04-241-0/+10
* cso_cache: Ensure irrelevant state of the blend state is zeroed.José Fonseca2010-04-241-0/+1
* gallivm: LLVMConstBitCast -> LLVMBuildBitCastJosé Fonseca2010-04-241-2/+4
* gallium: In option helpers, move assignment outside of if clause.Vinson Lee2010-04-231-3/+9
* gallium/util: document that pack/unpack strides are in bytesBrian Paul2010-04-231-0/+10
* gallium/draw: remove old commentBrian Paul2010-04-231-1/+0
* gallium: Convert some uses of get option to staticJakob Bornecrantz2010-04-232-5/+12
* gallium: Add static get option helpersJakob Bornecrantz2010-04-231-0/+33
* gallium: Add option to not print optionsJakob Bornecrantz2010-04-231-10/+32
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-231-1/+1
* draw: use FREE() instead of free()Stephen Johnson2010-04-231-1/+1
* gallivm: implement indirect addressing over temporariesZack Rusin2010-04-223-39/+73
* gallivm: implement indirect addressing over constantsZack Rusin2010-04-221-14/+36
* gallivm: remove Z/stencil special case code in lp_build_sample_offset()Brian Paul2010-04-221-46/+8
* gallivm: update commentsZack Rusin2010-04-221-3/+12
* gallivm: fix nested cont statementsZack Rusin2010-04-221-1/+1
* gallivm: fix nested break statemantsZack Rusin2010-04-221-2/+3
* gallivm: make sure we return the correct type when approximating log'sZack Rusin2010-04-221-1/+3
* u_format: Reduce code duplication.José Fonseca2010-04-221-118/+97
* gallivm: Remove unused variable.Vinson Lee2010-04-221-3/+0
* gallium/util: Fix deviation calculation in u_cache.Vinson Lee2010-04-211-1/+1
* gallivm: added some assertions in loop-gen codeBrian Paul2010-04-211-1/+6
* gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/Brian Paul2010-04-211-1/+1
* gallivm: emit_instruction() is booleanBrian Paul2010-04-211-39/+44
* gallivm: implement TGSI KILPBrian Paul2010-04-211-2/+33
* draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).José Fonseca2010-04-211-0/+1
* gallium/draw: fix point sprite handlingBrian Paul2010-04-216-4/+25