egl/wayland: Ignore rects from SwapBuffersWithDamage
[mesa.git] / src / egl / drivers / dri2 / platform_wayland.c
2015-11-13 Daniel Stoneegl/wayland: Ignore rects from SwapBuffersWithDamage
2015-10-07 Emil Velikovegl/dri2: enable EGL_KHR_gl_colorspace for swrast
2015-09-15 Emil Velikovegl/dri2: don't leak the fd on dri2_terminate
2015-08-22 Boyan Dingegl/wayland: define set_cloexec_or_close only when...
2015-08-01 Emil Velikovegl/wayland: use drmGetNodeTypeFromFd helper instead...
2015-08-01 Emil Velikovegl/wayland: use designated initializers
2015-07-22 Marek Olšákegl: implement EGL_KHR_gl_colorspace (v2)
2015-06-30 Emil Velikovegl/wayland: cleanup dri2_wl_create_surface error path
2015-06-30 Emil Velikovegl/wayland: handle NULL native_window in create_surface
2015-06-26 Boyan Dingegl_dri2: Remove trailing whitespaces
2015-06-23 Derek Foremanegl: Use the loader_open_device() helper to do open...
2015-06-05 Marek Olšákegl: set the EGL version in common code
2015-05-11 Axel Davyegl/wayland: Implement swrast support
2015-05-11 Axel Davyegl/wayland: Simplify dri2_wl_create_surface
2015-05-11 Axel Davyegl/wayland: Implement DRI_PRIME support
2015-05-11 Axel Davyegl/wayland: Add support for render-nodes
2015-05-11 Axel Davyegl/wayland: properly destroy wayland objects
2015-03-05 Emil Velikovegl/drivers: include stdint.h where needed
2015-02-23 Vivek Kasireddyegl, wayland: RGB565 format support on Back-buffer
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-09 Matt TurnerUse calloc instead of malloc/memset-0
2014-09-04 Carl Worthegl: Restrict multiplication in calloc arguments to...
2014-05-20 Sarah Sharpegl: Add EGL_CHROMIUM_sync_control extension.
2014-04-25 Neil Robertswayland: Fix the logic in disabling the prime capability
2014-03-17 Chad Versaceegl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatfo...
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: Dispatch eglCreateWaylandBufferFromImageWL...
2014-03-17 Chad Versaceegl/dri2: Consolidate eglTerminate
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-02-23 Emil Velikovegl/wayland: explicitly set __DRIimageLoaderExtension...
2014-01-18 Emil Velikovegl_dri2: use loader util lib
2013-12-10 Kristian Høgsbergegl/wayland: Return -1 from get_back_bo to indicate...
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-11-13 Kristian Høgsbergwayland: Use __DRIimage based getBuffers implementation...
2013-10-16 Kristian Høgsbergegl_dri2: Remove depth argument from dri2_add_config()
2013-10-16 Singh, Satyeshwaregl-wayland: Add support for RGB565 pixel format for...
2013-06-18 Kristian Høgsbergwayland: Handle global_remove event as well
2013-05-07 Robert Braggegl/wayland: Implement EGL_EXT_swap_buffers_with_damage
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-08 Kristian Høgsbergegl-wayland: Make sure we allocate a back buffer even...
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-04 Kristian Høgsbergegl/wayland: Remove kooky flush code
2013-01-04 Kristian Høgsbergegl/wayland: Remove confusing comment about front buffe...
2013-01-03 Jonas Ådahlwayland: Don't cancel a roundtrip when any event is...
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-07 Jonas Ådahlwayland: Destroy frame callback when destroying surface
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-09-06 Matt TurnerUse calloc instead of malloc/memset-0
2012-03-27 Kristian Høgsbergwayland: Stop using wl_buffer.damage
2012-03-11 David FriesSet close on exec flag FD_CLOEXEC
2012-03-05 Benjamin Franzkewayland: Use new wl_display_disconnect
2012-01-11 Kristian Høgsbergwayland-drm: Drop the non-premul formats, use format...
2011-12-13 Benjamin Franzkeegl_dri2: Fix some valgrind reported leaks
2011-09-15 Jørgen Lindwayland: Flush before blocking in swapbuffers.
2011-09-01 Benjamin Franzkeegl_dri2: Destroy callback in release_pending_buffer
2011-08-31 Kristian Høgsbergwayland: Track changes to drop wl_visual
2011-08-31 Kristian Høgsbergwayland: Track server side wayland changes
2011-08-31 Kristian Høgsbergwayland: Use new wl_callback mechanism
2011-08-31 Benjamin Franzkeegl_dri2: Drop dri2_surface_type enum
2011-08-28 Chia-I Wuegl_dri2: allow RGBA masks to be specified for matching
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-21 Benjamin Franzkeegl_dri2/wayland: Hook up new buffer.release event
2011-06-20 Kristian Høgsbergwayland: Pass use_invalidate extension to driver
2011-06-12 Benjamin Franzkeegl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-31 Benjamin Franzkeegl_dri2: Fix usage of bool values
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Benjamin Franzkeegl/wayland: Fix possible lockup in drm initialization
next