Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glthread: ignore vertex arrays with user pointers if they're disabled | Marek Olšák | 2020-03-20 | 1 | -3/+6 |
* | glthread: track which vertex array attribs are enabled | Marek Olšák | 2020-03-20 | 1 | -0/+24 |
* | glthread: handle buffer unbinding via glDeleteBuffers | Marek Olšák | 2020-03-20 | 1 | -3/+2 |
* | mesa: put gl_thread_state inside gl_context to remove pointer indirection | Marek Olšák | 2020-03-20 | 1 | -5/+5 |
* | glthread: don't execute any custom VAO and BindBuffer code in the Core profile | Marek Olšák | 2020-03-20 | 1 | -1/+1 |
* | glthread: track for each VAO whether the user has set a user pointer | Marek Olšák | 2020-03-06 | 1 | -0/+144 |