summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
diff options
context:
space:
mode:
authorCooper Yuan <cooperyuan@gmail.com>2009-09-15 15:25:47 +0800
committerCooper Yuan <cooperyuan@gmail.com>2009-09-15 15:25:47 +0800
commit287f0072d2bb8b74500076685830c397c580e4a2 (patch)
tree1007a02bd3fc1e2529d4636c263d73b0168f9e2c /src/gallium/winsys
parent2ef8c60e558938686196bf8ff4d22fd57903bf4c (diff)
st/g3dvl: pass color values to softpipe clear function
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r--src/gallium/winsys/g3dvl/xsp_winsys.c1
1 files changed, 1 insertions, 0 deletions
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
)
{