summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/egl_dri2.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-15wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg1-2/+1
2013-10-24dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt1-0/+1
2013-10-15egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg1-1/+1
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira1-1/+0
2013-03-18wayland: Add prime fd passing as a buffer sharing mechanismKristian Høgsberg1-0/+1
2013-03-18wayland: allocate a __DRIimage for the color bufferKristian Høgsberg1-1/+2
2013-01-14egl/wayland: Pull color buffers from dri2_surf->color_buffers poolKristian Høgsberg1-11/+12
2013-01-10egl/gbm: Implement EGL_EXT_buffer_ageKristian Høgsberg1-0/+1
2013-01-04egl_dri2: Remove unused struct dri2_egl_buffer from header fileKristian Høgsberg1-5/+0
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg1-1/+3
2012-10-09egl: Add support for driconf control of swapinterval.Eric Anholt1-0/+4
2012-08-14egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick1-0/+1
2012-03-28egl_dri2: use gbm_surface as the native window type in drm platformAnder Conselvan de Oliveira1-0/+11
2011-12-20egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund1-0/+1
2011-12-20egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund1-0/+1
2011-12-13egl_dri2: Fix some valgrind reported leaksBenjamin Franzke1-1/+1
2011-11-25android: add support for ICSChia-I Wu1-6/+15
2011-08-31wayland: Track changes to drop wl_visualKristian Høgsberg1-0/+2
2011-08-31egl_dri2: Drop dri2_surface_type enumBenjamin Franzke1-7/+0
2011-08-28egl_dri2: add support for AndroidChia-I Wu1-0/+19
2011-08-28egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu1-1/+2
2011-08-16dri2: Add __DRI_BUFFER_COUNT tokenBenjamin Franzke1-2/+0
2011-08-04egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke1-0/+1
2011-07-02egl_dri2: Fix compilation if udev devel files are not installedBenjamin Franzke1-0/+4
2011-06-27egl: Fix Terminate with shared gbm screensBenjamin Franzke1-0/+1
2011-06-23egl_dri2: Hookup gbm as drm platformBenjamin Franzke1-0/+11
2011-06-21egl_dri2/wayland: Hook up new buffer.release eventBenjamin Franzke1-0/+3
2011-06-20wayland: Pass use_invalidate extension to driverKristian Høgsberg1-1/+1
2011-06-13egl_dri2: add dri2_load_driver_swrastChia-I Wu1-0/+3
2011-06-07egl_dri2: Use external driver pci listBenjamin Franzke1-0/+2
2011-05-13egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg1-3/+11
2011-04-20wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_displayKristian Høgsberg1-1/+3
2011-03-04egl_dri2: Fix incompatible vfunc-pointer warningBenjamin Franzke1-1/+1
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+4
2011-02-16egl_dri2: add swrastHaitao Feng1-1/+9
2011-02-10egl_dri2: rename loader_extension to dri2_loader_extensionHaitao Feng1-1/+1
2011-02-10egl_dri2 wayland: Sync front buffer releaseBenjamin Franzke1-0/+1
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke1-2/+3
2011-02-07egl_dri2: Add wayland platformBenjamin Franzke1-0/+43
2011-02-07egl_dri2: Export dri2_get_driver_for_fdBenjamin Franzke1-0/+3
2011-02-03egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg1-0/+4
2011-02-03egl_dri2: Split out x11 platform codeKristian Høgsberg1-0/+135