Mesa (gallium-sw-api-2): ws/xlib: fixup softpipe build
Keith Whitwell
keithw at kemper.freedesktop.org
Mon Mar 8 08:49:11 PST 2010
Module: Mesa
Branch: gallium-sw-api-2
Commit: 4350e025cf18ee3b570340ca8cacc8fd857eb59a
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4350e025cf18ee3b570340ca8cacc8fd857eb59a
Author: Keith Whitwell <keithw at vmware.com>
Date: Mon Mar 8 16:48:39 2010 +0000
ws/xlib: fixup softpipe build
---
src/gallium/winsys/xlib/xlib_softpipe.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/winsys/xlib/xlib_softpipe.c b/src/gallium/winsys/xlib/xlib_softpipe.c
index 9d665c3..3b51d7c 100644
--- a/src/gallium/winsys/xlib/xlib_softpipe.c
+++ b/src/gallium/winsys/xlib/xlib_softpipe.c
@@ -30,7 +30,7 @@
#include "xlib.h"
#include "softpipe/sp_texture.h"
#include "softpipe/sp_screen.h"
-#include "state_tracker/sw_winsys.h"
+#include "state_tracker/xlib_sw_winsys.h"
#include "util/u_debug.h"
static struct pipe_screen *
@@ -58,7 +58,7 @@ fail:
static void
-xlib_softpipe_display_surface(struct xmesa_buffer *xm_buffer,
+xlib_softpipe_display_surface(struct xlib_drawable *xm_buffer,
struct pipe_surface *surf)
{
struct softpipe_texture *texture = softpipe_texture(surf->texture);
More information about the mesa-commit
mailing list