summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.h
diff options
context:
space:
mode:
authorZou Nan hai <nanhai.zou@intel.com>2008-03-21 18:16:11 +0800
committerZou Nan hai <nanhai.zou@intel.com>2008-03-21 18:16:11 +0800
commit7936c614abc165270852bc5e7e316747a9cacdfb (patch)
treee15906685042100784a117b02bbf490645861697 /src/mesa/drivers/dri/i965/brw_wm.h
parent7233eabaf0072b7c50e4f26ec33738b5b89aad20 (diff)
[i965] multiple rendering target fix
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h
index 5ca2a634c0..297617ee2d 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.h
+++ b/src/mesa/drivers/dri/i965/brw_wm.h
@@ -199,6 +199,7 @@ struct brw_wm_compile {
GLuint nr_fp_insns;
GLuint fp_temp;
GLuint fp_interp_emitted;
+ GLuint fp_fragcolor_emitted;
GLuint fp_deriv_emitted;
struct prog_src_register pixel_xy;