st/nine: Implement D3DUSAGE_SOFTWAREPROCESSING
authorAxel Davy <axel.davy@ens.fr>
Sun, 11 Sep 2016 13:57:12 +0000 (15:57 +0200)
committerAxel Davy <axel.davy@ens.fr>
Mon, 10 Oct 2016 21:43:49 +0000 (23:43 +0200)
commitded7a73eb36e4a1cce625b2c612ec4acb85eed9e
treeb389a1887b5fab530359ecdfdb4655fc64cdb4e8
parent19703f2a363ba467288bccfa4aeef33ce1472c5f
st/nine: Implement D3DUSAGE_SOFTWAREPROCESSING

Buffers with this flag must be usable with both software
and hardware vertex processing. Use Staging for fast cpu access.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
src/gallium/state_trackers/nine/buffer9.c