diff options
| -rw-r--r-- | src/gallium/drivers/softpipe/sp_texture.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c index 84a497c351..0cb4b2f03c 100644 --- a/src/gallium/drivers/softpipe/sp_texture.c +++ b/src/gallium/drivers/softpipe/sp_texture.c @@ -219,6 +219,8 @@ softpipe_get_tex_surface(struct pipe_screen *screen,     assert(level <= pt->last_level);     ps = CALLOC_STRUCT(pipe_surface); +   ps->refcount = 1; +   ps->winsys = ws;     if (ps) {        assert(ps->refcount);        assert(ps->winsys);  | 
