| Commit message (Expand) | Author | Age | Files | Lines |
* | Move driver context allocation to common code | Mark Thompson | 2017-11-21 | 1 | -39/+35 |
* | build: Remove unused macro | Víctor Manuel Jáquez Leal | 2017-11-21 | 1 | -1/+0 |
* | coverity: fix check_after_deref | Victor Toso | 2017-11-16 | 1 | -2/+1 |
* | Add reserved bytes to most structures | Xiang, Haihao | 2017-09-27 | 1 | -0/+4 |
* | Add namespace prefix to global DRI functions in libva-x11 | Mark Thompson | 2017-09-27 | 4 | -14/+14 |
* | Add namespace prefix to globals | Mark Thompson | 2017-09-27 | 1 | -1/+1 |
* | Move VADisplay allocation to common code | Mark Thompson | 2017-09-27 | 1 | -3/+2 |
* | Move some common macro definitions to the new internal header | Mark Thompson | 2017-09-27 | 1 | -2/+0 |
* | configure fails if requirement can't be met for user's explicit request | Xiang, Haihao | 2017-06-20 | 1 | -2/+0 |
* | Avoid assertion fault when trying to draw a big picture | Xiang, Haihao | 2017-06-06 | 1 | -1/+0 |
* | va/x11: Require synchronisation to vblank with DRI2SwapBuffers | Chris Wilson | 2016-11-16 | 1 | -2/+3 |
* | gcc suggests not putting ; at end of if statements | Alan Coopersmith | 2016-04-25 | 1 | -1/+1 |
* | x11_screen driver context member initialization for X11 output | Alexandr | 2015-11-19 | 1 | -0/+1 |
* | va/x11: Don't crash the application if it does not have access to the DRI2 de... | Francois Gouget | 2015-09-29 | 1 | -1/+0 |
* | x11: dri2: fix double Unlocks/SyncHandle | Lionel Landwerlin | 2015-03-10 | 1 | -4/+0 |
* | x11: check x pixmap is still alive before DRI2DestroyDrawable | Lionel Landwerlin | 2014-12-04 | 1 | -20/+80 |
* | Fix while loop | Xiang, Haihao | 2014-12-04 | 1 | -1/+2 |
* | va_x11: hide private symbols | Emil Velikov | 2014-10-08 | 5 | -1/+6 |
* | va_x11: fix klockscan issue (details is bellow) | Austin Yuan | 2013-06-19 | 1 | -1/+3 |
* | va_trace: refine the log format | Elaine Wang | 2013-06-19 | 1 | -3/+3 |
* | Automake 1.13 fixups | Armin K | 2013-03-19 | 1 | -1/+1 |
* | Sanitize build dependencies. | Gwenole Beauchesne | 2012-09-27 | 1 | -0/+2 |
* | API: backend: add VA display types. | Gwenole Beauchesne | 2012-09-26 | 1 | -0/+1 |
* | API: backend: rename VADriverContext.dri_state to drm_state. | Gwenole Beauchesne | 2012-09-26 | 3 | -10/+10 |
* | API: introduce DRM common utilities and data structures. | Benjamin Franzke | 2012-09-26 | 2 | -20/+20 |
* | Revert Pixmap-based EGL interfaces. | Gwenole Beauchesne | 2012-09-26 | 1 | -43/+0 |
* | license header: add the missing license header to files | Austin Yuan | 2012-06-28 | 3 | -0/+69 |
* | Fix build with alternate X11, GLX and EGL prefixes. | Gwenole Beauchesne | 2012-06-28 | 1 | -1/+7 |
* | Revert "declare vaGetDisplay in va.h instead of va_xxx.h" | Gwenole Beauchesne | 2012-04-08 | 1 | -1/+1 |
* | Remove legacy DRI support | Xiang, Haihao | 2012-01-10 | 7 | -1273/+0 |
* | New hooks to create/free native pixmap | Xiang, Haihao | 2011-12-14 | 1 | -0/+43 |
* | declare vaGetDisplay in va.h instead of va_xxx.h | Xiang, Haihao | 2011-12-14 | 1 | -1/+1 |
* | va_fglrx: fix driver name detection. | Gwenole Beauchesne | 2011-10-11 | 1 | -11/+32 |
* | vatrace/vafool: refine it | Austin Yuan | 2011-09-22 | 1 | -9/+4 |
* | dri2: ignore BadDrawable errors. | Gwenole Beauchesne | 2011-07-26 | 1 | -1/+20 |
* | Fix out-of-source builds. | Gwenole Beauchesne | 2011-07-26 | 1 | -1/+1 |
* | cosmetics: clean up Makefiles. | Gwenole Beauchesne | 2011-07-26 | 1 | -5/+27 |
* | VA/X11: drop useless casts. | Gwenole Beauchesne | 2011-07-26 | 4 | -18/+18 |
* | Fix vaTerminate() with non DRI-based drivers. | Gwenole Beauchesne | 2011-06-17 | 1 | -1/+1 |
* | libva: fix memeory leaks in libva | Edgar Hucek | 2011-06-13 | 2 | -0/+12 |
* | Revert the change in VA_DRI2SwapBuffers: _XReply -->_XSend | Austin Yuan | 2011-06-10 | 1 | -2/+2 |
* | libva: several changes | Austin Yuan | 2011-05-30 | 3 | -3/+21 |
* | va: always create a new VA display on X11 | Xiang, Haihao | 2011-05-16 | 1 | -38/+6 |
* | 1) test/*: enable/refine the test/* for both X11 and Android | Austin Yuan | 2011-05-05 | 1 | -2/+2 |
* | Make VADriverContext.vtable a pointer. | Gwenole Beauchesne | 2011-02-09 | 1 | -1/+1 |
* | Add sysdeps.h for system-dependent definitions. e.g. Android. | Gwenole Beauchesne | 2010-12-21 | 1 | -1/+1 |
* | libva-1.0.6 | Austin Yuan | 2010-10-28 | 1 | -1/+33 |
* | Fix x11/Makefile.am license header | Austin Yuan | 2010-09-25 | 1 | -17/+19 |
* | Fix detection of fglrx. | Gwenole Beauchesne | 2010-07-26 | 4 | -3/+282 |
* | libva: render front buffer for Pixmap. | Xiang, Haihao | 2010-07-07 | 3 | -2/+43 |