From 287f0072d2bb8b74500076685830c397c580e4a2 Mon Sep 17 00:00:00 2001 From: Cooper Yuan Date: Tue, 15 Sep 2009 15:25:47 +0800 Subject: st/g3dvl: pass color values to softpipe clear function --- src/gallium/winsys/g3dvl/xsp_winsys.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/winsys/g3dvl/xsp_winsys.c') diff --git a/src/gallium/winsys/g3dvl/xsp_winsys.c b/src/gallium/winsys/g3dvl/xsp_winsys.c index 698c2856a4..37d60ce540 100644 --- a/src/gallium/winsys/g3dvl/xsp_winsys.c +++ b/src/gallium/winsys/g3dvl/xsp_winsys.c @@ -105,6 +105,7 @@ static struct pipe_buffer* xsp_surface_buffer_create unsigned height, enum pipe_format format, unsigned usage, + unsigned tex_usage, unsigned *stride ) { -- cgit v1.2.3