mesa: allow buffers mapped with the persistent flag to be used by the GPU
authorMarek Olšák <marek.olsak@amd.com>
Mon, 27 Jan 2014 20:36:53 +0000 (21:36 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 25 Feb 2014 15:04:22 +0000 (16:04 +0100)
commitd26a065b7496ef69754fde6e4d0006ccb76f7f3a
tree920ac8779887a57d9fb916cf9ddf95c1b4542981
parent4f78e17f6d1dc1eacbb203ea7c5c76b20dc2a311
mesa: allow buffers mapped with the persistent flag to be used by the GPU

v2: also fixed InvalidateBufferData, added citations from the 4.4 spec

Reviewed-by: Fredrik Höglund <fredrik@kde.org>
src/mesa/main/api_validate.c
src/mesa/main/bufferobj.c
src/mesa/main/bufferobj.h
src/mesa/main/drawpix.c
src/mesa/main/pbo.c
src/mesa/main/readpix.c
src/mesa/main/texgetimage.c
src/mesa/vbo/vbo_exec_array.c