| Commit message (Expand) | Author | Age | Files | Lines |
* | egl_dri2: Add a function to let platform code return dri drawable from _EGLSu... | Boyan Ding | 2015-11-17 | 1 | -0/+1 |
* | egl/dri2: enable EGL_KHR_gl_colorspace for swrast | Emil Velikov | 2015-10-07 | 1 | -7/+7 |
* | egl/dri2/drm: compact existing device mgmt | Emil Velikov | 2015-09-15 | 1 | -6/+4 |
* | egl/dri2: Close file descriptor on error. | Matt Turner | 2015-09-15 | 1 | -13/+14 |
* | mesa/egl: Resolve GCC sign-compare warning. | Rhys Kidd | 2015-08-18 | 1 | -5/+5 |
* | egl: implement EGL_KHR_gl_colorspace (v2) | Marek Olšák | 2015-07-22 | 1 | -3/+6 |
* | egl/drm: plug memory leak | Emil Velikov | 2015-06-30 | 1 | -2/+5 |
* | egl: Use the loader_open_device() helper to do open with CLOEXEC | Derek Foreman | 2015-06-23 | 1 | -2/+2 |
* | egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak | Derek Foreman | 2015-06-23 | 1 | -1/+1 |
* | egl: set the EGL version in common code | Marek Olšák | 2015-06-05 | 1 | -4/+0 |
* | egl/drivers: include stdint.h where needed | Emil Velikov | 2015-03-05 | 1 | -0/+1 |
* | egl: Take alpha bits into account when selecting GBM formats | Daniel Stone | 2015-03-04 | 1 | -5/+11 |
* | egl: Inform the client API when ancillary buffers may become undefined. | Eric Anholt | 2015-01-06 | 1 | -1/+1 |
* | egl/drm: do not crash when swapping buffers without any rendering | Lionel Landwerlin | 2014-10-27 | 1 | -0/+8 |
* | egl/drm: expose KHR_image_pixmap extension | Andreas Pokorny | 2014-09-23 | 1 | -0/+1 |
* | egl: Restrict multiplication in calloc arguments to use compile-time constants | Carl Worth | 2014-09-03 | 1 | -1/+1 |
* | dri: Add a new capabilities for drivers that can't share buffers | Giovanni Campagna | 2014-07-30 | 1 | -2/+12 |
* | Add support for swrast to the DRM EGL platform | Giovanni Campagna | 2014-07-30 | 1 | -21/+132 |
* | egl/dri2: do not leak dri2_dpy->driver_name | Emil Velikov | 2014-06-09 | 1 | -1/+1 |
* | egl: Add EGL_CHROMIUM_sync_control extension. | Sarah Sharp | 2014-05-20 | 1 | -0/+1 |
* | egl/dri2: use drm macros to construct device name | Jonathan Gray | 2014-04-05 | 1 | -1/+6 |
* | egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurface | Chad Versace | 2014-03-17 | 1 | -1/+16 |
* | egl/main: Stop using EGLNative types internally | Chad Versace | 2014-03-17 | 1 | -4/+5 |
* | egl/dri2: Dispatch eglCreateImageKHR by display, not driver | Chad Versace | 2014-03-17 | 1 | -2/+1 |
* | egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglPostSubBufferNV by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglCopyBuffers by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch API.QueryBufferAge by display, not driver | Chad Versace | 2014-03-17 | 1 | -1/+1 |
* | egl/dri2: Dispatch eglDestroySurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -1/+1 |
* | egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglCreateWindowSurface by display, not driver | Chad Versace | 2014-03-17 | 1 | -1/+1 |
* | egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+1 |
* | egl/dri2: Dispatch eglSwapBuffers by display, not driver | Chad Versace | 2014-03-17 | 1 | -1/+1 |
* | egl/dri2: Dispatch eglSwapInterval by display, not driver | Chad Versace | 2014-03-17 | 1 | -0/+2 |
* | egl/dri2: Put platform func names into proper namespaces | Chad Versace | 2014-03-17 | 1 | -39/+39 |
* | egl/dri2: Move dri2_egl_display virtual funcs to vtbl | Chad Versace | 2014-03-17 | 1 | -1/+9 |
* | egl_dri2: use loader util lib | Emil Velikov | 2014-01-18 | 1 | -1/+4 |
* | gbm: Add support for __DRIimage based getBuffers when available | Kristian Høgsberg | 2013-11-12 | 1 | -8/+38 |
* | egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platform | Kristian Høgsberg | 2013-10-15 | 1 | -2/+21 |
* | egl_dri2: Remove depth argument from dri2_add_config() | Kristian Høgsberg | 2013-10-15 | 1 | -1/+1 |
* | egl/gbm: Implement EGL_EXT_buffer_age | Kristian Høgsberg | 2013-01-10 | 1 | -0/+23 |
* | Use calloc instead of malloc/memset-0 | Matt Turner | 2012-09-05 | 1 | -5/+2 |
* | egl_dri2: NULL check for EGLNativeWindowType | Elvis Lee | 2012-07-16 | 1 | -0/+2 |
* | egl_dri2: fix aux buffer leak in drm platform | Mandeep Singh Baines | 2012-04-10 | 1 | -5/+4 |
* | egl_dri2: use gbm_surface as the native window type in drm platform | Ander Conselvan de Oliveira | 2012-03-28 | 1 | -1/+313 |
* | egl_dri2: make flush extension useable by drm platform | Ander Conselvan de Oliveira | 2012-03-27 | 1 | -0/+1 |
* | egl_dri2: Fix some valgrind reported leaks | Benjamin Franzke | 2011-12-13 | 1 | -1/+1 |
* | egl_dri2: allow RGBA masks to be specified for matching | Chia-I Wu | 2011-08-28 | 1 | -1/+1 |