diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-22 21:17:21 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-22 21:17:21 +0100 |
commit | 4ebede8c7f43a83adfc73dcca783de2e9efcd9ba (patch) | |
tree | 29eba4a5136f85827468395409f01afef173ded7 /src/gallium/drivers/softpipe | |
parent | 0588858702d1a5c9c08573ea6817e2e149473cf6 (diff) |
Revert "softpipe: squash warning"
This reverts commit 1f0f029ba6f22ef4ada01fcdc153da91571a7963.
Which broke the debug build.
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_state_fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state_fs.c b/src/gallium/drivers/softpipe/sp_state_fs.c index 525cea9eed..2921066ce3 100644 --- a/src/gallium/drivers/softpipe/sp_state_fs.c +++ b/src/gallium/drivers/softpipe/sp_state_fs.c @@ -82,6 +82,7 @@ softpipe_bind_fs_state(struct pipe_context *pipe, void *fs) void softpipe_delete_fs_state(struct pipe_context *pipe, void *fs) { + struct softpipe_context *softpipe = softpipe_context(pipe); struct sp_fragment_shader *state = fs; assert(fs != softpipe->fs); |