| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | egl/x11: fix use of EGL_BAD_NATIVE_WINDOW | Frank Binns | 2015-08-13 | 1 | -4/+7 |
* | egl/x11: Fix driver_name acquisition | Boyan Ding | 2015-08-08 | 1 | -6/+5 |
* | egl/dri2: Fix include path of u_atomic.h introduced e7e29189 | Alexander von Gluck IV | 2015-08-07 | 3 | -1/+3 |
* | egl/x11: don't crash if dri2_dpy->conn is NULL | Emil Velikov | 2015-08-07 | 1 | -5/+3 |
* | egl/x11: auth with xserver before attempting to open the dri module | Emil Velikov | 2015-08-07 | 1 | -3/+3 |
* | egl/x11: trust our loader over the xserver for the drivername | Emil Velikov | 2015-08-07 | 1 | -1/+11 |
* | egl/x11: open the device from within dri2_x11_connect() | Emil Velikov | 2015-08-07 | 1 | -13/+16 |
* | egl/x11: fetch the device_name prior to driver_name | Emil Velikov | 2015-08-07 | 1 | -5/+5 |
* | egl/x11: remove dri2_dpy->conn checks | Emil Velikov | 2015-08-07 | 1 | -12/+6 |
* | egl/x11: bail out if we cannot fetch the xcb connection | Emil Velikov | 2015-08-07 | 1 | -1/+1 |
* | egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib | Frank Binns | 2015-08-04 | 1 | -1/+2 |
* | egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension | Frank Binns | 2015-08-04 | 1 | -0/+4 |
* | egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it | Emil Velikov | 2015-08-01 | 1 | -18/+2 |
* | egl/wayland: use designated initializers | Emil Velikov | 2015-08-01 | 1 | -13/+13 |
* | egl: remove ifdef $(egl_extension) compile guards | Emil Velikov | 2015-08-01 | 3 | -65/+1 |
* | egl/wayland: libdrm is a hard requirement, treat it as such | Emil Velikov | 2015-08-01 | 1 | -2/+0 |
* | egl: consolidate ifdef HAVE_LIBDRM blocks | Emil Velikov | 2015-08-01 | 1 | -108/+102 |
* | egl: Add support for DRM_FORMAT_R8, RG88, and GR88 | Chad Versace | 2015-07-28 | 1 | -0/+19 |
* | egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB | Marek Olšák | 2015-07-22 | 2 | -0/+24 |
* | egl: implement EGL_KHR_gl_colorspace (v2) | Marek Olšák | 2015-07-22 | 9 | -24/+90 |
* | 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 |