Module: Mesa Branch: master Commit: e71c1589d8e5ab3c81b0fc04f4720c74849c4f15 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e71c1589d8e5ab3c81b0fc04f4720c74849c4f15
Author: Brian Paul <[email protected]> Date: Wed Mar 24 09:00:48 2010 -0600 st/mesa: fix typo in prev commit --- src/mesa/state_tracker/st_cb_texture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracker/st_cb_texture.c index bda17cd..8cdd3ff 100644 --- a/src/mesa/state_tracker/st_cb_texture.c +++ b/src/mesa/state_tracker/st_cb_texture.c @@ -131,7 +131,7 @@ st_DeleteTextureObject(GLcontext *ctx, * crashes when the texture object is shared among contexts * and the original/owner context has already been destroyed. */ - stObj->sampler_view->context == ctx->st->pipe; + stObj->sampler_view->context = ctx->st->pipe; } pipe_sampler_view_reference(&stObj->sampler_view, NULL); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
