egl: Restrict multiplication in calloc arguments to use compile-time constants
[mesa.git] / src / egl / drivers / dri2 /
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-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-01-18 Emil Velikovegl_dri2: use loader util lib
2014-01-18 Emil Velikovloader: introduce the loader util lib
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-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-07-31 Eric Anholtegl: Restore "bogus" DRI2 invalidate event code.
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
2013-05-02 Rob Bradfordwayland: Make eglQueryBufferWL succeed for width and...
2013-04-24 Chad Versaceegl/dri2: Fix min/max swap interval of configs
2013-04-12 Ian Romanickegl/dri2: NULL check value returned by dri2_create_surface
2013-04-11 Ralf Jungegl/x11: Fix initialisation of swap_interval
2013-03-19 Kristian Høgsbergegl_dri2: Lower __DRI_IMAGE version requirement back...
2013-03-19 Kristian Høgsbergwayland: Add prime fd passing as a buffer sharing mechanism
2013-03-19 Kristian Høgsbergwayland: allocate a __DRIimage for the color buffer
2013-02-26 Kristian Høgsbergegl/wayland: Don't block on EGL_DEFAULT_DISPAY under...
2013-02-26 Ian Romanickegl: Allow 24-bit visuals for 32-bit RGBA8888 configs
2013-02-08 Kristian Høgsbergegl-wayland: Make sure we allocate a back buffer even...
2013-02-06 José Fonsecaegl/dri: Don't invoke dri2_dpy->flush if it's NULL.
2013-02-02 Vinson Leeegl/dri2: Fix memory leak.
2013-02-01 Abdiel Janulguedri2: Create image from texture
next