mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
r300g: remove double assignment
Trivial. Found by Coccinelle.
This commit is contained in:
parent
6acf22a179
commit
047c6fe2c5
1 changed files with 0 additions and 1 deletions
|
|
@ -1234,7 +1234,6 @@ struct pipe_surface* r300_create_surface_custom(struct pipe_context * ctx,
|
|||
surface->base.u.tex.first_layer = surf_tmpl->u.tex.first_layer;
|
||||
surface->base.u.tex.last_layer = surf_tmpl->u.tex.last_layer;
|
||||
|
||||
surface->buf = tex->buf;
|
||||
surface->buf = tex->buf;
|
||||
|
||||
/* Prefer VRAM if there are multiple domains to choose from. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue