summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/g3dvl/vl_context.c
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2008-06-18 22:21:11 -0400
committerYounes Manton <younes.m@gmail.com>2008-06-30 10:11:02 -0400
commit0a6aec8c0f2173cfb95ce95d12b66f090ea0ba1f (patch)
treec56b7bf6870e9258378ee653b19d08e7f1913aaa /src/gallium/state_trackers/g3dvl/vl_context.c
parent14d4f9e44e55e2b427579ed6788e579d70b289e7 (diff)
g3dvl: Work around SP tex cache bug, specify resource usage flags.
Diffstat (limited to 'src/gallium/state_trackers/g3dvl/vl_context.c')
-rw-r--r--src/gallium/state_trackers/g3dvl/vl_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/g3dvl/vl_context.c b/src/gallium/state_trackers/g3dvl/vl_context.c
index 59a1ccd152..3b9afabbb8 100644
--- a/src/gallium/state_trackers/g3dvl/vl_context.c
+++ b/src/gallium/state_trackers/g3dvl/vl_context.c
@@ -2218,7 +2218,6 @@ int vlDestroyContext(struct VL_CONTEXT *context)
vlDestroy(context);
- context->pipe->screen->destroy(context->pipe->screen);
context->pipe->destroy(context->pipe);
free(context);