summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 'master' into gallium-sampler-viewMichal Krol2010-03-1011-100/+35
|\ \ | |/
| * 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
| |/ /
| * | draw: Remove dead code.Vinson Lee2010-02-211-7/+1
| |/
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-192-38/+78
|/
* 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
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-227-17/+33
|\ \
| * | gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul2010-01-221-3/+3
| * | gallium/draw: added comments, whitespace fixesBrian Paul2010-01-221-8/+30
| * | draw: Remove unnecessary headers.Vinson Lee2010-01-217-9/+0
* | | gallium/draw: fix-up comments, whitespaceBrian Paul2010-01-221-6/+5
* | | gallium/draw: replace int with booleanBrian Paul2010-01-221-8/+8
* | | gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-161-1/+1
* | | draw: Fix memory leak in gs codeJakob Bornecrantz2010-01-163-0/+11
* | | draw: Add missing header include.Michal Krol2010-01-151-1/+1
* | | draw: Add GALLIUM_DUMP_VS environment variable.Luca Barbieri2010-01-152-0/+8
* | | Merge branch 'instanced-arrays'Michal Krol2010-01-1411-23/+106
|\ \ \
| * | | gallium: Handle InstanceID as a true 32-bit uint.Michal Krol2010-01-051-4/+9
| * | | Merge branch 'master' into instanced-arraysMichal Krol2010-01-0520-154/+612
| |\ \ \ | | | |/ | | |/|