summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL/src/QueryGLImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenGL backend: reorganized headers, removed signature methods implemented by...assiduous2021-03-191-0/+1
* Updated copyright noticeassiduous2021-01-011-1/+1
* Enabled duration queries in GL backendassiduous2020-08-251-5/+18
* Enabled loading of timer query GL functions on Androidassiduous2020-08-251-11/+10
* Renamed .h -> .hpp in GraphicsEngineNextGenBase and GraphicsEngineD3D12 projectsassiduous2020-01-261-1/+1
* Added query C interface testassiduous2020-01-261-0/+3
* Added query invalidation through IQuery::Invalidate and AutoInvalidate parame...assiduous2020-01-121-2/+7
* Minor format correctionassiduous2020-01-031-1/+1
* Fixed iOS GLES build issueassiduous2020-01-031-7/+23
* Implemented queries in OpenGLassiduous2020-01-031-2/+69
* Added query interface; implemented queries in D3D11 and D3D12assiduous2020-01-031-0/+59