diff options
author | Keith Whitwell <[email protected]> | 2008-04-08 17:59:28 +0100 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-04-10 14:35:47 -0400 |
commit | c95dcc49629b72b95826e87e067d7a48753605fb (patch) | |
tree | c37e51d3537fc62f08e81e18e6f7c18383012933 /src/gallium/auxiliary/draw/draw_vertex.h | |
parent | 7a8ad75c89b45520043693a37d9f0c7e0b24fc5d (diff) |
remove usage of vertex_header
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vertex.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vertex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vertex.h b/src/gallium/auxiliary/draw/draw_vertex.h index abd2017ed33..65818463cae 100644 --- a/src/gallium/auxiliary/draw/draw_vertex.h +++ b/src/gallium/auxiliary/draw/draw_vertex.h @@ -47,8 +47,6 @@ */ enum attrib_emit { EMIT_OMIT, /**< don't emit the attribute */ - EMIT_ALL, /**< emit whole post-xform vertex, w/ header */ - EMIT_HEADER, /**< emit vertex_header struct (XXX temp?) */ EMIT_1F, EMIT_1F_PSIZE, /**< insert constant point size */ EMIT_2F, |