History log of /external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de5e3774d04da66dbf85ca0705de38b7942943fe 30-Oct-2012 Marek Olšák <maraeo@gmail.com> draw: fix assertion failure in draw_emit_vertex_attr

This is a regression since b3921e1f53833420e0a0fd581f7417.

The array stores VS outputs, not FS inputs.
Now llvmpipe can do 32 varyings too.

NOTE: This is a candidate for the stable branches.

Reviewed-by: Brian Paul <brianp@vmware.com>
(cherry picked from commit 183e122bdfe27f875c3c121964484dae9587c051)
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
988e86762f07eb8b685eef6f3302566f604db2a6 04-Aug-2010 Vinson Lee <vlee@vmware.com> draw: Fix return type of draw_translate_vinfo_size.

Fixes typo from commit b609cfc7c9c38f26e7e6d6f7dd5dd6d38f4ed209.
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
b609cfc7c9c38f26e7e6d6f7dd5dd6d38f4ed209 18-Apr-2010 José Fonseca <jfonseca@vmware.com> draw: Cosmetic cleanups and comments.
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
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.h
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.h
06f198285dd1de8aa122a33413f01b573d47b8b6 01-Feb-2010 José Fonseca <jfonseca@vmware.com> draw: Add missing includes.
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
079be0fd3f1d0f52f26a95756809ac4a2325ccb1 25-Mar-2009 José Fonseca <jfonseca@vmware.com> draw: Use size_t (for x86_64).
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
72f993b5b11174c2917af29ef7a86e7866d681fb 30-Dec-2008 José Fonseca <jfonseca@vmware.com> draw: Do not specify types in bitfields.

As advised by gcc -pedantic.
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
9b827018133868e84ddc0998a5b5387584c7478c 06-Oct-2008 Michal Krol <michal@tungstengraphics.com> draw: Fix compiler errors on Windows.
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
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.h
7b85ea19de09d4e7e077ca147528e90e52683690 27-May-2008 Keith Whitwell <keith@tungstengraphics.com> draw: support psize in vs_varient paths

Preserve the vinfo "EMIT_*" format descriptors in the varient key,
and deal with PSIZE directly in each implementation.
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
68a7cb21fa14eac9e38bf398623739a892cc0d52 19-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> draw: rearrange debug code
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
c95dcc49629b72b95826e87e067d7a48753605fb 08-Apr-2008 Keith Whitwell <keith@tungstengraphics.com> remove usage of vertex_header
/external/mesa3d/src/gallium/auxiliary/draw/draw_vertex.h
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.h
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.h