History log of /external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cacdc42e36d27d49b6deb0f1ea57f564ad31c88f 01-May-2011 Marek Olšák <maraeo@gmail.com> draw: remove set-but-unused variable
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
fe306e7ea5e789adc955653d9be8cd7f8af47264 25-Mar-2010 Jakob Bornecrantz <wallbraker@gmail.com> draw: Add EMIT_4UB_BGRA format

Needed for i915g, also fixed swizzle in draw_vs_aos_io.
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
84a8347b9f6ef0c1b2519e9bd5fef2ce3c85afb7 25-Mar-2010 Jakob Bornecrantz <wallbraker@gmail.com> draw: Use translate function instead of switch cases
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
53d4706c6c0922160f310834daaec5718ff1c511 10-Sep-2008 Keith Whitwell <keith@tungstengraphics.com> make draw's vertex_info struct smaller/quicker to compare with memcmp()
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
68a7cb21fa14eac9e38bf398623739a892cc0d52 19-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: rearrange debug code
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
507fbe2d327efb8d608ce8e07436b97321560808 19-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: move some pipeline-specific code & state to draw_pipe.[ch]
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
c95dcc49629b72b95826e87e067d7a48753605fb 08-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> remove usage of vertex_header
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
b9518a4e39f739a31dd3f62d67563944f8c266a9 13-Mar-2008 Brian <brian.paul@tungstengraphics.com> gallium: added new EMIT_HEADER token

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...
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c
92fcbf6e7bc622dcace226bb70ff6d5cdbdbaecb 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: s/aux/auxiliary/.

"aux" is a reserved name on Windows (X_X)
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.c