summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state_fs.c')
-rw-r--r--src/mesa/pipe/softpipe/sp_state_fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state_fs.c b/src/mesa/pipe/softpipe/sp_state_fs.c
index 29f965e50e..c7ef1f1cfc 100644
--- a/src/mesa/pipe/softpipe/sp_state_fs.c
+++ b/src/mesa/pipe/softpipe/sp_state_fs.c
@@ -37,7 +37,7 @@ void softpipe_set_fs_state( struct pipe_context *pipe,
memcpy(&softpipe->fs, fs, sizeof(*fs));
- softpipe->dirty |= G_NEW_FS;
+ softpipe->dirty |= SP_NEW_FS;
}