summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.h
diff options
context:
space:
mode:
authorZou Nan hai <nanhai.zou@intel.com>2007-07-24 11:09:34 +0800
committerZou Nan hai <nanhai.zou@intel.com>2007-07-24 11:09:34 +0800
commitc702a7100e2aa83241e89850a97bcc23e1c6fedb (patch)
tree9b7373d181c4104c4bc0510417cb5f4bf85ed428 /src/mesa/drivers/dri/i965/brw_wm.h
parentc6d042acc94411b63f922ef68f24aa5426c0a69e (diff)
DDX DDY support, not very accurate
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 931c0038d4..22e77287f4 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.h
+++ b/src/mesa/drivers/dri/i965/brw_wm.h
@@ -194,6 +194,7 @@ struct brw_wm_compile {
GLuint nr_fp_insns;
GLuint fp_temp;
GLuint fp_interp_emitted;
+ GLuint fp_deriv_emitted;
struct prog_src_register pixel_xy;
struct prog_src_register delta_xy;