| Commit message (Expand) | Author | Age | Files | Lines |
* | Import eglextchromium.h from Chromium. | Sarah Sharp | 2014-05-20 | 1 | -0/+1 |
* | wayland: Move version 2 request to end of interface specification | Kristian Høgsberg | 2014-05-12 | 1 | -16/+19 |
* | egl_dri2: cleanup memory leak in dri2_create_context() | Emil Velikov | 2014-05-10 | 1 | -2/+3 |
* | egl: Don't attempt to redefine stdint.h types with VS 2010. | José Fonseca | 2014-05-02 | 1 | -1/+2 |
* | egl_dri: rework dri extension handling | Emil Velikov | 2014-04-28 | 2 | -11/+12 |
* | dri_interface: Update __DRItexBufferExtensionRec to version 3 | Emil Velikov | 2014-04-28 | 3 | -6/+21 |
* | egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM | Ander Conselvan de Oliveira | 2014-04-25 | 1 | -0/+2 |
* | wayland: Fix the logic in disabling the prime capability | Neil Roberts | 2014-04-25 | 1 | -1/+1 |
* | egl/build: Sort egl sources alphabetically. | Matt Turner | 2014-04-07 | 1 | -15/+15 |
* | egl/build: Remove unused -DXF86VIDMODE. | Matt Turner | 2014-04-07 | 1 | -4/+0 |
* | egl/build: Include headers and XML in distribution. | Matt Turner | 2014-04-07 | 3 | -2/+11 |
* | egl/build: Drop two unnecessary Makefiles. | Matt Turner | 2014-04-07 | 2 | -50/+0 |
* | egl/dri2: use drm macros to construct device name | Jonathan Gray | 2014-04-05 | 1 | -1/+6 |
* | egl/dri2: don't require libudev to build drm/wayland platforms | Jonathan Gray | 2014-04-05 | 1 | -2/+0 |
* | automake: don't enable -Wl,--no-undefined on OpenBSD | Jonathan Gray | 2014-04-05 | 2 | -2/+2 |
* | automake: ask the linker to do garbage collection | Emil Velikov | 2014-03-31 | 2 | -0/+2 |
* | automake: add -Wl,--no-undefined to all libraries | Emil Velikov | 2014-03-31 | 2 | -2/+7 |
* | automake: consistently use -no-undefined | Emil Velikov | 2014-03-31 | 1 | -1/+3 |
* | egl/main: Enable Linux platform extensions | Chad Versace | 2014-03-17 | 5 | -23/+215 |
* | egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurface | Chad Versace | 2014-03-17 | 1 | -1/+17 |
* | 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 | 11 | -43/+74 |
* | egl: Add STATIC_ASSERT() macro | Chad Versace | 2014-03-17 | 1 | -0/+5 |
* | egl/dri2: Dispatch eglCreateImageKHR by display, not driver | Chad Versace | 2014-03-17 | 6 | -18/+35 |
* | egl/dri2/x11: Don't clobber _EGLDriver::API | Chad Versace | 2014-03-17 | 1 | -5/+0 |
* | egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver | Chad Versace | 2014-03-17 | 7 | -6/+32 |
* | egl/dri2: Consolidate eglTerminate | Chad Versace | 2014-03-17 | 2 | -40/+24 |
* | egl/dri2/x11: Set dri2_dpy->own_device | Chad Versace | 2014-03-17 | 1 | -0/+3 |
* | 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 | 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 |