diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-11-01 10:52:31 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-11-01 10:52:31 -0600 |
commit | 0d6608ee6855e5605efc3bd9fec51ada59e208d9 (patch) | |
tree | d8cc8d613f86c7ec1f08a914a83d06c55bd04773 /src/mesa/pipe/xlib/xm_winsys.c | |
parent | b7611770ea2988d800c7e39cf9299a98cc5d260c (diff) |
Implement surface clearing w/out dependency on XMesa/Mesa stuff.
Diffstat (limited to 'src/mesa/pipe/xlib/xm_winsys.c')
-rw-r--r-- | src/mesa/pipe/xlib/xm_winsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/xlib/xm_winsys.c b/src/mesa/pipe/xlib/xm_winsys.c index ef8e78f441..e6e98ed396 100644 --- a/src/mesa/pipe/xlib/xm_winsys.c +++ b/src/mesa/pipe/xlib/xm_winsys.c @@ -341,7 +341,7 @@ xmesa_get_pipe_winsys(void) * softpipe_winsys object that corresponds to the specified screen... * * Also, this query only really matters for on-screen drawables. - * For textures and FBOs we (softpipe) can support any format. + * For textures and FBOs we (softpipe) can support any format.o */ static boolean xmesa_is_format_supported(struct softpipe_winsys *sws, uint format) |