glsl: Link glsl_test with pthreads library.
[mesa.git] / src / egl / drivers /
2015-01-13 Chad Versaceegl/wayland: Fix unused variable warnings
2015-01-06 Eric Anholtegl: Inform the client API when ancillary buffers may...
2014-12-23 Alexander von Gluck IVegl/haiku: Clean up SConscript whitespace
2014-12-23 Alexander von Gluck IVegl/dri2: Fix build of dri2 egl driver with SCons
2014-12-23 Alexander von Gluck IVegl: Clean up Haiku visual creation
2014-12-23 Alexander von Gluck IVegl: Add Haiku code and support
2014-12-12 Matt Turneregl/dri2: Add headers to distribution.
2014-12-09 Matt TurnerUse calloc instead of malloc/memset-0
2014-12-04 Matt Turneregl/dri2: Log a warning if no platforms are enabled.
2014-11-07 Emil Velikovegl_dri2: add a note about dri2_create_screen
2014-11-07 Emil Velikovegl_dri2: fix double free on drm platforms
2014-11-06 Emil Velikovegl_dri2: do not leak dri2_dpy->driver_configs
2014-10-27 Lionel Landwerlinegl/drm: do not crash when swapping buffers without...
2014-09-29 Tapani Pälliegl: setup screen iterator before using it
2014-09-23 Juha-Pekka Heikkilaegl: extra null checks for get_xcb_screen() return...
2014-09-22 Andreas Pokornyegl/drm: expose KHR_image_pixmap extension
2014-09-04 Carl Worthegl: Restrict multiplication in calloc arguments to...
2014-09-01 Marek Olšákegl/dri2: use the correct screen index
2014-08-16 Ilia Mirkinegl: don't exit process on initialization failure
2014-08-14 Pekka Paalanenegl_dri2: fix EXT_image_dma_buf_import fds
2014-08-12 Emil Velikovandroid: loader: prefix static libraries with libmesa_*
2014-08-12 Emil Velikovandroid: egl/dri2: use the installed libdrm headers
2014-08-12 Emil Velikovandroid: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}
2014-07-30 Giovanni Campagnadri: Add a new capabilities for drivers that can't...
2014-07-30 Giovanni CampagnaAdd support for swrast to the DRM EGL platform
2014-06-17 Matt Turneregl: Remove unused variable dri_driver_path.
2014-06-09 Emil Velikovegl/dri2: do not leak dri2_dpy->driver_name
2014-06-09 Emil Velikovegl/dri2/x11: use standard strndup function
2014-06-09 Adrian Negreanuandroid, egl: typo dri2_fallback_pixmap_surface ->...
2014-06-09 Adrian Negreanuandroid, egl: add correct drm include for libmesa_egl_dri2
2014-06-09 Adrian Negreanuandroid: add libloader to libGLES_mesa and libmesa_egl_dri2
2014-05-29 Emil Velikovegl_dri2: fix wayland_platform when drm_platform is...
2014-05-20 Sarah Sharpegl: Add EGL_CHROMIUM_sync_control extension.
2014-05-10 Emil Velikovegl_dri2: cleanup memory leak in dri2_create_context()
2014-04-28 Emil Velikovegl_dri: rework dri extension handling
2014-04-28 Emil Velikovdri_interface: Update __DRItexBufferExtensionRec to...
2014-04-25 Ander Conselvan... egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM
2014-04-25 Neil Robertswayland: Fix the logic in disabling the prime capability
2014-04-07 Matt Turneregl/build: Include headers and XML in distribution.
2014-04-07 Matt Turneregl/build: Drop two unnecessary Makefiles.
2014-04-05 Jonathan Grayegl/dri2: use drm macros to construct device name
2014-04-05 Jonathan Grayegl/dri2: don't require libudev to build drm/wayland...
2014-03-17 Chad Versaceegl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatfo...
2014-03-17 Chad Versaceegl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPi...
2014-03-17 Chad Versaceegl/main: Stop using EGLNative types internally
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreateImageKHR by display, not...
2014-03-17 Chad Versaceegl/dri2/x11: Don't clobber _EGLDriver::API
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreateWaylandBufferFromImageWL...
2014-03-17 Chad Versaceegl/dri2: Consolidate eglTerminate
2014-03-17 Chad Versaceegl/dri2/x11: Set dri2_dpy->own_device
2014-03-17 Chad Versaceegl/dri2: Dispatch eglPostSubBufferNV by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapBuffersRegionNOK by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCopyBuffers by display, not driver
2014-03-17 Chad Versaceegl/dri2: Dispatch API.QueryBufferAge by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglDestroySurface by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreatePbufferSurface by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreatePixmapSurface by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglCreateWindowSurface by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapBuffersWithDamage by display...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapBuffers by display, not...
2014-03-17 Chad Versaceegl/dri2: Dispatch eglSwapInterval by display, not...
2014-03-17 Chad Versaceegl/wl,x11: Call dri2_swap_interval() statically
2014-03-17 Chad Versaceegl/dri2: Put platform func names into proper namespaces
2014-03-17 Chad Versaceegl/dri2: Move dri2_egl_display virtual funcs to vtbl
2014-03-12 Neil RobertsAdd the EGL_MESA_configless_context extension
2014-02-23 Emil Velikovegl/wayland: explicitly set __DRIimageLoaderExtension...
2014-02-18 Emil Velikovautomake: remove leftover XORG and LIBKMS variables
2014-02-11 Emil Velikovegl/dri2/android: free driver_name in dri2_initialize_a...
2014-02-11 Emil Velikovegl_dri2: remove LIBUDEV_CFLAGS from Makefile.am
2014-02-06 Chad Versaceegl/glx: Remove egl_glx driver
2014-01-18 Emil Velikovegl_dri2: use loader util lib
2014-01-18 Emil Velikovloader: introduce the loader util lib
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-13 Tapani Pälliegl_dri2: call dri2_add_configs_for_visuals after exten...
2013-12-19 Quanxian Wangegl: break instead of looping after driver is found
2013-12-10 Kristian Høgsbergegl/wayland: Return -1 from get_back_bo to indicate...
2013-12-10 Neil Robertsegl_dri2: Remove the unused swap_interval member of...
2013-12-08 Neil Robertswayland: Add support for eglSwapInterval
2013-12-08 Neil Robertswayland: Block for the frame callback in get_back_bo...
2013-12-05 Neil Robertswayland: Add an extension to create wl_buffers from...
2013-12-05 Kristian Høgsbergegl/wayland: Damage INT32_MAX x INT32_MAX region for...
2013-12-04 Axel DavyEnable throttling in SwapBuffers
2013-12-04 Kristian Høgsbergegl/wayland: Send commit after flushing the driver...
2013-12-04 Axel Davyegl/wayland: Flush the wl_display at the end of SwapBuffers
2013-12-03 Tapani Pälliegl: add HAVE_LIBDRM define, fix EGL X11 platform
2013-11-13 Kristian Høgsbergwayland: Use __DRIimage based getBuffers implementation...
2013-11-13 Kristian Høgsberggbm: Add support for __DRIimage based getBuffers when...
2013-11-10 Samuel ThibaultEGL: fix build without libdrm
2013-10-24 Eric Anholtdri: Pass in the dlsym()ed driver extension to screen...
2013-10-24 Eric Anholtegl: Add an optional function call for getting the...
2013-10-16 Kristian Høgsbergegl_dri2: Set NativeVisualID to the matching GBM config...
2013-10-16 Kristian Høgsbergegl_dri2: Remove depth argument from dri2_add_config()
2013-10-16 Kristian Høgsbergegl_dri2: Match X11 visuals using rgba masks instead...
2013-10-16 Singh, Satyeshwaregl-wayland: Add support for RGB565 pixel format for...
2013-10-11 Kristian Høgsbergwayland: Only pass wl_drm instance to gbm when using...
2013-10-11 Kristian Høgsbergwayland: Don't rely on static variable for identifying...
2013-09-19 Gaetan Nadonglx: fix compile error in egl_glx.c.
2013-08-08 Chad Versaceegl: Do not export private symbols
2013-08-07 Ander Conselvan... egl: Update to Wayland 1.2 server API
2013-08-02 Topi Pohjolainenegl/dri2: support for creating images out of dma buffers
next