| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: android: directly use dri2_create_image_dma_buf() | Emil Velikov | 2016-05-23 | 1 | -0/+4 |
* | egl: android: disable __DRI_DRI2_LOADER support on render nodes | Rob Herring | 2016-05-01 | 1 | -1/+2 |
* | egl: implement EGL part of interop interface (v2) | Marek Olšák | 2016-04-20 | 1 | -0/+1 |
* | egl: add EGL_KHR_reusable_sync to egl_dri | Dongwon Kim | 2016-04-05 | 1 | -0/+2 |
* | egl/x11: Implement dri3 support with loader's dri3 helper | Boyan Ding | 2015-11-17 | 1 | -1/+13 |
* | egl_dri2: Add a function to let platform code return dri drawable from _EGLSu... | Boyan Ding | 2015-11-17 | 1 | -0/+5 |
* | egl/dri2: ease srgb __DRIconfig conditionals | Emil Velikov | 2015-10-07 | 1 | -4/+2 |
* | egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB | Marek Olšák | 2015-07-22 | 1 | -0/+1 |
* | egl: implement EGL_KHR_gl_colorspace (v2) | Marek Olšák | 2015-07-22 | 1 | -0/+6 |
* | egl_dri2: Remove trailing whitespaces | Boyan Ding | 2015-06-26 | 1 | -3/+3 |
* | egl/dri2: implement platform_surfaceless | Haixia Shi | 2015-06-16 | 1 | -0/+3 |
* | egl/wayland: Implement swrast support | Axel Davy | 2015-05-11 | 1 | -0/+4 |
* | egl/wayland: Implement DRI_PRIME support | Axel Davy | 2015-05-11 | 1 | -0/+3 |
* | egl/wayland: Add support for render-nodes | Axel Davy | 2015-05-11 | 1 | -0/+1 |
* | egl/dri2: implement EGL_KHR_fence_sync | Marek Olšák | 2015-04-30 | 1 | -0/+9 |
* | egl/drivers: include stdint.h where needed | Emil Velikov | 2015-03-05 | 1 | -0/+2 |
* | egl: Inform the client API when ancillary buffers may become undefined. | Eric Anholt | 2015-01-06 | 1 | -0/+3 |
* | egl/dri2: use the correct screen index | Marek Olšák | 2014-09-01 | 1 | -0/+1 |
* | egl: Add EGL_CHROMIUM_sync_control extension. | Sarah Sharp | 2014-05-20 | 1 | -0/+4 |
* | egl_dri: rework dri extension handling | Emil Velikov | 2014-04-28 | 1 | -8/+8 |
* | egl/main: Stop using EGLNative types internally | Chad Versace | 2014-03-17 | 1 | -3/+3 |
* | egl/dri2: Dispatch eglCreateImageKHR by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | egl/dri2: Dispatch eglPostSubBufferNV by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+4 |
* | egl/dri2: Dispatch eglCopyBuffers by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+3 |
* | egl/dri2: Dispatch API.QueryBufferAge by display, not driver | Chad Versace | 2014-03-17 | 1 | -3/+6 |
* | egl/dri2: Dispatch eglDestroySurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+3 |
* | egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+4 |
* | egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | egl/dri2: Dispatch eglCreateWindowSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+4 |
* | egl/dri2: Dispatch eglSwapBuffers by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+3 |
* | egl/dri2: Dispatch eglSwapInterval by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+3 |
* | egl/dri2: Move dri2_egl_display virtual funcs to vtbl | Chad Versace | 2014-03-17 | 1 | -2/+6 |
* | egl_dri2: use loader util lib | Emil Velikov | 2014-01-18 | 1 | -5/+0 |
* | egl_dri2: Remove the unused swap_interval member of dri2_egl_surface | Neil Roberts | 2013-12-09 | 1 | -1/+0 |
* | wayland: Add support for eglSwapInterval | Neil Roberts | 2013-12-07 | 1 | -2/+8 |
* | wayland: Use __DRIimage based getBuffers implementation when available | Kristian Høgsberg | 2013-11-12 | 1 | -2/+1 |
* | dri: Pass in the dlsym()ed driver extension to screen creation. | Eric Anholt | 2013-10-24 | 1 | -0/+1 |
* | egl_dri2: Remove depth argument from dri2_add_config() | Kristian Høgsberg | 2013-10-15 | 1 | -1/+1 |
* | egl: Update to Wayland 1.2 server API | Ander Conselvan de Oliveira | 2013-08-07 | 1 | -1/+0 |
* | wayland: Add prime fd passing as a buffer sharing mechanism | Kristian Høgsberg | 2013-03-18 | 1 | -0/+1 |
* | wayland: allocate a __DRIimage for the color buffer | Kristian Høgsberg | 2013-03-18 | 1 | -1/+2 |
* | egl/wayland: Pull color buffers from dri2_surf->color_buffers pool | Kristian Høgsberg | 2013-01-14 | 1 | -11/+12 |
* | egl/gbm: Implement EGL_EXT_buffer_age | Kristian Høgsberg | 2013-01-10 | 1 | -0/+1 |
* | egl_dri2: Remove unused struct dri2_egl_buffer from header file | Kristian Høgsberg | 2013-01-04 | 1 | -5/+0 |
* | egl/wayland: Update to Wayland 0.99 API | Kristian Høgsberg | 2012-10-17 | 1 | -1/+3 |
* | egl: Add support for driconf control of swapinterval. | Eric Anholt | 2012-10-09 | 1 | -0/+4 |
* | egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r... | Ian Romanick | 2012-08-14 | 1 | -0/+1 |