summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |\ \
| * | | Add lame support for instanceID to draw module.Michal Krol2009-12-307-13/+46
| * | | draw: Implement draw_arrays() in terms of draw_arrays_instanced().Michal Krol2009-12-301-26/+18
| * | | Implement instanced indexed draw.Michal Krol2009-12-303-0/+3
| * | | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-299-1/+51
* | | | gallium/draw: s/clipper/clip_stage/ to be consistant with other stagesBrian Paul2010-01-131-9/+9
* | | | gallium/draw: whitespace and commentsBrian Paul2010-01-131-7/+9
* | | | gallium/draw: remove always-true conditionalBrian Paul2010-01-131-3/+1
* | | | gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-3/+3
* | | | gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-3/+3
| |/ / |/| |
* | | gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-47/+0
* | | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-47/+0
* | | gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin2009-12-251-7/+6
* | | draw: disable some debugging output coming from the geometry shadersZack Rusin2009-12-251-5/+5
* | | draw/tgsi: fix geometry shader input/output swizzlingZack Rusin2009-12-251-0/+1
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-2520-63/+615
|/ /
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-2210-66/+71
|\ \
| * | gallium: edgeflags change fixesRoland Scheidegger2009-12-161-4/+7
| * | gallium: more work for edgeflags changesRoland Scheidegger2009-12-148-30/+15
| * | gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-098-46/+63
* | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-172-2/+0
|\| |
| * | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-2/+0
| |\ \
| | * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-302-2/+0
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-032-2/+5
|/ / /
* | | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-014-328/+330
|\ \ \
| * | | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-244-104/+104
| * | | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-244-84/+84
| * | | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-243-38/+38
| * | | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-244-243/+243
| * | | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-243-17/+17