summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_type.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger2014-05-191-1/+19
* gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca2014-05-141-8/+0
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-21/+7
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-081-0/+25
* gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee2011-07-111-2/+2
* gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.Vinson Lee2011-07-111-0/+2
* gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-021-1/+0
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-18/+20
* gallivm: added lp_elem_type()Brian Paul2010-11-041-0/+16
* llvmpipe: Store often used LLVM types in the lp_build_context.José Fonseca2010-06-021-2/+18
* gallivm: handle pointer types in lp_dump_llvmtype()Brian Paul2010-05-201-0/+5
* gallivm: added some vector length sanity checksBrian Paul2010-05-141-0/+2
* gallivm: added lp_sizeof_llvm_type()Brian Paul2010-05-141-0/+37
* gallivm: added lp_dump_llvmtype() debug helperBrian Paul2010-05-131-0/+36
* gallivm: comment out LLVMUnionTypeKind caseBrian Paul2010-05-121-0/+2
* gallivm: added lp_typekind_name() util functionBrian Paul2010-05-121-0/+45
* gallivm: Handle scalar types in lp_build_*_type.José Fonseca2010-03-111-2/+11
* gallivm: clarify unsigned vs. signed integer type constructionBrian Paul2010-03-041-0/+20
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+222