summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2005-01-30 06:24:30 +0000
committerDave Airlie <airliedfreedesktop.org>2005-01-30 06:24:30 +0000
commit3aa69b39bf9a79f97f1e049e3a8429cdfc4389f4 (patch)
tree5d615e90d671529d865437b1259feff55bb68cc1 /src/mesa/main
parent5ff53cb448aa8dcf752ceaa9eb47a7c8a9c3ab0c (diff)
add number of passes count to ati_fragment_shader
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index dc3dcbba1a..416f77d25c 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1756,6 +1756,7 @@ struct ati_fragment_shader
struct program Base;
struct atifs_instruction *Instructions;
GLfloat Constants[8][4];
+ GLint NumPasses;
GLint cur_pass;
};