summaryrefslogtreecommitdiff
path: root/test/gl/object.test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-2/+2
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-2/+2
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-1/+1
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-261-4/+1
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-1/+1
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
* [glfw] Remove GL state restorationKonstantin Käfer2017-03-281-14/+0
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-1/+1
* [core] Eliminate manual HeadlessBackend activation managementJohn Firebaugh2017-02-201-2/+2
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-221-2/+2
* [test] Use shared headless displayBruno de Oliveira Abinader2016-11-171-1/+1
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-20/+8
* [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-041-1/+0
* [core] Use VAOs internallyJohn Firebaugh2016-10-281-7/+0
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-11/+3
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-4/+4
* [core] Refactor BufferJohn Firebaugh2016-10-051-7/+0
* [core] introduces types for GL objectsKonstantin Käfer2016-09-291-1/+1
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-291-1/+1
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+117