summaryrefslogtreecommitdiff
path: root/va/x11
Commit message (Expand)AuthorAgeFilesLines
* Fixes file descriptor leakGavin Stark2020-06-092-2/+8
* VA/X11: VAAPI driver mapping for iris DRI driverU. Artie Eoff2020-04-171-0/+2
* VA/X11: enable driver candidate selection for DRI2U. Artie Eoff2020-04-171-14/+112
* Return once the drawable is destroyedHaihao Xiang2018-03-131-0/+1
* Move driver context allocation to common codeMark Thompson2017-11-211-39/+35
* build: Remove unused macroVíctor Manuel Jáquez Leal2017-11-211-1/+0
* coverity: fix check_after_derefVictor Toso2017-11-161-2/+1
* Add reserved bytes to most structuresXiang, Haihao2017-09-271-0/+4
* Add namespace prefix to global DRI functions in libva-x11Mark Thompson2017-09-274-14/+14
* Add namespace prefix to globalsMark Thompson2017-09-271-1/+1
* Move VADisplay allocation to common codeMark Thompson2017-09-271-3/+2
* Move some common macro definitions to the new internal headerMark Thompson2017-09-271-2/+0
* configure fails if requirement can't be met for user's explicit requestXiang, Haihao2017-06-201-2/+0
* Avoid assertion fault when trying to draw a big pictureXiang, Haihao2017-06-061-1/+0
* va/x11: Require synchronisation to vblank with DRI2SwapBuffersChris Wilson2016-11-161-2/+3
* gcc suggests not putting ; at end of if statementsAlan Coopersmith2016-04-251-1/+1
* x11_screen driver context member initialization for X11 outputAlexandr2015-11-191-0/+1
* va/x11: Don't crash the application if it does not have access to the DRI2 de...Francois Gouget2015-09-291-1/+0
* x11: dri2: fix double Unlocks/SyncHandleLionel Landwerlin2015-03-101-4/+0
* x11: check x pixmap is still alive before DRI2DestroyDrawableLionel Landwerlin2014-12-041-20/+80
* Fix while loopXiang, Haihao2014-12-041-1/+2
* va_x11: hide private symbolsEmil Velikov2014-10-085-1/+6
* va_x11: fix klockscan issue (details is bellow)Austin Yuan2013-06-191-1/+3
* va_trace: refine the log formatElaine Wang2013-06-191-3/+3
* Automake 1.13 fixupsArmin K2013-03-191-1/+1
* Sanitize build dependencies.Gwenole Beauchesne2012-09-271-0/+2
* API: backend: add VA display types.Gwenole Beauchesne2012-09-261-0/+1
* API: backend: rename VADriverContext.dri_state to drm_state.Gwenole Beauchesne2012-09-263-10/+10
* API: introduce DRM common utilities and data structures.Benjamin Franzke2012-09-262-20/+20
* Revert Pixmap-based EGL interfaces.Gwenole Beauchesne2012-09-261-43/+0
* license header: add the missing license header to filesAustin Yuan2012-06-283-0/+69
* Fix build with alternate X11, GLX and EGL prefixes.Gwenole Beauchesne2012-06-281-1/+7
* Revert "declare vaGetDisplay in va.h instead of va_xxx.h"Gwenole Beauchesne2012-04-081-1/+1
* Remove legacy DRI supportXiang, Haihao2012-01-107-1273/+0
* New hooks to create/free native pixmapXiang, Haihao2011-12-141-0/+43
* declare vaGetDisplay in va.h instead of va_xxx.hXiang, Haihao2011-12-141-1/+1
* va_fglrx: fix driver name detection.Gwenole Beauchesne2011-10-111-11/+32
* vatrace/vafool: refine itAustin Yuan2011-09-221-9/+4
* dri2: ignore BadDrawable errors.Gwenole Beauchesne2011-07-261-1/+20
* Fix out-of-source builds.Gwenole Beauchesne2011-07-261-1/+1
* cosmetics: clean up Makefiles.Gwenole Beauchesne2011-07-261-5/+27
* VA/X11: drop useless casts.Gwenole Beauchesne2011-07-264-18/+18
* Fix vaTerminate() with non DRI-based drivers.Gwenole Beauchesne2011-06-171-1/+1
* libva: fix memeory leaks in libvaEdgar Hucek2011-06-132-0/+12
* Revert the change in VA_DRI2SwapBuffers: _XReply -->_XSendAustin Yuan2011-06-101-2/+2
* libva: several changesAustin Yuan2011-05-303-3/+21
* va: always create a new VA display on X11Xiang, Haihao2011-05-161-38/+6
* 1) test/*: enable/refine the test/* for both X11 and AndroidAustin Yuan2011-05-051-2/+2
* Make VADriverContext.vtable a pointer.Gwenole Beauchesne2011-02-091-1/+1
* Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne2010-12-211-1/+1