aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | draw: Remove dead code.Vinson Lee2010-02-221-7/+1
| |/ /
* / / gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-2210-16/+1595
|/ /
* / draw: Remove dead code.Vinson Lee2010-02-211-7/+1
|/
* draw: Add assert to check input of memcpy.Vinson Lee2010-02-141-0/+1
* draw: Use util_format_name().José Fonseca2010-02-141-1/+1
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-092-21/+13
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-032-10/+12
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-11/+0
* | llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-082-37/+0
* | Merge branch 'gallium-embedded'José Fonseca2010-02-035-0/+6
|\ \
| * | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-0/+1