Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glthread: track primitive restart state | Marek Olšák | 2020-04-30 | 1 | -0/+2 |
* | glthread: reduce dereferences of the next batch | Marek Olšák | 2020-04-27 | 1 | -2/+2 |
* | glthread: use 32-bit align instead of 64-bit ALIGN | Marek Olšák | 2020-04-27 | 1 | -1/+1 |
* | glthread: ignore vertex arrays with user pointers if they're disabled | Marek Olšák | 2020-03-20 | 1 | -4/+9 |
* | glthread: track which vertex array attribs are enabled | Marek Olšák | 2020-03-20 | 1 | -0/+29 |
* | glthread: rename non_vbo helper functions | Marek Olšák | 2020-03-20 | 1 | -4/+4 |
* | glthread: handle buffer unbinding via glDeleteBuffers | Marek Olšák | 2020-03-20 | 1 | -10/+7 |
* | mesa: put gl_thread_state inside gl_context to remove pointer indirection | Marek Olšák | 2020-03-20 | 1 | -5/+5 |
* | glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c | Marek Olšák | 2020-03-20 | 1 | -0/+378 |