summaryrefslogtreecommitdiff
path: root/va/glx/va_glx_impl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warning (reading garbage)Jiri Kucera2020-05-251-2/+2
* glx: strcmp compares chars not unsigned charsVíctor Manuel Jáquez Leal2017-08-101-1/+1
* glx: check OpenGL 3.1 extensionsCyril Drouet2016-03-031-3/+26
* glx: Hide private symbol va_glx_init_contextEmil Velikov2014-10-081-0/+1
* Add a workaround for a bug in xorg-server/glxRinat Ibragimov2014-04-151-0/+9
* do not request any GLX_DEPTH_SIZE in create_tfp_surfaceRinat Ibragimov2014-01-161-1/+0
* Fix possible memory leakXiang, Haihao2013-06-191-3/+9
* glx: fix gl_create_context() with parent context set.Gwenole Beauchesne2012-09-281-6/+12
* VA/GLX: drop useless casts.Gwenole Beauchesne2011-07-261-19/+19
* Make VADriverContext.vtable a pointer.Gwenole Beauchesne2011-02-091-4/+4
* Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne2010-12-211-1/+1
* Drop GLX 1.3 requirement.Gwenole Beauchesne2010-07-071-6/+0
* Call GLX Pixmap related functions through the vtable.Gwenole Beauchesne2010-07-071-11/+22
* Fix build issueAustin Yuan2010-05-121-20/+20
* Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne2010-05-131-0/+1078