r600g,radeonsi: set correct initial domain for shared resources
[mesa.git] / src / egl /
2014-04-07 Matt Turneregl/build: Sort egl sources alphabetically.
2014-04-07 Matt Turneregl/build: Remove unused -DXF86VIDMODE.
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-04-05 Jonathan Grayautomake: don't enable -Wl,--no-undefined on OpenBSD
2014-03-31 Emil Velikovautomake: ask the linker to do garbage collection
2014-03-31 Emil Velikovautomake: add -Wl,--no-undefined to all libraries
2014-03-31 Emil Velikovautomake: consistently use -no-undefined
2014-03-17 Chad Versaceegl/main: Enable Linux platform extensions
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: Add STATIC_ASSERT() macro
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-03-12 Neil RobertseglCreateContext: Remove the check for whether config...
2014-03-11 Emil Velikovautomake: use install-lib-links.mk across all classic...
2014-02-23 Emil Velikovegl/wayland: explicitly set __DRIimageLoaderExtension...
2014-02-19 Chia-I Wuegl: clarify what _eglInitResource does
2014-02-19 Chia-I WuRevert "egl: Unhide functionality in _eglInitContext()"
2014-02-19 Chia-I WuRevert "egl: Unhide functionality in _eglInitSurface()"
2014-02-18 Sinclair YehPrevent zero sized wl_egl_window
2014-02-18 Emil Velikovautomake: remove leftover XORG and LIBKMS variables
2014-02-11 Emil Velikovwayland-egl: automake: add symbol test
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-07 Juha-Pekka Heikkilaegl: Unhide functionality in _eglInitSurface()
2014-02-07 Juha-Pekka Heikkilaegl: Unhide functionality in _eglInitContext()
2014-02-06 Chad Versaceegl/glx: Remove egl_glx driver
2014-01-29 Kristian Høgsbergbuild: Share the all-local rule for linking libraries...
2014-01-27 Eric Anholtloader: Use dlsym to get our udev symbols instead of...
2014-01-23 José Fonsecaegl: Use C11 thread abstractions.
2014-01-18 Emil Velikovegl_dri2: use loader util lib
2014-01-18 Emil Velikovegl-static: 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-26 Chad Versaceegl: Kill macro _EGL_DECLARE_MUTEX
2013-11-26 Chad Versaceegl: Enable EGL_EXT_client_extensions
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-30 Fabio Pedrettiwayland: silence unused var warning
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-22 Ander Conselvan... wayland: Don't leak wl_drm global when unbinding display
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-10-09 Gaetan Nadonegl/main: remove undefined X11_LIBS automake variable
2013-09-30 Carl WorthUse -Bsymbolic when linking libEGL.so
2013-09-19 Gaetan Nadonglx: fix compile error in egl_glx.c.
2013-09-11 Torsten Duwewayland-egl.pc requires wayland-client.pc.
2013-08-12 Armin Kgbm: Link to libwayland-drm if Wayland EGL platform...
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
2013-08-02 Topi Pohjolainenegl: definitions for EXT_image_dma_buf_import
2013-07-31 Eric Anholtegl: Restore "bogus" DRI2 invalidate event code.
2013-07-22 Matt Turneregl/build: Remove unused GLAPI_LIB.
2013-07-18 Ian Romanickegl: Drop configs with unknown or invalide __DRI_ATTRIB...
2013-07-18 Tomasz Lisdri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
2013-06-18 Kristian Høgsbergwayland: Handle global_remove event as well
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-08 Chad Versaceegl/android: Fix error condition for EGL_ANDROID_image_...
2013-05-07 Robert Braggegl/wayland: Implement EGL_EXT_swap_buffers_with_damage
next