summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiutils_glx.h
Commit message (Expand)AuthorAgeFilesLines
* libs: add gl3_bind_texture_2d()Víctor Manuel Jáquez Leal2015-11-301-0/+4
* libs: add gl_get_current_api()Víctor Manuel Jáquez Leal2015-11-301-0/+14
* libs: remove unneeded headersVíctor Manuel Jáquez Leal2015-11-091-2/+0
* libs: re-indent all source code related to VA utilities.Gwenole Beauchesne2014-01-231-78/+81
* libs: check that private headers remain private.Gwenole Beauchesne2014-01-231-0/+1
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* legal: add Intel copyright on modified files.Gwenole Beauchesne2013-01-291-0/+1
* utils: drop unused GLX helpers.Gwenole Beauchesne2012-09-271-17/+0
* utils: fix build with <GL/glext.h> version >= 85.Gwenole Beauchesne2012-09-271-0/+7
* Use standard G_GNUC_INTERNAL keyword instead of attribute_hidden.Gwenole Beauchesne2012-07-191-47/+48
* glib: fix includes.Gwenole Beauchesne2012-02-071-1/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Call the GLX/Pixmap related functions through the vtable.gb2010-09-201-0/+9
* Relicense gst-libs/ code to LGPL v2.1+.gb2010-09-201-10/+11
* Fix TFP logic and simplify the FBO model. i.e. it's not necessarygb2010-04-021-10/+9
* Shorter structs.gb2010-04-011-3/+3
* Improve handling of GL contexts.gb2010-03-311-4/+19
* Add TFP and FBO helpers.gb2010-03-301-0/+102
* Add glXSwapBuffers() workaround for NVIDIA.gb2010-03-291-0/+4
* Fix texture rendering.gb2010-03-291-1/+1
* Add initial VA/GLX texture abstraction though the API is not good enough yet.gb2010-03-261-0/+20
* Add gst_vaapi_window_glx_make_current(). Handle X11 window size changes and r...gb2010-03-261-0/+10
* Add initial VA/GLX support.gb2010-03-251-0/+57