summaryrefslogtreecommitdiff
path: root/va/glx
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warning (reading garbage)Jiri Kucera2020-05-251-2/+2
* build: Remove unused macroVíctor Manuel Jáquez Leal2017-11-211-1/+0
* 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-083-1/+3
* 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
* Automake 1.13 fixupsArmin K2013-03-191-1/+1
* glx: fix gl_create_context() with parent context set.Gwenole Beauchesne2012-09-281-6/+12
* Sanitize build dependencies.Gwenole Beauchesne2012-09-271-1/+1
* API: backend: add VA display types.Gwenole Beauchesne2012-09-261-0/+1
* Fix build with alternate X11, GLX and EGL prefixes.Gwenole Beauchesne2012-06-281-1/+8
* Fix out-of-source builds.Gwenole Beauchesne2011-07-261-1/+1
* cosmetics: clean up Makefiles.Gwenole Beauchesne2011-07-261-8/+11
* 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-212-2/+2
* Drop GLX 1.3 requirement.Gwenole Beauchesne2010-07-071-6/+0
* Call GLX Pixmap related functions through the vtable.Gwenole Beauchesne2010-07-072-11/+32
* Follow up the change of "LIBVA_DRIVER_NAME", remove it from va_android.cppAustin Yuan2010-06-041-2/+0
* VA/GLX cosmetics (indentation, declarations)Gwenole Beauchesne2010-06-041-0/+2
* remove vaDisplayIsValid from libva-glxAustin Yuan2010-05-201-9/+0
* Fix build issueAustin Yuan2010-05-122-22/+22
* Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne2010-05-137-0/+1569