summaryrefslogtreecommitdiff
path: root/clients/simple-egl.c
Commit message (Expand)AuthorAgeFilesLines
* clients: fix len-string formattingPekka Paalanen2019-09-231-2/+2
* clients/simple-egl: Exit when display has an errorManuel Stoeckl2019-08-121-2/+2
* clients: close unused keymap fdAntonio Borneo2019-04-291-0/+2
* clients: use xdg_shell stable instead of v6ant8me2019-02-151-42/+41
* simple-egl: remove ivi-application supportMichael Teyfel2019-02-061-74/+12
* clients/simple-egl: include weston-egl-ext.h correctlyPekka Paalanen2018-12-091-1/+1
* clients: simple-egl: Restore window size when un-maximizedTomohiro Komagata2017-12-041-3/+7
* clients: Allow simple-egl to use wl_surface_damage_bufferDerek Foreman2017-05-191-1/+2
* clients/simple-egl: add delay optionEero Tamminen2017-02-281-2/+8
* Don't prepend protocol/ to include pathsDaniel Stone2016-11-291-1/+1
* clients/simple-egl: use weston_platform_destroy_egl_surface wrapperEmil Velikov2016-11-211-1/+2
* simple-egl: add support for EGL_KHR_swap_buffers_with_damageEmil Velikov2016-11-211-6/+27
* clients/simple-egl: Port to xdg_shell unstable v6Jonas Ådahl2016-08-151-42/+64
* include stdint.h for int32_t/uint32_tJussi Kukkonen2016-07-261-0/+1
* clients/simple-egl: use weston_check_egl_extension over strstrEmil Velikov2016-07-221-2/+2
* simple-egl: remove incomplete EGL_EXT_buffer_age definitionEmil Velikov2016-07-221-5/+0
* weston-egl-ext.h: add EGL_EXT_swap_buffers_with_damage definitionsEmil Velikov2016-07-221-5/+1
* 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