summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiutils_glx.c
AgeCommit message (Expand)AuthorFilesLines
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