mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 04:00:32 +01:00
Revert "softpipe: squash warning"
This reverts commit 1f0f029ba6.
Which broke the debug build.
This commit is contained in:
parent
0588858702
commit
4ebede8c7f
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue