| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | egl: android: remove DRM_GRALLOC_TOP hack | Emil Velikov | 2015-07-22 | 1 | -1/+0 |
* | egl: remove old makefile.sources | Emil Velikov | 2015-07-22 | 2 | -31/+1 |
* | android: rework the EGL build | Emil Velikov | 2015-07-22 | 2 | -74/+25 |
* | scons: rework the EGL build | Emil Velikov | 2015-07-22 | 3 | -36/+11 |
* | automake: rework the EGL build | Emil Velikov | 2015-07-22 | 3 | -76/+68 |
* | egl: automake: remove unused HAVE_XCB_DRI2 define | Emil Velikov | 2015-07-22 | 1 | -1/+0 |
* | egl: remove unused _EGL_DRIVER_SEARCH_DIR define | Emil Velikov | 2015-07-22 | 3 | -8/+2 |
* | egl/haiku: remove unused DEFAULT_DRIVER_DIR define | Emil Velikov | 2015-07-22 | 1 | -4/+0 |
* | egl: remove final Windows specific workaround | Emil Velikov | 2015-07-22 | 4 | -10/+2 |
* | egl: remove custom string functions | Emil Velikov | 2015-07-22 | 6 | -112/+5 |
* | egl: remove _EGL_PLATFORM_WINDOWS enum | Emil Velikov | 2015-07-22 | 2 | -2/+0 |
* | egl: remove final references of platform_null | Emil Velikov | 2015-07-22 | 3 | -6/+0 |
* | egl: remove flatten HAVE_SHARED_GLAPI | Emil Velikov | 2015-07-22 | 3 | -13/+0 |
* | egl: remove the non-haiku scons build | Emil Velikov | 2015-07-22 | 3 | -65/+8 |
* | egl/dri2: load libglapi.0.dylib on osx | Julien Isorce | 2015-07-08 | 1 | -0/+2 |
* | egl: sort extension lists alphabetically | Marek Olšák | 2015-07-03 | 3 | -54/+51 |
* | egl: implement EGL_KHR_gl_texture_3D_image | Anatoli Antonovitch | 2015-07-03 | 1 | -3/+17 |
* | egl/x11: handle when invalid drawable is passed in create_surface | Emil Velikov | 2015-06-30 | 1 | -0/+4 |
* | egl/wayland: cleanup dri2_wl_create_surface error path | Emil Velikov | 2015-06-30 | 1 | -3/+1 |
* | egl/wayland: handle NULL native_window in create_surface | Emil Velikov | 2015-06-30 | 1 | -0/+5 |
* | egl/drm: plug memory leak | Emil Velikov | 2015-06-30 | 1 | -2/+5 |
* | egl/haiku: fix Mesa build under Haiku | Alexander von Gluck IV | 2015-06-29 | 1 | -14/+14 |
* | egl_dri2: Remove trailing whitespaces | Boyan Ding | 2015-06-26 | 4 | -13/+13 |
* | egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals | Boyan Ding | 2015-06-23 | 1 | -5/+0 |
* | android: egl: do not link against libglapi | Emil Velikov | 2015-06-23 | 1 | -1/+0 |
* | egl: Use the loader_open_device() helper to do open with CLOEXEC | Derek Foreman | 2015-06-23 | 4 | -32/+6 |
* | egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak | Derek Foreman | 2015-06-23 | 1 | -1/+1 |
* | egl/x11: Set version of swrastLoader to 2 | Boyan Ding | 2015-06-18 | 1 | -1/+1 |
* | egl/dri2: implement platform_surfaceless | Haixia Shi | 2015-06-16 | 7 | -1/+193 |
* | egl: Drop check for driver != NULL. | Eric Anholt | 2015-06-15 | 1 | -1/+1 |
* | egl/dri2: Fix Android Lollipop build on ARM. | Eric Anholt | 2015-06-15 | 1 | -0/+1 |
* | egl/haiku: coding style fixes | Emil Velikov | 2015-06-12 | 1 | -4/+5 |
* | egl/haiku: plug some obvious memory leaks | Emil Velikov | 2015-06-12 | 1 | -7/+25 |
* | egl/haiku: minor surface management cleanups | Emil Velikov | 2015-06-12 | 1 | -11/+4 |
* | egl/haiku: kill off haiku_log() | Emil Velikov | 2015-06-12 | 1 | -24/+0 |
* | egl/haiku: we don't use src/loader, drop all the references to it | Emil Velikov | 2015-06-12 | 2 | -8/+0 |
* | egl/haiku: remove unused variables in struct haiku_egl_driver | Emil Velikov | 2015-06-12 | 1 | -4/+0 |
* | egl/haiku: handle memory allocation failure | Emil Velikov | 2015-06-12 | 1 | -7/+28 |
* | egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specifics | Emil Velikov | 2015-06-12 | 1 | -25/+39 |
* | egl/haiku: remove commented out code | Emil Velikov | 2015-06-12 | 1 | -93/+0 |
* | egl/haiku: use correct version variable | Emil Velikov | 2015-06-12 | 1 | -2/+1 |
* | 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 |