gallium/graw: stop using user_buffer_create
authorMarek Olšák <maraeo@gmail.com>
Sat, 12 May 2012 10:56:19 +0000 (12:56 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 12 May 2012 21:13:45 +0000 (23:13 +0200)
commit1a840cc5925f52079916feb2c456816a7a91d627
tree1d44a4feeddbd623ae08a93a0c94a7ec6a98981d
parent685a28fd8a046e8dac02c2c26ab8b169de7a2a29
gallium/graw: stop using user_buffer_create

This is compile-tested.
16 files changed:
src/gallium/auxiliary/util/u_inlines.h
src/gallium/tests/graw/fs-fragcoord.c
src/gallium/tests/graw/fs-frontface.c
src/gallium/tests/graw/fs-test.c
src/gallium/tests/graw/fs-write-z.c
src/gallium/tests/graw/gs-test.c
src/gallium/tests/graw/occlusion-query.c
src/gallium/tests/graw/quad-sample.c
src/gallium/tests/graw/quad-tex.c
src/gallium/tests/graw/shader-leak.c
src/gallium/tests/graw/tex-srgb.c
src/gallium/tests/graw/tex-swizzle.c
src/gallium/tests/graw/tri-gs.c
src/gallium/tests/graw/tri-instanced.c
src/gallium/tests/graw/tri.c
src/gallium/tests/graw/vs-test.c