mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
fix compile for previous commit
This commit is contained in:
parent
689ff273d1
commit
d8c187fed7
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ static void init_registers( struct brw_wm_compile *c )
|
|||
in shader varying */
|
||||
GLuint index;
|
||||
if (j > FRAG_ATTRIB_VAR0)
|
||||
index = j - (VERT_RESULT_VAR0 - FRAG_ATTRIB_VAR0)
|
||||
index = j - (VERT_RESULT_VAR0 - FRAG_ATTRIB_VAR0);
|
||||
else
|
||||
index = j;
|
||||
nr_interp_regs++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue