summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* egl/wayland: add missing destroy_window callbackStencel, Joanna2016-10-241-2/+13
* loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2016-10-181-1/+1
* egl/wayland: introduce dri2_wl_add_configs_for_visuals() helperEmil Velikov2016-10-141-32/+51
* egl/dri2: set WL_bind_wayland_display in a consistent wayEmil Velikov2016-10-141-1/+1
* egl/dri2: rework dri2_egl_display::extensions storageEmil Velikov2016-10-141-11/+24
* egl/wayland: don't populate dri2_dpy->swrast_loader_extensionEmil Velikov2016-10-141-8/+10
* egl/wayland: don't populate dri2_dpy->dri2_loader_extensionEmil Velikov2016-10-141-7/+9
* egl/dri2: move surface refcounting out of the platform codeEmil Velikov2016-10-141-3/+0
* egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+2
* egl: restrict swap_available dri2_egl_display field to X11Frank Binns2016-07-071-2/+0
* dri: add backbuffer use flagAxel Davy2016-03-091-3/+5
* egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamageDerek Foreman2016-02-261-3/+36
* egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...Boyan Ding2015-11-171-0/+2
* egl/wayland: Ignore rects from SwapBuffersWithDamageDaniel Stone2015-11-131-12/+4
* egl/dri2: enable EGL_KHR_gl_colorspace for swrastEmil Velikov2015-10-071-3/+6
* egl/dri2: don't leak the fd on dri2_terminateEmil Velikov2015-09-151-0/+1
* egl/wayland: define set_cloexec_or_close only when mkostemp is not presentBoyan Ding2015-08-221-0/+4
* egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding itEmil Velikov2015-08-011-18/+2
* egl/wayland: use designated initializersEmil Velikov2015-08-011-13/+13
* egl: implement EGL_KHR_gl_colorspace (v2)Marek Olšák2015-07-221-4/+7
* egl/wayland: cleanup dri2_wl_create_surface error pathEmil Velikov2015-06-301-3/+1
* egl/wayland: handle NULL native_window in create_surfaceEmil Velikov2015-06-301-0/+5
* egl_dri2: Remove trailing whitespacesBoyan Ding2015-06-261-4/+4
* egl: Use the loader_open_device() helper to do open with CLOEXECDerek Foreman2015-06-231-10/+1
* egl: set the EGL version in common codeMarek Olšák2015-06-051-8/+0
* egl/wayland: Implement swrast supportAxel Davy2015-05-111-16/+688
* egl/wayland: Simplify dri2_wl_create_surfaceAxel Davy2015-05-111-25/+13
* egl/wayland: Implement DRI_PRIME supportAxel Davy2015-05-111-15/+89
* egl/wayland: Add support for render-nodesAxel Davy2015-05-111-14/+55
* egl/wayland: properly destroy wayland objectsAxel Davy2015-05-111-1/+4
* egl/drivers: include stdint.h where neededEmil Velikov2015-03-051-0/+1
* egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy2015-02-231-3/+38
* egl/wayland: Fix unused variable warningsChad Versace2015-01-131-2/+0
* egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt2015-01-061-11/+1
* Use calloc instead of malloc/memset-0Matt Turner2014-12-081-2/+1
* egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2014-09-031-1/+1
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-201-0/+1
* wayland: Fix the logic in disabling the prime capabilityNeil Roberts2014-04-251-1/+1
* egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurfaceChad Versace2014-03-171-1/+17
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-4/+5
* egl/dri2: Dispatch eglCreateImageKHR by display, not driverChad Versace2014-03-171-0/+1
* egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driverChad Versace2014-03-171-6/+4
* egl/dri2: Consolidate eglTerminateChad Versace2014-03-171-27/+0
* egl/dri2: Dispatch eglPostSubBufferNV by display, not driverChad Versace2014-03-171-0/+1
* egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driverChad Versace2014-03-171-0/+1
* egl/dri2: Dispatch eglCopyBuffers by display, not driverChad Versace2014-03-171-0/+1
* egl/dri2: Dispatch API.QueryBufferAge by display, not driverChad Versace2014-03-171-1/+1
* egl/dri2: Dispatch eglDestroySurface by display, not driverChad Versace2014-03-171-1/+1
* egl/dri2: Dispatch eglCreatePbufferSurface by display, not driverChad Versace2014-03-171-0/+1
* egl/dri2: Dispatch eglCreatePixmapSurface by display, not driverChad Versace2014-03-171-0/+1