summaryrefslogtreecommitdiff
path: root/src/egl/wayland
AgeCommit message (Expand)AuthorFilesLines
2017-03-13wayland: move .gitignore where applicableEmil Velikov1-0/+0
2017-03-10wayland-egl/wayland-egl-symbols-check: do not mandate bashEmil Velikov1-1/+1
2017-02-01Add missing copyright header to wayland-egl-priv.hMicah Fedke1-0/+27
2016-09-01wayland-drm: add missing NULL checkFrank Binns1-0/+2
2016-08-31Introduce .editorconfigEric Engestrom1-0/+2
2016-08-24egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.Stencel, Joanna2-0/+4
2016-03-09egl/wayland: do not wrap header inclusion in extern "C"Emil Velikov1-4/+4
2015-09-24wayland: Add copyright notice for wayland-egl.cKristian Høgsberg Kristensen1-0/+29
2015-09-02mesa: Fix warning about static being in the wrong placeIan Romanick1-1/+1
2014-12-17egl: remove support for GCC older than 4.1.0Timothy Arceri1-1/+1
2014-12-12egl+gbm: Add symbols-check tests to distribution.Matt Turner1-0/+1
2014-12-12egl: Drop unnecessary Makefile.am.Matt Turner1-1/+0
2014-05-12wayland: Move version 2 request to end of interface specificationKristian Høgsberg1-16/+19
2014-04-07egl/build: Include headers and XML in distribution.Matt Turner1-1/+6
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov1-1/+2
2014-03-31automake: consistently use -no-undefinedEmil Velikov1-1/+3
2014-03-11automake: use install-lib-links.mk across all classic mesaEmil Velikov1-0/+2
2014-02-18Prevent zero sized wl_egl_windowSinclair Yeh1-0/+6
2014-02-11wayland-egl: automake: add symbol testEmil Velikov2-0/+18
2013-10-30wayland: silence unused var warningFabio Pedretti1-2/+0
2013-10-22wayland: Don't leak wl_drm global when unbinding displayAnder Conselvan de Oliveira1-2/+5
2013-10-15egl-wayland: Add support for RGB565 pixel format for Wayland clientsSingh, Satyeshwar1-0/+3
2013-10-11wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2-10/+12
2013-09-11wayland-egl.pc requires wayland-client.pc.Torsten Duwe1-0/+1
2013-08-08egl: Do not export private symbolsChad Versace2-0/+2
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2-33/+46
2013-03-18wayland: Add prime fd passing as a buffer sharing mechanismKristian Høgsberg3-9/+67
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2012-11-30egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira2-0/+8
2012-10-17wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2-44/+0
2012-10-17wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg1-26/+0
2012-07-17wayland: Include wl_drm format enum in wayland-drm.hKristian Høgsberg1-1/+64
2012-07-16gbm: Add new gbm_bo_import entry pointKristian Høgsberg1-3/+0
2012-07-13wayland: Stop trying to use make rules from aclocal, just copy and pasteKristian Høgsberg2-1/+8
2012-07-11egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg1-1/+1
2012-07-11wayland-drm: Add protocol to create planar buffersKristian Høgsberg3-20/+90
2012-07-11wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2-19/+18
2012-04-12wayland-drm: Implement wl_buffer.damage in old versions of WaylandNeil Roberts1-0/+26
2012-04-10wayland-drm: remove wl_buffer.damagePekka Paalanen1-7/+0
2012-03-20Add Makefile.in to toplevel .gitignoreKenneth Graunke1-1/+0
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry1-4/+0
2012-01-29add wayland cflags when building wayland-eglJuan Zhao1-1/+2
2012-01-26automake: src/egl/waylandBenjamin Franzke8-156/+37
2012-01-11wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2-9/+66
2012-01-11egl_dri2/wayland: handle creating xrgb8888 imagesRobert Bragg2-0/+11
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-2/+2
2011-09-01wayland: Use wl_resource_* error functionsKristian Høgsberg1-10/+10
2011-09-01wayland-drm: Fix compilation with wayland masterBenjamin Franzke1-9/+9