summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiutils_glx.c
Commit message (Expand)AuthorAgeFilesLines
* glx: Iterate over FBConfig and select 8 bit color sizeRafał Dzięgiel2021-01-201-2/+38
* glx: Stop specifying GLX_DEPTH_SIZEAdam Jackson2019-02-171-2/+0
* libs: remove already include string.hVíctor Manuel Jáquez Leal2018-09-251-1/+0
* libs: utils: glx: check return valueVíctor Manuel Jáquez Leal2017-08-081-3/+7
* libs: fix code style for errorsVíctor Manuel Jáquez Leal2016-11-031-9/+20
* libs: small code style fixesVíctor Manuel Jáquez Leal2016-02-031-3/+3
* libs: add gl3_bind_texture_2d()Víctor Manuel Jáquez Leal2015-11-301-17/+64
* libs: add gl_get_current_api()Víctor Manuel Jáquez Leal2015-11-301-0/+89
* libs: re-indent all source code related to VA utilities.Gwenole Beauchesne2014-01-231-673/+621
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* libs: use glib >= 2.32 semantics for mutexes.Gwenole Beauchesne2012-12-171-7/+4
* utils: drop unused GLX helpers.Gwenole Beauchesne2012-09-271-48/+0
* libs: fix build in strict ISO C mode.Gwenole Beauchesne2012-09-071-4/+2
* utils: fix gl_create_context() with parent context set.Gwenole Beauchesne2012-07-241-7/+14
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-301-1/+1
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-161-1/+1
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-161-0/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* utils: slight improvements to gl_bind_texture().Gwenole Beauchesne2012-01-161-32/+55
* utils: pretty-print output of gl_get_error_string().Gwenole Beauchesne2012-01-161-21/+15
* utils: rewrite gl_perspective() as per OpenGL FAQ 9.085.Gwenole Beauchesne2012-01-161-35/+10
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Fix licensing terms.Gwenole Beauchesne2011-06-141-10/+11
* Drop the GLX 1.3 requirement.gb2010-09-201-7/+1
* Call the GLX/Pixmap related functions through the vtable.gb2010-09-201-2/+17
* Fix GLX version check.gb2010-09-201-1/+1
* Fix OpenGL texture internal format (Clutter).gb2010-09-201-1/+4
* Fix OpenGL rendering on G45 systems.gb2010-04-201-0/+4
* Fix gl_create_context() to find a GLXFBConfig compatible with the parent GL c...gb2010-04-161-16/+49
* Fix TFP logic and simplify the FBO model. i.e. it's not necessarygb2010-04-021-39/+29
* Improve handling of GL contexts.gb2010-03-311-16/+135
* Add TFP and FBO helpers.gb2010-03-301-0/+616
* Use a projection suitable for rotation around the Y axis.gb2010-03-291-1/+65
* Add glXSwapBuffers() workaround for NVIDIA.gb2010-03-291-0/+15
* Fix texture rendering.gb2010-03-291-4/+5
* Add initial VA/GLX texture abstraction though the API is not good enough yet.gb2010-03-261-0/+126
* Add gst_vaapi_window_glx_make_current(). Handle X11 window size changes and r...gb2010-03-261-0/+28
* Add initial VA/GLX support.gb2010-03-251-0/+183