| Commit message (Expand) | Author | Age | Files | Lines |
* | android: try to load gallium_dri.so directly | Chih-Wei Huang | 2015-06-09 | 1 | -0/+9 |
* | android: Depend on gallium_dri from EGL, instead of linking in gallium. | Chih-Wei Huang | 2015-06-09 | 1 | -80/+3 |
* | android: loader: export the path to be included | Chih-Wei Huang | 2015-06-09 | 1 | -1/+0 |
* | egl: expose EGL 1.5 if all requirements are met | Marek Olšák | 2015-06-05 | 2 | -0/+16 |
* | egl: return correct invalid-type error from eglCreateSync | Marek Olšák | 2015-06-05 | 1 | -8/+19 |
* | egl: add new platform functions (v2) | Marek Olšák | 2015-06-05 | 1 | -0/+54 |
* | egl: add eglCreateImage (v2) | Marek Olšák | 2015-06-05 | 1 | -0/+42 |
* | egl: add eglGetSyncAttrib (v2) | Marek Olšák | 2015-06-05 | 5 | -10/+29 |
* | egl: add eglWaitSync | Marek Olšák | 2015-06-05 | 1 | -0/+12 |
* | egl: add EGL 1.5 functions that don't need any changes from extensions | Marek Olšák | 2015-06-05 | 1 | -12/+16 |
* | egl: use EGL 1.5 types without suffixes | Marek Olšák | 2015-06-05 | 6 | -38/+38 |
* | egl: add context attribs from EGL 1.5 | Marek Olšák | 2015-06-05 | 1 | -0/+30 |
* | egl: fix setting context flags | Marek Olšák | 2015-06-05 | 1 | -2/+3 |
* | egl: combine VersionMajor and VersionMinor into one variable | Marek Olšák | 2015-06-05 | 2 | -7/+5 |
* | egl: set the EGL version in common code | Marek Olšák | 2015-06-05 | 5 | -24/+7 |
* | egl: remove unused _egl_global::ClientExtensions | Marek Olšák | 2015-06-05 | 2 | -19/+0 |
* | egl/dri2: silence uninitialized variable warnings | Brian Paul | 2015-06-01 | 1 | -2/+4 |
* | egl: remove remaining EGL_MESA_copy_context skeleton | Emil Velikov | 2015-05-14 | 2 | -2/+0 |
* | egl/main: fix EGL_KHR_get_all_proc_addresses | Emil Velikov | 2015-05-14 | 1 | -3/+3 |
* | egl: more define fixes for EGL_MESA_image_dma_buf_export | Marc-André Lureau | 2015-05-14 | 2 | -2/+2 |
* | egl/main: expose only core EGL functions statically | Emil Velikov | 2015-05-14 | 2 | -135/+132 |
* | egl/main: Update README.txt | Emil Velikov | 2015-05-14 | 1 | -7/+6 |
* | egl/main: cleanup function prototypes | Emil Velikov | 2015-05-14 | 2 | -14/+2 |
* | egl/main: drop support for external egl drivers | Emil Velikov | 2015-05-14 | 1 | -351/+13 |
* | egl/haiku: Drop extern "C". No longer needed | Alexander von Gluck IV | 2015-05-14 | 1 | -2/+0 |
* | egl: Add needed extern "C" for C++ access | Alexander von Gluck IV | 2015-05-14 | 13 | -0/+110 |
* | egl: Remove skeleton implementation of EGL_MESA_screen_surface | Adam Jackson | 2015-05-11 | 12 | -1196/+0 |
* | egl/swrast: Enable config extension for swrast | Axel Davy | 2015-05-11 | 1 | -14/+13 |
* | egl/wayland: Implement swrast support | Axel Davy | 2015-05-11 | 3 | -17/+696 |
* | egl/wayland: Simplify dri2_wl_create_surface | Axel Davy | 2015-05-11 | 1 | -25/+13 |
* | egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.h | Axel Davy | 2015-05-11 | 2 | -10/+10 |
* | egl/wayland: Implement DRI_PRIME support | Axel Davy | 2015-05-11 | 2 | -15/+92 |
* | egl/wayland: Add support for render-nodes | Axel Davy | 2015-05-11 | 2 | -14/+56 |
* | egl/wayland: properly destroy wayland objects | Axel Davy | 2015-05-11 | 2 | -1/+6 |
* | egl/dri2: Fix codestyle in a comment | Chad Versace | 2015-05-07 | 1 | -1/+2 |
* | egl/dri2: Check return value of __DRI2fence::create_fence() | Chad Versace | 2015-05-06 | 1 | -0/+7 |
* | egl: image_dma_buf_export - use KHR 64-bit type | Dave Airlie | 2015-05-05 | 3 | -3/+3 |
* | egl/dri2: return the latest sync status in eglGetSyncAttribKHR | Marek Olšák | 2015-04-30 | 1 | -1/+8 |
* | egl/dri2: implement EGL_KHR_cl_event2 (v2) | Marek Olšák | 2015-04-30 | 6 | -12/+111 |
* | egl/dri2: implement EGL_KHR_wait_sync | Marek Olšák | 2015-04-30 | 5 | -0/+47 |
* | egl/dri2: implement EGL_KHR_fence_sync | Marek Olšák | 2015-04-30 | 3 | -5/+133 |
* | egl/dri: don't expose configs with an accumulation buffer | Marek Olšák | 2015-04-30 | 1 | -0/+9 |
* | egl: misc fixes for EGL_MESA_image_dma_buf_export | Marc-André Lureau | 2015-04-29 | 2 | -2/+2 |
* | android: fix the building rules for Android 5.0 | Chih-Wei Huang | 2015-04-22 | 2 | -1/+11 |
* | android: egl: add libsync_cflags to the build | Emil Velikov | 2015-04-22 | 1 | -0/+6 |
* | android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS | Emil Velikov | 2015-04-22 | 1 | -1/+1 |
* | egl: add initial EGL_MESA_image_dma_buf_export v2.4 | Dave Airlie | 2015-04-01 | 5 | -1/+125 |
* | automake: add missing egl files to the tarball | Emil Velikov | 2015-03-25 | 1 | -0/+2 |
* | scons: Don't build egl on Windows. | Jose Fonseca | 2015-03-25 | 2 | -11/+1 |
* | egl: cut down static storage size for {Version,ClientAPI}String | Emil Velikov | 2015-03-21 | 1 | -2/+2 |