summaryrefslogtreecommitdiff
path: root/clients/simple-egl.c
Commit message (Expand)AuthorAgeFilesLines
* simple-egl: use roundtrip after get_registry requestMarek Chalupa2016-03-151-1/+1
* Use xdg_shell protocol from wayland-protocolsJonas Ådahl2015-11-191-1/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* platform: rename create_egl_window to create_egl_surfaceJonny Lamb2015-03-261-3/+3
* clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb2015-03-201-3/+4
* clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb2015-03-201-1/+5
* xdg-shell: Bump unstable versionJasper St. Pierre2015-02-271-1/+1
* Revert "simple-egl: HACK to report presentation flags"Bryce Harrington2015-01-201-49/+0
* simple-egl: HACK to report presentation flagsPekka Paalanen2015-01-201-0/+49
* clients: support ivi-application.xml for clients/simple-egl.cNobuhiko Tanibata2014-12-041-9/+86
* simple-egl: fix opaque and 16 bits mode optionsArnaud Vrac2014-08-281-0/+1
* xdg-shell: bump experimental protocol versionPekka Paalanen2014-08-211-1/+1
* simple-egl: Clean up unused frame_listenerBoyan Ding2014-08-151-6/+0
* xdg-shell: Turn "activated" into a stateJasper St. Pierre2014-05-121-12/+0
* xdg-shell: Rework the state systemJasper St. Pierre2014-05-121-42/+41
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* Check return value of wl_cursor functionsHardening2014-04-011-0/+10
* xdg-shell: Bump unstable version to 3Kristian Høgsberg2014-02-191-1/+1
* xdg-shell: Replace the set_* atrocity with a new approachJasper St. Pierre2014-02-191-63/+23
* xdg-shell: Rename focused_set / focused_unset to activated / deactivatedJasper St. Pierre2014-02-181-4/+4
* clients: Add delete handler for simple-shm / simple-eglJasper St. Pierre2014-02-181-0/+7
* client: Fix shell unstable version checkKristian Høgsberg2014-02-111-1/+7
* xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surfaceKristian Høgsberg2014-02-111-8/+11
* clients: Port simple-shm and simple-egl to xdg-shellKristian Høgsberg2014-02-071-31/+62
* simple-egl: Fix -Wsign-compare compiler warningJonas Ådahl2014-01-271-1/+1
* simple-egl: Add option to allow not syncing to compositor repaint cycleKristian Høgsberg2013-12-071-19/+27
* simple-egl: Print fps for the spinning triangleKristian Høgsberg2013-12-071-5/+17
* simple-egl: Add support for using a 16 bpp EGLConfigKristian Høgsberg2013-10-151-8/+33
* simple-egl: Handle missing EGL_EXT_buffer_age betterKristian Høgsberg2013-08-261-2/+5
* Add touch support for wl_shell_surface_moveRusty Lynch2013-08-161-0/+50
* fix compile error when EGL_BUFFER_AGE_EXT is missingAdrian Negreanu2013-08-121-0/+2
* simple-egl: Add support for EGL_EXT_swap_buffer_with_damageKristian Høgsberg2013-05-081-1/+39
* Fix simple-egl tear-down order to prevent a crash on exit timeYeh, Sinclair2013-05-011-5/+6
* clients: add global_remove handler stubsPekka Paalanen2013-01-241-1/+8
* simple-egl: Remove old obsolete fbo and color_rbo fieldsKristian Høgsberg2012-12-111-4/+0
* clients: destroy wl_registry on exitPekka Paalanen2012-12-061-0/+1
* simple-egl: Reset opaque region if not fullscreen.Scott Moreau2012-11-191-0/+2
* simple-egl: Set the right size for the opaque region when fullscreenAnder Conselvan de Oliveira2012-11-161-2/+2
* simple-egl: Add a default cursorKristian Høgsberg2012-10-291-0/+33
* clients: Check return value of wl_display_dispatch()Kristian Høgsberg2012-10-161-3/+3
* compositor, clients: apply wl_surface.frame on commitPekka Paalanen2012-10-101-2/+2
* compositor, clients: double-buffer opaque regionPekka Paalanen2012-10-101-2/+2
* Update to new fd and wl_registry APIsKristian Høgsberg2012-10-101-20/+17
* clients: Set title for all shell surface demos.Scott Moreau2012-10-091-0/+2
* simple-egl: Set the opaque region if windowed and -o is passedAnder Conselvan de Oliveira2012-09-141-9/+4
* simple-egl: Avoid race condition.Scott Moreau2012-08-311-1/+6
* simple-egl: Only set alpha_size=0 when -o is passed.Scott Moreau2012-08-311-3/+5
* simple-egl: Remove unused variable.Scott Moreau2012-08-311-4/+2
* simple-egl: Add help messageKristian Høgsberg2012-08-031-2/+17