summaryrefslogtreecommitdiff
path: root/clients/simple-egl.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-08simple-egl: Add support for EGL_EXT_swap_buffer_with_damageKristian Høgsberg1-1/+39
2013-05-01Fix simple-egl tear-down order to prevent a crash on exit timeYeh, Sinclair1-5/+6
2013-01-24clients: add global_remove handler stubsPekka Paalanen1-1/+8
2012-12-11simple-egl: Remove old obsolete fbo and color_rbo fieldsKristian Høgsberg1-4/+0
2012-12-06clients: destroy wl_registry on exitPekka Paalanen1-0/+1
2012-11-19simple-egl: Reset opaque region if not fullscreen.Scott Moreau1-0/+2
2012-11-16simple-egl: Set the right size for the opaque region when fullscreenAnder Conselvan de Oliveira1-2/+2
2012-10-29simple-egl: Add a default cursorKristian Høgsberg1-0/+33
2012-10-16clients: Check return value of wl_display_dispatch()Kristian Høgsberg1-3/+3
2012-10-10compositor, clients: apply wl_surface.frame on commitPekka Paalanen1-2/+2
2012-10-10compositor, clients: double-buffer opaque regionPekka Paalanen1-2/+2
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg1-20/+17
2012-10-09clients: Set title for all shell surface demos.Scott Moreau1-0/+2
2012-09-14simple-egl: Set the opaque region if windowed and -o is passedAnder Conselvan de Oliveira1-9/+4
2012-08-31simple-egl: Avoid race condition.Scott Moreau1-1/+6
2012-08-31simple-egl: Only set alpha_size=0 when -o is passed.Scott Moreau1-3/+5
2012-08-31simple-egl: Remove unused variable.Scott Moreau1-4/+2
2012-08-03simple-egl: Add help messageKristian Høgsberg1-2/+17
2012-08-03simple-egl: Set opaque region when running opaqueKristian Høgsberg1-7/+19
2012-07-30gears: Exit on ESCKristian Høgsberg1-2/+4
2012-07-27simple-egl: Add keyboard fullscreen toggleAnder Conselvan de Oliveira1-26/+124
2012-06-26simple-egl: Make window moveableAnder Conselvan de Oliveira1-0/+7
2012-06-15compositor: Track pointer image protocol changeAnder Conselvan de Oliveira1-1/+1
2012-06-15simple-egl: Minor fix ups.Scott Moreau1-15/+13
2012-06-12simple-egl: move function call out of assert()Pekka Paalanen1-2/+3
2012-05-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone1-1/+1
2012-05-16simple-egl: Fix crash and simplifyKristian Høgsberg1-30/+12
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone1-84/+54
2012-05-10simple-egl: Add option -o to make surface opaqueKristian Høgsberg1-3/+12
2012-05-02simple-egl: add option for running fullscreenAnder Conselvan de Oliveira1-6/+174
2012-03-20weston: Don't ask for EGL depth buffer if not neededBill Spitzak1-1/+0
2012-02-28clients: Use wl_display_disconnect()Kristian Høgsberg1-1/+1
2012-01-11Use new format codesKristian Høgsberg1-7/+2
2011-12-22simple clients: flush before destroying wl_displayPekka Paalanen1-0/+1
2011-12-22simple-egl: implement destructorsPekka Paalanen1-5/+38
2011-12-22simple clients: add signal handler for clean exitPekka Paalanen1-1/+18
2011-12-04wl_shell_surface adaptationPekka Paalanen1-1/+4
2011-10-19simple-egl: Remove leftover wl_visual variableKristian Høgsberg1-3/+0
2011-08-31Remove egl display type setenv hackBenjamin Franzke1-1/+0
2011-08-31Move away from visuals and just use EGLConfigs or shm format tokensKristian Høgsberg1-32/+7
2011-08-29clients: Remove a few unused variablesKristian Høgsberg1-1/+0
2011-08-29Use wl_display_bind() for binding to globalsKristian Høgsberg1-3/+4
2011-08-29Use the new wl_callback interfaceKristian Høgsberg1-20/+18
2011-07-21clients: Rename simple-client to simple-eglKristian Høgsberg1-0/+370