summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_gs.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-2/+2
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-5/+9
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-281-1/+1
* draw: Fix memory leak in gs codeJakob Bornecrantz2010-01-161-0/+9
* 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-251-0/+338