projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7528f14
)
st/vega: Destroy the pipe context with vg_context.
author
Chia-I Wu
<olv@lunarg.com>
Thu, 2 Dec 2010 09:26:55 +0000
(17:26 +0800)
committer
Chia-I Wu
<olv@lunarg.com>
Thu, 2 Dec 2010 09:27:38 +0000
(17:27 +0800)
src/gallium/state_trackers/vega/vg_manager.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/vega/vg_manager.c
b/src/gallium/state_trackers/vega/vg_manager.c
index d538e665dae5cf18cbd390d059241b1c031ad201..de935768b22cfb8111ab970788d2ddcf58b208af 100644
(file)
--- a/
src/gallium/state_trackers/vega/vg_manager.c
+++ b/
src/gallium/state_trackers/vega/vg_manager.c
@@
-152,7
+152,10
@@
static void
vg_context_destroy(struct st_context_iface *stctxi)
{
struct vg_context *ctx = (struct vg_context *) stctxi;
+ struct pipe_context *pipe = ctx->pipe;
+
vg_destroy_context(ctx);
+ pipe->destroy(pipe);
}
static struct st_context_iface *