| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | egl_dri2: call dri2_add_configs_for_visuals after extensions set | Tapani Pälli | 2014-01-13 | 1 | -5/+6 |
* | egl: break instead of looping after driver is found | Quanxian Wang | 2013-12-19 | 1 | -0/+3 |
* | egl/wayland: Return -1 from get_back_bo to indicate error | Kristian Høgsberg | 2013-12-09 | 1 | -1/+1 |
* | 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 | 3 | -40/+119 |
* | wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers | Neil Roberts | 2013-12-07 | 1 | -14/+22 |
* | wayland: Add an extension to create wl_buffers from EGLImages | Neil Roberts | 2013-12-04 | 1 | -0/+78 |
* | egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers | Kristian Høgsberg | 2013-12-04 | 1 | -2/+2 |
* | Enable throttling in SwapBuffers | Axel Davy | 2013-12-04 | 1 | -1/+13 |
* | egl/wayland: Send commit after flushing the driver context | Kristian Høgsberg | 2013-12-04 | 1 | -2/+1 |
* | egl/wayland: Flush the wl_display at the end of SwapBuffers | Axel Davy | 2013-12-04 | 1 | -0/+2 |
* | egl: add HAVE_LIBDRM define, fix EGL X11 platform | Tapani Pälli | 2013-12-03 | 1 | -6/+3 |
* | wayland: Use __DRIimage based getBuffers implementation when available | Kristian Høgsberg | 2013-11-12 | 2 | -47/+96 |
* | gbm: Add support for __DRIimage based getBuffers when available | Kristian Høgsberg | 2013-11-12 | 1 | -8/+38 |
* | EGL: fix build without libdrm | Samuel Thibault | 2013-11-10 | 2 | -0/+22 |
* | dri: Pass in the dlsym()ed driver extension to screen creation. | Eric Anholt | 2013-10-24 | 2 | -6/+25 |
* | egl: Add an optional function call for getting the DRI driver interface. | Eric Anholt | 2013-10-24 | 1 | -2/+18 |
* | 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 | 6 | -26/+14 |
* | egl_dri2: Match X11 visuals using rgba masks instead of depth | Kristian Høgsberg | 2013-10-15 | 1 | -1/+20 |
* | egl-wayland: Add support for RGB565 pixel format for Wayland clients | Singh, Satyeshwar | 2013-10-15 | 1 | -2/+11 |
* | 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 |
* | glx: fix compile error in egl_glx.c. | Gaetan Nadon | 2013-09-19 | 1 | -1/+1 |
* | egl: Do not export private symbols | Chad Versace | 2013-08-08 | 2 | -0/+2 |
* | egl: Update to Wayland 1.2 server API | Ander Conselvan de Oliveira | 2013-08-07 | 2 | -12/+17 |
* | egl/dri2: support for creating images out of dma buffers | Topi Pohjolainen | 2013-08-02 | 1 | -0/+262 |
* | egl: Restore "bogus" DRI2 invalidate event code. | Eric Anholt | 2013-07-31 | 1 | -0/+14 |
* | 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: Handle global_remove event as well | Kristian Høgsberg | 2013-06-18 | 1 | -1/+8 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | egl/android: Fix error condition for EGL_ANDROID_image_native_buffer | Chad Versace | 2013-05-08 | 1 | -2/+14 |
* | egl/wayland: Implement EGL_EXT_swap_buffers_with_damage | Robert Bragg | 2013-05-07 | 1 | -3/+26 |
* | 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: NULL check value returned by dri2_create_surface | Ian Romanick | 2013-04-12 | 1 | -8/+9 |
* | egl/x11: Fix initialisation of swap_interval | Ralf Jung | 2013-04-10 | 1 | -2/+2 |
* | egl_dri2: Lower __DRI_IMAGE version requirement back to 1 | Kristian Høgsberg | 2013-03-19 | 2 | -2/+13 |
* | wayland: Add prime fd passing as a buffer sharing mechanism | Kristian Høgsberg | 2013-03-18 | 3 | -25/+82 |
* | wayland: allocate a __DRIimage for the color buffer | Kristian Høgsberg | 2013-03-18 | 2 | -23/+37 |
* | egl/wayland: Don't block on EGL_DEFAULT_DISPAY under wayland | Kristian Høgsberg | 2013-02-26 | 1 | -0/+4 |
* | egl: Allow 24-bit visuals for 32-bit RGBA8888 configs | Ian Romanick | 2013-02-26 | 1 | -1/+8 |
* | egl-wayland: Make sure we allocate a back buffer even if nothing was rendered | Kristian Høgsberg | 2013-02-08 | 1 | -0/+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 |
* | android: use gralloc_drm_get_gem_handle api | Tapani Pälli | 2013-01-28 | 1 | -6/+2 |
* | 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 |