| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Add a new capabilities for drivers that can't share buffers | Giovanni Campagna | 2014-07-30 | 1 | -1/+9 |
* | egl: Remove unused variable dri_driver_path. | Matt Turner | 2014-06-17 | 1 | -2/+0 |
* | egl/dri2: do not leak dri2_dpy->driver_name | Emil Velikov | 2014-06-09 | 1 | -2/+1 |
* | egl_dri2: fix wayland_platform when drm_platform is not set | Emil Velikov | 2014-05-29 | 1 | -4/+6 |
* | egl: Add EGL_CHROMIUM_sync_control extension. | Sarah Sharp | 2014-05-20 | 1 | -0/+10 |
* | egl_dri2: cleanup memory leak in dri2_create_context() | Emil Velikov | 2014-05-10 | 1 | -2/+3 |
* | egl_dri: rework dri extension handling | Emil Velikov | 2014-04-28 | 1 | -3/+4 |
* | dri_interface: Update __DRItexBufferExtensionRec to version 3 | Emil Velikov | 2014-04-28 | 1 | -6/+7 |
* | egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM | Ander Conselvan de Oliveira | 2014-04-25 | 1 | -0/+2 |
* | egl/dri2: don't require libudev to build drm/wayland platforms | Jonathan Gray | 2014-04-05 | 1 | -2/+0 |
* | egl/main: Stop using EGLNative types internally | Chad Versace | 2014-03-17 | 1 | -6/+6 |
* | egl/dri2: Dispatch eglCreateImageKHR by display, not driver | Chad Versace | 2014-03-17 | 1 | -6/+16 |
* | egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+9 |
* | egl/dri2: Consolidate eglTerminate | Chad Versace | 2014-03-17 | 1 | -13/+24 |
* | egl/dri2: Dispatch eglPostSubBufferNV by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+9 |
* | egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+9 |
* | egl/dri2: Dispatch eglCopyBuffers by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+9 |
* | egl/dri2: Dispatch API.QueryBufferAge by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+8 |
* | egl/dri2: Dispatch eglDestroySurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+8 |
* | egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+9 |
* | egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+11 |
* | egl/dri2: Dispatch eglCreateWindowSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+11 |
* | egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+11 |
* | egl/dri2: Dispatch eglSwapBuffers by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+8 |
* | egl/dri2: Dispatch eglSwapInterval by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+9 |
* | egl/dri2: Move dri2_egl_display virtual funcs to vtbl | Chad Versace | 2014-03-17 | 1 | -1/+1 |
* | Add the EGL_MESA_configless_context extension | Neil Roberts | 2014-03-12 | 1 | -0/+1 |
* | egl: break instead of looping after driver is found | Quanxian Wang | 2013-12-19 | 1 | -0/+3 |
* | EGL: fix build without libdrm | Samuel Thibault | 2013-11-10 | 1 | -0/+16 |
* | dri: Pass in the dlsym()ed driver extension to screen creation. | Eric Anholt | 2013-10-24 | 1 | -6/+24 |
* | egl: Add an optional function call for getting the DRI driver interface. | Eric Anholt | 2013-10-24 | 1 | -2/+18 |
* | egl_dri2: Remove depth argument from dri2_add_config() | Kristian Høgsberg | 2013-10-15 | 1 | -11/+1 |
* | wayland: Only pass wl_drm instance to gbm when using gbm platform | Kristian Høgsberg | 2013-10-11 | 1 | -1/+2 |
* | wayland: Don't rely on static variable for identifying wl_drm buffers | Kristian Høgsberg | 2013-10-11 | 1 | -2/+8 |
* | egl: Update to Wayland 1.2 server API | Ander Conselvan de Oliveira | 2013-08-07 | 1 | -11/+17 |
* | egl/dri2: support for creating images out of dma buffers | Topi Pohjolainen | 2013-08-02 | 1 | -0/+262 |
* | egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE | Ian Romanick | 2013-07-18 | 1 | -1/+1 |
* | dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE | Tomasz Lis | 2013-07-18 | 1 | -1/+1 |
* | wayland: Make eglQueryBufferWL succeed for width and height requests too | Rob Bradford | 2013-05-02 | 1 | -2/+2 |
* | egl/dri2: Fix min/max swap interval of configs | Chad Versace | 2013-04-24 | 1 | -3/+3 |
* | egl_dri2: Lower __DRI_IMAGE version requirement back to 1 | Kristian Høgsberg | 2013-03-19 | 1 | -2/+4 |
* | wayland: Add prime fd passing as a buffer sharing mechanism | Kristian Høgsberg | 2013-03-18 | 1 | -10/+27 |
* | egl: Allow 24-bit visuals for 32-bit RGBA8888 configs | Ian Romanick | 2013-02-26 | 1 | -1/+8 |
* | egl/dri: Don't invoke dri2_dpy->flush if it's NULL. | José Fonseca | 2013-02-06 | 1 | -1/+2 |
* | egl/dri2: Fix memory leak. | Vinson Lee | 2013-02-01 | 1 | -0/+1 |
* | dri2: Create image from texture | Abdiel Janulgue | 2013-02-01 | 1 | -0/+122 |
* | egl/dri2: Fix typo in the previous commit | Ian Romanick | 2013-01-15 | 1 | -1/+1 |
* | egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR | Chad Versace | 2013-01-15 | 1 | -2/+9 |
* | egl/dri2: Set error code when dri2CreateContextAttribs fails | Chad Versace | 2012-11-19 | 1 | -0/+64 |
* | egl: Add support for driconf control of swapinterval. | Eric Anholt | 2012-10-09 | 1 | -4/+5 |