summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiutils_glx.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-17glx: Stop specifying GLX_DEPTH_SIZEAdam Jackson1-2/+0
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2017-08-08libs: utils: glx: check return valueVíctor Manuel Jáquez Leal1-3/+7
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-9/+20
2016-02-03libs: small code style fixesVíctor Manuel Jáquez Leal1-3/+3
2015-11-30libs: add gl3_bind_texture_2d()Víctor Manuel Jáquez Leal1-17/+64
2015-11-30libs: add gl_get_current_api()Víctor Manuel Jáquez Leal1-0/+89
2014-01-23libs: re-indent all source code related to VA utilities.Gwenole Beauchesne1-673/+621
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2012-12-17libs: use glib >= 2.32 semantics for mutexes.Gwenole Beauchesne1-7/+4
2012-09-27utils: drop unused GLX helpers.Gwenole Beauchesne1-48/+0
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-4/+2
2012-07-24utils: fix gl_create_context() with parent context set.Gwenole Beauchesne1-7/+14
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: fix year for some copyright notices.Gwenole Beauchesne1-1/+1
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2012-01-16utils: slight improvements to gl_bind_texture().Gwenole Beauchesne1-32/+55
2012-01-16utils: pretty-print output of gl_get_error_string().Gwenole Beauchesne1-21/+15
2012-01-16utils: rewrite gl_perspective() as per OpenGL FAQ 9.085.Gwenole Beauchesne1-35/+10
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2011-06-14Fix licensing terms.Gwenole Beauchesne1-10/+11
2010-09-20Drop the GLX 1.3 requirement.gb1-7/+1
2010-09-20Call the GLX/Pixmap related functions through the vtable.gb1-2/+17
2010-09-20Fix GLX version check.gb1-1/+1
2010-09-20Fix OpenGL texture internal format (Clutter).gb1-1/+4
2010-04-20Fix OpenGL rendering on G45 systems.gb1-0/+4
2010-04-16Fix gl_create_context() to find a GLXFBConfig compatible with the parent GL c...gb1-16/+49
2010-04-02Fix TFP logic and simplify the FBO model. i.e. it's not necessarygb1-39/+29
2010-03-31Improve handling of GL contexts.gb1-16/+135
2010-03-30Add TFP and FBO helpers.gb1-0/+616
2010-03-29Use a projection suitable for rotation around the Y axis.gb1-1/+65
2010-03-29Add glXSwapBuffers() workaround for NVIDIA.gb1-0/+15
2010-03-29Fix texture rendering.gb1-4/+5
2010-03-26Add initial VA/GLX texture abstraction though the API is not good enough yet.gb1-0/+126
2010-03-26Add gst_vaapi_window_glx_make_current(). Handle X11 window size changes and r...gb1-0/+28
2010-03-25Add initial VA/GLX support.gb1-0/+183