summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-02-28 13:18:12 -0800
committerEric Anholt <eric@anholt.net>2008-02-28 13:18:48 -0800
commit9c8f27ba1366da07e20e86a0d48341ea97f5cda4 (patch)
tree91715a7dfa5ade8e0a85f494eec63a033625c44c /src/mesa/drivers/dri/i965/brw_wm.h
parent3f0301d7bc90b05914e201e366d7f3189d9248e3 (diff)
[965] Bug #9151: make fragment.position return window coords not screen coords.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h
index 01e38598cf..645286d470 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.h
+++ b/src/mesa/drivers/dri/i965/brw_wm.h
@@ -72,6 +72,8 @@ struct brw_wm_prog_key {
GLuint pad1:24;
GLuint program_string_id:32;
+ GLuint origin_x, origin_y;
+ GLuint drawable_height;
};