mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
[g3dvl] static usage for intermediate buffer
This commit is contained in:
parent
1b1c15a54a
commit
b725bbebae
1 changed files with 1 additions and 1 deletions
|
|
@ -888,7 +888,7 @@ vl_mpeg12_mc_init_buffer(struct vl_mpeg12_mc_renderer *renderer, struct vl_mpeg1
|
|||
template.width0 = renderer->buffer_width;
|
||||
template.height0 = renderer->buffer_height;
|
||||
template.depth0 = 1;
|
||||
template.usage = PIPE_USAGE_DYNAMIC;
|
||||
template.usage = PIPE_USAGE_STATIC;
|
||||
template.bind = PIPE_BIND_SAMPLER_VIEW;
|
||||
template.flags = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue