summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-0/+1
| * | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-022-0/+2
| * | draw: Add missing includes.José Fonseca2010-02-011-0/+2
* | | draw: remove old hard-coded shader length limitsBrian Paul2010-02-023-12/+20
* | | draw: re-implement free_bit() with ffs()Brian Paul2010-02-022-12/+2
* | | draw: comments and var renamingBrian Paul2010-02-021-10/+13
* | | draw: add const qualifiers, fix return typesBrian Paul2010-02-022-4/+6
* | | draw: new, updated commentsBrian Paul2010-02-021-4/+20
|/ /
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-2812-19/+19
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-2816-68/+106
* | gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-282-2/+2
* | gallium/draw: Remove unnecessary headers.Vinson Lee2010-01-272-3/+0