projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689ff27
)
fix compile for previous commit
author
Zou Nan hai
<nanhai.zou@intel.com>
Tue, 19 Feb 2008 06:53:58 +0000
(14:53 +0800)
committer
Zou Nan hai
<nanhai.zou@intel.com>
Tue, 19 Feb 2008 06:53:58 +0000
(14:53 +0800)
src/mesa/drivers/dri/i965/brw_wm_pass2.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_wm_pass2.c
b/src/mesa/drivers/dri/i965/brw_wm_pass2.c
index 766edc8dacce620d813daac9f450f616336cc7d7..6fca9ad220afbf444a5304b6bf70361fe23ed87b 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_wm_pass2.c
+++ b/
src/mesa/drivers/dri/i965/brw_wm_pass2.c
@@
-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++;