summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_llvm.c
AgeCommit message (Expand)Author
2010-10-04draw: added userclip planes and updated variant_keydelphi
2010-09-29draw: added viewport and cliptest flagsHui Qi Tay
2010-09-29draw: cliptest and viewport done in a single loop in vertex shaderHui Qi Tay
2010-09-25draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic stateJosé Fonseca
2010-08-22draw: reduce the size of the llvm variant keyKeith Whitwell
2010-08-16draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)Luca Barbieri
2010-08-08draw: Remove unused variable.José Fonseca
2010-08-08draw: Use the correct type for integersnobled
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-29draw: Also emit EMMS on generated LLVM IR.José Fonseca
2010-07-22draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul
2010-07-19draw: fix incorrect instancing divisor in LLVM codeBrian Paul
2010-07-16draw/llvm: adjust the instance id at run timeZack Rusin
2010-07-16draw: use the instance id when fetching vertex dataZack Rusin
2010-07-08draw: Fix off-by-one error in assert.Vinson Lee
2010-07-06draw: make sure softpipe doesn't crash with vertex tex samplingZack Rusin
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-06-25draw: limit the number of vertex shader variants kept aroundZack Rusin
2010-06-16draw: add alloc checkAlan Hourihane
2010-05-30draw: Use pointer_to_func() instead of custom wrappers.José Fonseca
2010-05-15draw: Use GALLIVM_DEBUG opt.José Fonseca
2010-05-13draw: silence casting warningsBrian Paul
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-05-06gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin
2010-05-03Reorder LLVM passes, running mem2reg earlier.Török Edwin
2010-04-30draw: Fix memory leaks in llvm code.José Fonseca
2010-04-29draw llvm: stay in bounds even if fetch_count % 4 != 0Zack Rusin
2010-04-26draw/llvm: implement fetch elts pathsZack Rusin
2010-04-25draw: Respect pipe_vertex_buffer::max_index in llvm generated code.José Fonseca
2010-04-23draw: use FREE() instead of free()Stephen Johnson
2010-04-22gallivm: implement indirect addressing over temporariesZack Rusin
2010-04-19draw llvm: Remove unnecessary header.Vinson Lee
2010-04-19draw llvm: fix constructor messZack Rusin
2010-04-16gallium/draw: fix breakage from moving lp_bld_* filesBrian Paul
2010-04-13draw llvm: Initialize variable.Vinson Lee
2010-04-08draw: Fix vertex buffer indexation.José Fonseca
2010-04-08draw llvm: Remove unnecessary header.Vinson Lee
2010-04-07draw llvm: highly reduce the compilation times for draw llvmZack Rusin
2010-04-07draw: Fix MSVC build (snprintf->util_snprintf).José Fonseca
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca
2010-04-06draw llvm: disable printing of the LLVM irZack Rusin
2010-04-06draw llvm: implement simple pipeline caching using variantsZack Rusin
2010-04-06draw llvm: fix iteration for larger vertex arraysZack Rusin
2010-04-06draw llvm: iterate with the correct stop over the outputsZack Rusin
2010-04-06draw llvm: fix draw arraysZack Rusin
2010-04-06draw llvm: fix loop iteration and vertex header offsetsZack Rusin
2010-04-05draw llvm: when generating the vertex_header struct adjust its nameZack Rusin
2010-04-02draw llvm: fix storing of outputs for the rest of the pipelineZack Rusin
2010-04-01draw llvm: a lot better storing implementationZack Rusin