From c32114460dbb7f33885c181a0d7dee07b15b8751 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 3 Feb 2014 03:42:17 +0100 Subject: gallium: remove PIPE_USAGE_STATIC Reviewed-by: Brian Paul --- src/gallium/tests/graw/quad-tex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/tests/graw/quad-tex.c') diff --git a/src/gallium/tests/graw/quad-tex.c b/src/gallium/tests/graw/quad-tex.c index 9e4407e442e..5f90166830f 100644 --- a/src/gallium/tests/graw/quad-tex.c +++ b/src/gallium/tests/graw/quad-tex.c @@ -59,7 +59,7 @@ static void set_vertices( void ) vbuf.buffer_offset = 0; vbuf.buffer = pipe_buffer_create_with_data(info.ctx, PIPE_BIND_VERTEX_BUFFER, - PIPE_USAGE_STATIC, + PIPE_USAGE_DEFAULT, sizeof(vertices), vertices); -- cgit v1.2.3