draw: strip edgeflags out of fetch-emit path

This commit is contained in:
Keith Whitwell 2008-04-07 12:28:31 +01:00
parent 5c19e47362
commit a8a5376406

View file

@ -149,7 +149,7 @@ fetch_store_general( struct fetch_emit_middle_end *feme,
uint i, j;
for (i = 0; i < count; i++) {
unsigned elt = fetch_elts[i];
unsigned elt = fetch_elts[i] & ~DRAW_PT_FLAG_MASK;
for (j = 0; j < feme->nr_fetch; j++) {
float attrib[4];