summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_wayland.c
Commit message (Expand)AuthorAgeFilesLines
...
* egl/dri2: Dispatch eglCreateWindowSurface by display, not driverChad Versace2014-03-171-1/+1
* egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driverChad Versace2014-03-171-1/+1
* egl/dri2: Dispatch eglSwapBuffers by display, not driverChad Versace2014-03-171-1/+1
* egl/dri2: Dispatch eglSwapInterval by display, not driverChad Versace2014-03-171-1/+2
* egl/wl,x11: Call dri2_swap_interval() staticallyChad Versace2014-03-171-1/+5
* egl/dri2: Put platform func names into proper namespacesChad Versace2014-03-171-54/+54
* egl/dri2: Move dri2_egl_display virtual funcs to vtblChad Versace2014-03-171-1/+9
* egl/wayland: explicitly set __DRIimageLoaderExtension membersEmil Velikov2014-02-231-3/+4
* egl_dri2: use loader util libEmil Velikov2014-01-181-1/+4
* egl/wayland: Return -1 from get_back_bo to indicate errorKristian Høgsberg2013-12-091-1/+1
* wayland: Add support for eglSwapIntervalNeil Roberts2013-12-071-32/+111
* wayland: Block for the frame callback in get_back_bo not dri2_swap_buffersNeil Roberts2013-12-071-14/+22
* wayland: Add an extension to create wl_buffers from EGLImagesNeil Roberts2013-12-041-0/+78
* egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg2013-12-041-2/+2
* Enable throttling in SwapBuffersAxel Davy2013-12-041-1/+13
* egl/wayland: Send commit after flushing the driver contextKristian Høgsberg2013-12-041-2/+1
* egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy2013-12-041-0/+2
* wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2013-11-121-45/+95
* egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg2013-10-151-3/+3
* egl-wayland: Add support for RGB565 pixel format for Wayland clientsSingh, Satyeshwar2013-10-151-2/+11
* wayland: Handle global_remove event as wellKristian Høgsberg2013-06-181-1/+8
* egl/wayland: Implement EGL_EXT_swap_buffers_with_damageRobert Bragg2013-05-071-3/+26
* egl_dri2: Lower __DRI_IMAGE version requirement back to 1Kristian Høgsberg2013-03-191-0/+9
* wayland: Add prime fd passing as a buffer sharing mechanismKristian Høgsberg2013-03-181-15/+54
* wayland: allocate a __DRIimage for the color bufferKristian Høgsberg2013-03-181-22/+35
* egl/wayland: Don't block on EGL_DEFAULT_DISPAY under waylandKristian Høgsberg2013-02-261-0/+4
* egl-wayland: Make sure we allocate a back buffer even if nothing was renderedKristian Høgsberg2013-02-081-0/+8
* egl/wayland: Implement EGL_EXT_buffer_ageKristian Høgsberg2013-01-141-1/+24
* egl/wayland: Pull color buffers from dri2_surf->color_buffers poolKristian Høgsberg2013-01-141-241/+138
* egl/wayland: Remove kooky flush codeKristian Høgsberg2013-01-041-8/+0
* egl/wayland: Remove confusing comment about front buffer renderingKristian Høgsberg2013-01-041-10/+0
* wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl2013-01-031-0/+3
* egl/wayland: Dispatch the event queue before get_buffersAnder Conselvan de Oliveira2012-11-301-0/+3
* egl/wayland: Add invalidate back in eglSwapBuffers()Kristian Høgsberg2012-11-301-0/+1
* egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira2012-11-301-1/+19
* wayland: Destroy frame callback when destroying surfaceJonas Ådahl2012-11-071-0/+3
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-171-143/+4
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-171-27/+75
* Use calloc instead of malloc/memset-0Matt Turner2012-09-051-3/+1
* wayland: Stop using wl_buffer.damageKristian Høgsberg2012-03-271-2/+0
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-111-1/+10
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-051-1/+1
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-111-20/+11
* egl_dri2: Fix some valgrind reported leaksBenjamin Franzke2011-12-131-0/+5
* wayland: Flush before blocking in swapbuffers.Jørgen Lind2011-09-151-2/+5
* egl_dri2: Destroy callback in release_pending_bufferBenjamin Franzke2011-09-011-0/+2
* wayland: Track changes to drop wl_visualKristian Høgsberg2011-08-311-12/+54
* wayland: Track server side wayland changesKristian Høgsberg2011-08-311-1/+1
* wayland: Use new wl_callback mechanismKristian Høgsberg2011-08-311-31/+24
* egl_dri2: Drop dri2_surface_type enumBenjamin Franzke2011-08-311-11/+9