mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 23:20:08 +01:00
gallium: remove unnecessary assignment
This commit is contained in:
parent
3197ad5a56
commit
681b78fc60
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ softpipe_texture_create_screen(struct pipe_screen *screen,
|
|||
|
||||
spt->base = *templat;
|
||||
spt->base.refcount = 1;
|
||||
spt->base.pipe = NULL;
|
||||
spt->base.screen = screen;
|
||||
|
||||
softpipe_texture_layout(spt);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue