OSDN Git Service

mesa: additional assertions for ctx->Driver.UnmapBuffer()
authorBrian Paul <brianp@vmware.com>
Mon, 31 Aug 2009 14:59:38 +0000 (08:59 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 31 Aug 2009 15:01:58 +0000 (09:01 -0600)
commit822c7964819ca1fcc270880d4ca8b3de8a4276d0
tree67b3d95ffab71f687967508cf679719554e0a4b2
parent28c159d61461dab0963860725b77fc56566838fa
mesa: additional assertions for ctx->Driver.UnmapBuffer()

The Pointer, Offset and Lenght fields should be cleared by the driver function
since ctx->Driver.Unmap() may be called from VBO code, etc.
src/mesa/main/bufferobj.c