summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw llvm: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* gallium/draw: fix breakage from moving lp_bld_* filesBrian Paul2010-04-162-2/+2
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-162-0/+2
* draw llvm: Initialize variable.Vinson Lee2010-04-131-1/+1
* ffvertex: don't touch tex coords if coord replace is enabled.Dave Airlie2010-04-131-1/+4
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-115-7/+7
* Squashed commit of the following:Keith Whitwell2010-04-102-14/+21
* draw llvm: hook up the generated function into the draw elts pathZack Rusin2010-04-081-33/+7
* draw: Fix vertex buffer indexation.José Fonseca2010-04-081-1/+1
* draw llvm: Remove unnecessary header.Vinson Lee2010-04-081-1/+0
* draw llvm: highly reduce the compilation times for draw llvmZack Rusin2010-04-073-67/+56
* draw: Fix MSVC build (snprintf->util_snprintf).José Fonseca2010-04-071-1/+2
* draw: init draw->pt.middle.general = NULL just to be safeBrian Paul2010-04-071-0/+2
* llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca2010-04-072-7/+6
* draw llvm: Remove unnecessary headers.Vinson Lee2010-04-072-5/+0
* draw llvm: disable printing of the LLVM irZack Rusin2010-04-061-2/+2
* gallium/draw: add additional DRAW_LLVM checkBrian Paul2010-04-061-0/+3
* draw llvm: disable debugging outputZack Rusin2010-04-062-0/+4
* draw llvm: implement simple pipeline caching using variantsZack Rusin2010-04-063-35/+103
* draw llvm: fix iteration for larger vertex arraysZack Rusin2010-04-061-8/+8
* draw llvm: iterate with the correct stop over the outputsZack Rusin2010-04-061-2/+1
* draw llvm: fix draw arraysZack Rusin2010-04-063-11/+14
* draw llvm: fix loop iteration and vertex header offsetsZack Rusin2010-04-062-16/+30
* draw llvm: when generating the vertex_header struct adjust its nameZack Rusin2010-04-051-1/+4
* draw llvm: fix storing of outputs for the rest of the pipelineZack Rusin2010-04-024-54/+94
* draw llvm: fix translation of formats with variable componentsZack Rusin2010-04-021-0/+13
* draw llvm: a lot better storing implementationZack Rusin2010-04-013-4/+157
* draw llvm: fix iteration over buffersZack Rusin2010-03-312-4/+26
* Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-309-190/+152
|\
| * draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-263-8/+18
| * draw: Use translate function instead of switch casesJakob Bornecrantz2010-03-266-144/+56
| * Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-132-10/+12
| |\
| * \ Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1011-100/+35
| |\ \
| * | | gallium: WIP: Introduce sampler views.Michal Krol2010-02-192-38/+78
* | | | draw llvm: fix a warningZack Rusin2010-03-301-2/+3
* | | | draw llvm: actually set the constant buffers on the contextZack Rusin2010-03-302-2/+8
* | | | draw llvm: fix some silly mistakesZack Rusin2010-03-302-8/+15
* | | | draw llvm: we translate between pointers, not values directlyZack Rusin2010-03-301-11/+12
* | | | draw llvm: various fixes for the translation codeZack Rusin2010-03-304-242/+204
* | | | draw llvmpipe: lots of fixes for fetch/emitZack Rusin2010-03-294-170/+160
* | | | Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-1512-103/+46
|\ \ \ \ | | |_|/ | |/| |
| * | | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-112-2/+2
| * | | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-112-10/+12
| | |/ | |/|
| * | Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-3/+2
| |\ \
| | * | gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-3/+2
| | |/
| * | draw: quads never provoke the first vertexMarek Olšák2010-03-092-58/+20
| * | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-023-3/+3
| |\ \
| | * | draw: Rename pipe formats.José Fonseca2010-03-013-3/+3
| * | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-024-22/+8
| |\ \ \ | | |/ / | |/| |
| | * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-224-22/+8