summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/draw: use local var to simplify codeBrian Paul2010-04-211-17/+18
* targets: Don't check if we should use traceJakob Bornecrantz2010-04-211-3/+2
* gallivm: Remove unnecessary headers.Vinson Lee2010-04-202-3/+0
* gallium/util: remove bogus return statementBrian Paul2010-04-201-1/+1
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-202-2/+2
* gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca2010-04-204-57/+92
* gallivm: Cleanups and bugfixes to aos format translation.José Fonseca2010-04-202-128/+36
* draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...José Fonseca2010-04-201-4/+20
* gallivm: New function to fetch a pixel into a 4xfloat AoS vector.José Fonseca2010-04-202-10/+50
* gallivm: Bring aos format back to life.José Fonseca2010-04-203-0/+382
* draw: Remove draw_vs_llvm.c.José Fonseca2010-04-205-142/+3
* Merge branch 'gallium-index-bias'José Fonseca2010-04-208-43/+63
|\
| * draw: No need to rebase for elt_bias.José Fonseca2010-04-201-7/+5
| * draw: Fix cache elt_bias implementation.José Fonseca2010-04-201-5/+8
| * draw: Fix typo resulting from bad regular expression in index bias addition.José Fonseca2010-04-201-4/+4
| * draw: Implement index bias.José Fonseca2010-04-198-46/+65
* | draw llvm: Move dereference of pointer after NULL check.Vinson Lee2010-04-201-1/+3
* | draw llvm: Remove unnecessary header.Vinson Lee2010-04-191-1/+0
* | gallivm: pass 3D texture stride as an arrayBrian Paul2010-04-192-9/+18
* | draw llvm: make sure use_llvm isn't used when not definedZack Rusin2010-04-191-1/+1
* | draw llvm: fix typo (boolean, not bool)Zack Rusin2010-04-191-1/+1
* | draw llvm: allow runtime switching of pipelines (yes/no to llvm)Zack Rusin2010-04-192-1/+4
* | draw llvm: fix constructor messZack Rusin2010-04-193-28/+9
* | gallium/util: specify binding type for blit src textureBrian Paul2010-04-191-0/+1