summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-20 13:50:53 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-20 13:50:53 -0600
commit674d0130693f827ae9ea8e902a38c46d64444384 (patch)
tree287204fb91e8a258d3f4d98b8672a697bf630d1f /src/mesa/pipe/draw
parent086734502a614e7778533018846ee66a66df9821 (diff)
checkpoint: TGSI_ATTRIB_x tokens no longer used
Diffstat (limited to 'src/mesa/pipe/draw')
-rw-r--r--src/mesa/pipe/draw/draw_vertex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_vertex.h b/src/mesa/pipe/draw/draw_vertex.h
index 1d900b3a4e..5874c554b1 100644
--- a/src/mesa/pipe/draw/draw_vertex.h
+++ b/src/mesa/pipe/draw/draw_vertex.h
@@ -87,7 +87,7 @@ struct vertex_info
* \return slot in which the attribute was added
*/
static INLINE uint
-draw_emit_vertex_attr(struct vertex_info *vinfo, uint vfAttr,
+draw_emit_vertex_attr(struct vertex_info *vinfo,
attrib_format format, interp_mode interp)
{
const uint n = vinfo->num_attribs;