Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / main / glthread_bufferobj.c
2020-04-30 Marek Olšákglthread: don't use atomics for refcounting to decrease...
2020-04-30 Marek Olšákglthread: do glBufferSubData as unsynchronized upload...
2020-03-21 Marek Olšákglthread: handle buffer unbinding via glDeleteBuffers
2020-03-21 Marek Olšákmesa: put gl_thread_state inside gl_context to remove...
2020-03-21 Marek Olšákglthread: rename marshal.h/c to glthread_marshal.h...
2020-03-21 Marek Olšákglthread: move buffer functions into glthread_bufferobj.c