summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
2010-04-23draw: use FREE() instead of free()Stephen Johnson
2010-04-22gallivm: implement indirect addressing over temporariesZack Rusin
2010-04-21draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).José Fonseca
2010-04-21gallium/draw: fix point sprite handlingBrian Paul
2010-04-21gallium/draw: use local var to simplify codeBrian Paul
2010-04-20gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca
2010-04-20draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...José Fonseca
2010-04-20draw: Remove draw_vs_llvm.c.José Fonseca
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-20draw: No need to rebase for elt_bias.José Fonseca
2010-04-20draw: Fix cache elt_bias implementation.José Fonseca
2010-04-20draw: Fix typo resulting from bad regular expression in index bias addition.José Fonseca
2010-04-20draw llvm: Move dereference of pointer after NULL check.Vinson Lee
2010-04-19draw llvm: Remove unnecessary header.Vinson Lee
2010-04-19draw llvm: make sure use_llvm isn't used when not definedZack Rusin
2010-04-19draw llvm: fix typo (boolean, not bool)Zack Rusin
2010-04-19draw llvm: allow runtime switching of pipelines (yes/no to llvm)Zack Rusin
2010-04-19draw llvm: fix constructor messZack Rusin
2010-04-19draw: Implement index bias.José Fonseca
2010-04-19gallium/draw: use a local var to simplify some codeBrian Paul
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-18draw: Cosmetic cleanups and comments.José Fonseca
2010-04-16draw llvm: Remove unnecessary header.Vinson Lee
2010-04-16gallium/draw: fix breakage from moving lp_bld_* filesBrian Paul
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul
2010-04-13draw llvm: Initialize variable.Vinson Lee
2010-04-13ffvertex: don't touch tex coords if coord replace is enabled.Dave Airlie
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-08draw llvm: hook up the generated function into the draw elts pathZack Rusin
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-07draw: init draw->pt.middle.general = NULL just to be safeBrian Paul
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca
2010-04-07draw llvm: Remove unnecessary headers.Vinson Lee
2010-04-06draw llvm: disable printing of the LLVM irZack Rusin
2010-04-06gallium/draw: add additional DRAW_LLVM checkBrian Paul
2010-04-06draw llvm: disable debugging outputZack 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-02draw llvm: fix translation of formats with variable componentsZack Rusin
2010-04-01draw llvm: a lot better storing implementationZack Rusin