diff options
author | Zack Rusin <[email protected]> | 2007-10-01 06:25:23 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-03 10:33:38 -0400 |
commit | a7e997cfc5d909eebbc16ba5b0362e9778f01561 (patch) | |
tree | 63d147b3bf38ce81803c16d9f18bcc43ec36ef18 /src/mesa/state_tracker/st_context.h | |
parent | 5e4309ee92560caed70ff6975c4a59aaa5d86542 (diff) |
Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAM
which is being hit all the time. Done by Keith really.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index da4fd0d4e40..b4ae041d36c 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -45,7 +45,6 @@ struct cso_blend; #define ST_NEW_MESA 0x1 /* Mesa state has changed */ #define ST_NEW_FRAGMENT_PROGRAM 0x2 #define ST_NEW_VERTEX_PROGRAM 0x4 -#define ST_NEW_SHADER 0x8 struct st_state_flags { |