| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | egl/dri2: Dispatch eglPostSubBufferNV by display, not driver | Chad Versace | 2014-03-17 | 7 | -1/+27 |
* | egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver | Chad Versace | 2014-03-17 | 7 | -2/+26 |
* | egl/dri2: Dispatch eglCopyBuffers by display, not driver | Chad Versace | 2014-03-17 | 7 | -3/+25 |
* | egl/dri2: Dispatch API.QueryBufferAge by display, not driver | Chad Versace | 2014-03-17 | 7 | -5/+26 |
* | egl/dri2: Dispatch eglDestroySurface by display, not driver | Chad Versace | 2014-03-17 | 6 | -6/+16 |
* | egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver | Chad Versace | 2014-03-17 | 7 | -3/+26 |
* | egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver | Chad Versace | 2014-03-17 | 7 | -11/+30 |
* | egl/dri2: Dispatch eglCreateWindowSurface by display, not driver | Chad Versace | 2014-03-17 | 6 | -5/+21 |
* | egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver | Chad Versace | 2014-03-17 | 7 | -1/+27 |
* | egl/dri2: Dispatch eglSwapBuffers by display, not driver | Chad Versace | 2014-03-17 | 6 | -5/+16 |
* | egl/dri2: Dispatch eglSwapInterval by display, not driver | Chad Versace | 2014-03-17 | 7 | -2/+55 |
* | egl/wl,x11: Call dri2_swap_interval() statically | Chad Versace | 2014-03-17 | 2 | -2/+10 |
* | egl/dri2: Put platform func names into proper namespaces | Chad Versace | 2014-03-17 | 3 | -170/+177 |
* | egl/dri2: Move dri2_egl_display virtual funcs to vtbl | Chad Versace | 2014-03-17 | 6 | -7/+52 |
* | Add the EGL_MESA_configless_context extension | Neil Roberts | 2014-03-12 | 1 | -0/+1 |
* | egl/wayland: explicitly set __DRIimageLoaderExtension members | Emil Velikov | 2014-02-23 | 1 | -3/+4 |
* | automake: remove leftover XORG and LIBKMS variables | Emil Velikov | 2014-02-18 | 1 | -1/+0 |
* | egl/dri2/android: free driver_name in dri2_initialize_android error path | Emil Velikov | 2014-02-11 | 1 | -1/+3 |
* | egl_dri2: remove LIBUDEV_CFLAGS from Makefile.am | Emil Velikov | 2014-02-11 | 1 | -1/+0 |
* | egl/glx: Remove egl_glx driver | Chad Versace | 2014-02-05 | 3 | -1220/+0 |
* | egl_dri2: use loader util lib | Emil Velikov | 2014-01-18 | 7 | -259/+15 |
* | loader: introduce the loader util lib | Emil Velikov | 2014-01-18 | 2 | -0/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | 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 |