mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
draw: strip edgeflags out of fetch-emit path
This commit is contained in:
parent
5c19e47362
commit
a8a5376406
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue