diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:32:16 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-31 15:32:16 -0600 |
commit | a778d60076f0255caff5237fb40dadfaa9e406e4 (patch) | |
tree | f9fb78b63a027a23e4be5af3a89dacc7fba1b5fa /src/mesa/pipe/xlib/xm_span.c | |
parent | 8d0d6f04a15f31c4491966767c547fe1ffbeb362 (diff) |
Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState()
Diffstat (limited to 'src/mesa/pipe/xlib/xm_span.c')
-rw-r--r-- | src/mesa/pipe/xlib/xm_span.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/xlib/xm_span.c b/src/mesa/pipe/xlib/xm_span.c index 032f08a28e..52b5c88804 100644 --- a/src/mesa/pipe/xlib/xm_span.c +++ b/src/mesa/pipe/xlib/xm_span.c @@ -4535,7 +4535,7 @@ xmesa_set_renderbuffer_funcs(struct xmesa_renderbuffer *xrb, } break; default: - _mesa_problem(NULL, "Bad pixel format in xmesa_update_state (1)"); + _mesa_problem(NULL, "Bad pixel format in xmesa_set_renderbuffer_funcs"); return; } |