summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglquery.h
Commit message (Collapse)AuthorAgeFilesLines
* gl/docs: document new API added in 1.10Matthew Waters2016-11-031-0/+11
| | | | | | | | GstGLRenderbuffer GstGLFramebuffer GstGLQuery GstEGLImage GstGLMemoryEGL
* gstgl: Add GST_EXPORT to all symbols used on WindowsNirbheek Chauhan2016-10-271-0/+8
| | | | | This is a requirement for those symbols to be exported in gstgl-1.0.dll when building with the MSVC compiler
* gl: add necessary padding bytes to all public structsMatthew Waters2016-09-281-0/+3
|
* gl: add a gstglquery object for arbitrary GL queriesMatthew Waters2016-01-151-0/+140
Currently only GL_TIME_ELAPSED and GL_TIMESTAMP are supported