| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |