diff options
author | Brian <[email protected]> | 2007-07-13 09:23:41 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-13 09:23:41 -0600 |
commit | 676fcf0de270651311a6b812e98f2e71d7dae925 (patch) | |
tree | 9b1f013c99c88e5640186f33f138b58b5771f280 /src/mesa/drivers/x11 | |
parent | aa0f415c8d5d79d0763fca49d91b1963bf0975f6 (diff) |
minor rename
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/xm_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/xm_surface.c b/src/mesa/drivers/x11/xm_surface.c index 8ae5c248f43..58081a36a03 100644 --- a/src/mesa/drivers/x11/xm_surface.c +++ b/src/mesa/drivers/x11/xm_surface.c @@ -330,7 +330,7 @@ create_stencil_surface(XMesaContext xmctx, struct gl_renderbuffer *rb) xmsurf = CALLOC_STRUCT(xmesa_surface); if (xmsurf) { - xmsurf->sps.surface.format = PIPE_FORMAT_S8; + xmsurf->sps.surface.format = PIPE_FORMAT_U_S8; xmsurf->sps.surface.width = rb->Width; xmsurf->sps.surface.height = rb->Height; xmsurf->sps.read_quad_stencil = read_quad_stencil; |