summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-01-10 22:19:14 +0100
committerChristian König <[email protected]>2011-01-10 22:19:14 +0100
commitb725bbebae19890ceaaa31c1d7fb7f155ac3b6ef (patch)
treee8da70a8ee4386b032ce6224f701a5b2056c24a5 /src
parent1b1c15a54aab7971d8296dc184a004dfd7bb5b3c (diff)
[g3dvl] static usage for intermediate buffer
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
index 922bff73717..3b94e104b44 100644
--- a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
+++ b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
@@ -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;