| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -5/+20 |
* | eglCreateContext: Remove the check for whether config == 0 | Neil Roberts | 2014-03-12 | 1 | -5/+2 |
* | automake: use install-lib-links.mk across all classic mesa | Emil Velikov | 2014-03-11 | 1 | -0/+2 |
* | egl/wayland: explicitly set __DRIimageLoaderExtension members | Emil Velikov | 2014-02-23 | 1 | -3/+4 |
* | egl: clarify what _eglInitResource does | Chia-I Wu | 2014-02-19 | 1 | -1/+5 |
* | Revert "egl: Unhide functionality in _eglInitContext()" | Chia-I Wu | 2014-02-19 | 1 | -2/+1 |
* | Revert "egl: Unhide functionality in _eglInitSurface()" | Chia-I Wu | 2014-02-19 | 1 | -3/+1 |
* | Prevent zero sized wl_egl_window | Sinclair Yeh | 2014-02-18 | 1 | -0/+6 |
* | automake: remove leftover XORG and LIBKMS variables | Emil Velikov | 2014-02-18 | 1 | -1/+0 |
* | wayland-egl: automake: add symbol test | Emil Velikov | 2014-02-11 | 2 | -0/+18 |
* | 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: Unhide functionality in _eglInitSurface() | Juha-Pekka Heikkila | 2014-02-07 | 1 | -1/+3 |
* | egl: Unhide functionality in _eglInitContext() | Juha-Pekka Heikkila | 2014-02-07 | 1 | -1/+2 |
* | egl/glx: Remove egl_glx driver | Chad Versace | 2014-02-05 | 5 | -1229/+0 |
* | build: Share the all-local rule for linking libraries into the build dir | Kristian Høgsberg | 2014-01-29 | 1 | -6/+1 |
* | loader: Use dlsym to get our udev symbols instead of explicit linking. | Eric Anholt | 2014-01-27 | 1 | -1/+1 |
* | egl: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 1 | -19/+7 |
* | egl_dri2: use loader util lib | Emil Velikov | 2014-01-18 | 7 | -259/+15 |
* | egl-static: use loader util lib | Emil Velikov | 2014-01-18 | 1 | -0/+1 |
* | loader: introduce the loader util lib | Emil Velikov | 2014-01-18 | 2 | -0/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 27 | -28/+28 |
* | 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 | 5 | -0/+113 |
* | 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 |
* | egl: Kill macro _EGL_DECLARE_MUTEX | Chad Versace | 2013-11-26 | 5 | -8/+5 |
* | egl: Enable EGL_EXT_client_extensions | Chad Versace | 2013-11-26 | 3 | -1/+22 |
* | 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 |