mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 19:30:38 +01:00
Haihao Xiang's edgeflag patch.
This commit is contained in:
parent
c4649208f0
commit
897b9c5cb2
1 changed files with 3 additions and 0 deletions
|
|
@ -280,6 +280,9 @@ void brw_loopback_vertex_list( GLcontext *ctx,
|
|||
GLuint i, nr = 0;
|
||||
|
||||
for (i = 0 ; i <= BRW_ATTRIB_TEX7 ; i++) {
|
||||
if (i == BRW_ATTRIB_INDEX || i == BRW_ATTRIB_EDGEFLAG)
|
||||
continue;
|
||||
|
||||
if (attrsz[i]) {
|
||||
la[nr].target = i;
|
||||
la[nr].sz = attrsz[i];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue