summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
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
2010-03-31draw llvm: fix iteration over buffersZack Rusin
2010-03-30Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-30draw llvm: fix a warningZack Rusin
2010-03-30draw llvm: actually set the constant buffers on the contextZack Rusin
2010-03-30draw llvm: fix some silly mistakesZack Rusin
2010-03-30draw llvm: we translate between pointers, not values directlyZack Rusin
2010-03-30draw llvm: various fixes for the translation codeZack Rusin
2010-03-29draw llvmpipe: lots of fixes for fetch/emitZack Rusin
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz
2010-03-26draw: Use translate function instead of switch casesJakob Bornecrantz
2010-03-15Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09draw: quads never provoke the first vertexMarek Olšák
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-01draw: Rename pipe formats.José Fonseca
2010-02-22draw: Remove dead code.Vinson Lee
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin