summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vertex.h
AgeCommit message (Collapse)Author
2010-08-04draw: Fix return type of draw_translate_vinfo_size.Vinson Lee
Fixes typo from commit b609cfc7c9c38f26e7e6d6f7dd5dd6d38f4ed209.
2010-04-18draw: Cosmetic cleanups and comments.José Fonseca
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz
Needed for i915g, also fixed swizzle in draw_vs_aos_io.
2010-03-26draw: Use translate function instead of switch casesJakob Bornecrantz
2010-02-01draw: Add missing includes.José Fonseca
2009-03-25draw: Use size_t (for x86_64).José Fonseca
2008-12-30draw: Do not specify types in bitfields.José Fonseca
As advised by gcc -pedantic.
2008-10-06draw: Fix compiler errors on Windows.Michal Krol
2008-10-06make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
Preserve the vinfo "EMIT_*" format descriptors in the varient key, and deal with PSIZE directly in each implementation.
2008-04-19draw: rearrange debug codeKeith Whitwell
2008-04-10remove usage of vertex_headerKeith Whitwell
2008-03-13gallium: added new EMIT_HEADER tokenBrian
Used to emit the struct vertex_header info for softpipe. Before we were using the EMIT_ALL token but that's insufficient for the draw pass-through mode. EMIT_ALL might get removed soon...
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)