wayland: Don't rely on static variable for identifying wl_drm buffers
[mesa.git] / src / egl / drivers /
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
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
2013-01-28 Tapani Pälliandroid: use gralloc_drm_get_gem_handle api
2013-01-15 Ian Romanickegl/dri2: Fix typo in the previous commit
2013-01-15 Chad Versaceegl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
2013-01-14 Kristian Høgsbergegl/wayland: Implement EGL_EXT_buffer_age
2013-01-14 Kristian Høgsbergegl/wayland: Pull color buffers from dri2_surf->color_b...
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Kristian Høgsbergegl/gbm: Implement EGL_EXT_buffer_age
2013-01-04 Kristian Høgsbergegl/wayland: Remove kooky flush code
2013-01-04 Kristian Høgsbergegl/wayland: Remove confusing comment about front buffe...
2013-01-04 Kristian Høgsbergegl_dri2: Remove unused struct dri2_egl_buffer from...
2013-01-03 Jonas Ådahlwayland: Don't cancel a roundtrip when any event is...
2013-01-02 Chad Versaceegl/android: Fix build for Jelly Bean (v2)
2012-11-30 Ander Conselvan... egl/wayland: Dispatch the event queue before get_buffers
2012-11-30 Kristian Høgsbergegl/wayland: Add invalidate back in eglSwapBuffers()
2012-11-30 Ander Conselvan... egl/wayland: Don't invalidate drawable on swap buffers
2012-11-19 Chad Versaceegl/dri2: Set error code when dri2CreateContextAttribs...
2012-11-07 Jonas Ådahlwayland: Destroy frame callback when destroying surface
2012-11-06 Fredrik Höglundegl_dri2/x11: Fix eglPostSubBufferNV()
2012-10-17 Kristian Høgsbergwayland: Drop support for ill-defined, unused wl_egl_pixmap
2012-10-17 Kristian Høgsbergegl/wayland: Update to Wayland 0.99 API
2012-10-09 Eric Anholtegl: Remove bogus invalidate code.
2012-10-09 Eric Anholtegl: Add support for driconf control of swapinterval.
2012-10-09 Eric Anholtegl: Quit checking for a bug in old xcb when we require...
2012-10-09 Eric Anholtegl: Drop xcb ifdefs by just requiring a version from...
2012-10-09 Eric Anholtegl: Unifdef dri_interface.h defines.
2012-10-09 Eric Anholtegl: Cleanly cast EGLNative* pointers to X11 types.
2012-10-02 Robert BraggSwapBuffersRegionNOK: invert rectangles on y axis
2012-09-06 Matt TurnerUse calloc instead of malloc/memset-0
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-08-31 Jakob Bornecrantzdri: Rework planar image interface
2012-08-31 Tapani Pälliandroid: do not expose single buffered eglconfigs
2012-08-31 Tapani Pälliandroid: fix liblog API changes
2012-08-26 Jakob Bornecrantzgbm: Use libkms to replace DRI cursor images
2012-08-23 Paulo Alcantaraegl_dri2: Fix segmentation fault
2012-08-14 Ian Romanickegl: Allow OpenGL ES 3.0 as a version
2012-08-14 Ian Romanickegl_dri2: Add support for EGL_KHR_create_context and...
2012-08-14 Ian Romanickegl_dri2: Silence warnings about missing initializers
2012-08-14 Ian Romanickegl: Rename ClientVersion to ClientMajorVersion, add...
2012-08-14 Ian Romanickegl_dri2: Use createContextAttribs if DRI2 version...
2012-08-14 Ian Romanickegl_dri2: Require DRI2 version 2
2012-08-06 Ian Romanickegl: Replace KHR_surfaceless_* extensions with KHR_surf...
2012-08-06 Ian Romanickegl_dri2: Refactor dereference of dri2_ctx_shared
2012-08-06 Ian Romanickegl_dri2: Remove swrast version >= 2 checks
2012-07-19 Kristian Høgsbergwayland: Support EGL_WIDTH and EGL_HEIGHT queries for...
2012-07-19 Kristian Høgsbergwayland: Use existing EGL_TEXTURE_FORMAT for querying...
2012-07-16 Elvis Leeegl_dri2: NULL check for EGLNativeWindowType
2012-07-11 Kristian Høgsbergegl: Add EGL_WAYLAND_PLANE_WL attribute
2012-07-11 Kristian Høgsbergwayland-drm: Add protocol to create planar buffers
2012-07-11 Kristian Høgsbergwayland-drm: Pass struct wl_drm_buffer to the driver
2012-07-05 Kristian Høgsbergegl_dri2: Reorganize the EGLImage constructors to share...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-03 Robert Hookeregl_dri2: Fix out of tree builds with the wayland backe...
2012-04-30 Sean V Kelleyegl/android: Add support for RGBX_8888 used in Android...
2012-04-10 Mandeep Singh Bainesegl_dri2: fix aux buffer leak in drm platform
2012-03-29 Ander Conselvan... egl_dri2: use gbm_surface as the native window type...
2012-03-27 Ander Conselvan... egl_dri2: make flush extension useable by drm platform
2012-03-27 Kristian Høgsbergwayland: Stop using wl_buffer.damage
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-11 David FriesSet close on exec flag FD_CLOEXEC
2012-03-05 Benjamin Franzkewayland: Use new wl_display_disconnect
2012-02-29 Eric Anholtegl/drivers: Convert to automake.
2012-02-29 Eric Anholtegl/main: Convert to automake.
2012-02-29 Eric Anholtegl: Drop the non-builtin-drivers support.
2012-02-29 Eric Anholtegl: Drop _EGL_MAIN entrypoint obfuscation.
2012-01-26 Benjamin Franzkeautomake: src/egl/wayland
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-20 Matt TurnerAlways build shared glapi
2012-01-11 Kristian Høgsbergwayland-drm: Drop the non-premul formats, use format...
2012-01-11 Kristian Høgsbergegl_dri2: Put the _eglError call in the case switch...
2012-01-11 Robert Braggegl_dri2/wayland: handle creating xrgb8888 images
2011-12-21 Kristian Høgsbergegl/x11: Merge the right version of Frederiks change
2011-12-21 Fredrik Höglundegl_dri2/x11: Add support for the DRI2 SwapBuffers...
2011-12-21 Fredrik Höglundegl_dri2/x11: Add support for eglSwapInterval
2011-12-20 Chia-I Wuegl_dri2/x11: error check coordinates in eglPostSubBufferNV
next