summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Set mesa-specific EGL_PLATFORM at runtimepatchesBenjamin Franzke4-2/+13
2011-03-25compositor-x11: Set xcb to be eventqueue ownerBenjamin Franzke1-0/+1
2011-03-18Merge remote-tracking branch 'bnf/fixes'Kristian Høgsberg2-3/+6
2011-03-17gears: Use wayland egl surface instead of imagesBenjamin Franzke3-69/+80
2011-03-17window: Use window surfaces for windowsBenjamin Franzke5-21/+153
2011-03-17simple-client: Request a alpha channel in choose configBenjamin Franzke1-0/+1
2011-03-16compositor: Update only existing backgrounds in output_moveBenjamin Franzke1-3/+5
2011-03-15compositor-drm: Support output hotpluggingBenjamin Franzke3-15/+197
2011-03-13compositor-drm: Fix multi head renderingBenjamin Franzke5-31/+115
2011-03-13Beginnings of multiple monitorMarty Jack1-1/+4
2011-03-12compositor-x11: Remove unused variablesKristian Høgsberg1-11/+0
2011-03-02compositor-wayland: Ask for ES2 in the configKristian Høgsberg1-1/+1
2011-03-02compositor: Remove drm.c, use shm.c for pointer imagesBenjamin Franzke8-151/+76
2011-03-02compositor: Remove wlsc_drmBenjamin Franzke2-18/+12
2011-03-02compositor-x11: Use an EGL Window Surface as outputBenjamin Franzke2-205/+39
2011-03-01compositor-wayland: Use wayland-egl window surfacesBenjamin Franzke3-120/+65
2011-03-01compositor: Generate Framebuffer in the backendsBenjamin Franzke4-2/+9
2011-03-01compositor: Add flags parameter to wlsc_output_initBenjamin Franzke5-6/+15
2011-03-01compositor: Use eglBindWaylandDisplayWLBenjamin Franzke4-187/+29
2011-03-01compositor-x11: Use x11 egl platformBenjamin Franzke2-12/+9
2011-02-14Split into a demo repository that holds the demo compositor and clientsKristian Høgsberg27-5859/+24
2011-02-14compositor: Clip repaint to the damage regionKristian Høgsberg2-37/+62
2011-02-14compositor-drm: Flush before pageflippingBenjamin Franzke1-0/+1
2011-02-13compositor: Switch away from using VBOs and just stream the vertex dataKristian Høgsberg2-42/+30
2011-02-13Use pixman regions to reduce repaintingKristian Høgsberg4-14/+82
2011-02-11fix typo in window.cTim Wiederhake1-1/+1
2011-02-10wayland-client: Support WAYLAND_DEBUG client side as wellKristian Høgsberg1-0/+16
2011-02-10configure: remove libdrm dependency for clientsTiago Vignatti1-2/+2
2011-02-09window.c: Use eglGetProcAddress to look up extension functionsKristian Høgsberg1-7/+15
2011-02-09window.c: Include wayland-egl.h before EGL headers so we get the right platformKristian Høgsberg2-5/+5
2011-02-09wayland-egl: Define WL_EGL_PLATFORM in wayland-egl.hKristian Høgsberg1-0/+2
2011-02-08compositor-x11: Don't send enter/leave notify if we have an implicit grabKristian Høgsberg1-0/+4
2011-02-07Add struct wl_egl_display argument to wl_egl_window_createKristian Høgsberg2-2/+4
2011-02-07Print object interface name when printing message arguments in debug modeKristian Høgsberg1-2/+6
2011-02-07Follow wayland-egl renamesKristian Høgsberg2-14/+13
2011-02-07compositor: Implement super-tab window switchingKristian Høgsberg2-10/+99
2011-02-07compositor: Set repaint_on_timeout when we schedule a timeout repaintKristian Høgsberg1-0/+1
2011-02-07simple-client: Port to wayland-egl and use eglSwapBuffers()Kristian Høgsberg2-121/+56
2011-02-07gears: Remove unused drm_fd fieldKristian Høgsberg1-1/+0
2011-02-07Port window.c to use wayland-eglKristian Høgsberg5-96/+60
2011-02-07Add wayland-egl.hBenjamin Franzke2-1/+81
2011-02-01Update compositor initiated resize to use a 3x3 gridKristian Høgsberg1-2/+10
2011-02-01compositor: Calculate resizing directionBenjamin Franzke1-3/+15
2011-02-01window: add null checksnobled1-0/+30
2011-02-01add newlines in error messagesnobled1-4/+4
2011-01-30connection: Handle broken pipes in sendmsgBenjamin Franzke1-2/+4
2011-01-30Fix out of source build [wayland.png]Benjamin Franzke1-2/+2
2011-01-30Add wayland.png to .gitignoreTim Wiederhake1-0/+1
2011-01-28Don't crash when the previous keyboard surface goes awayKristian Høgsberg2-11/+16
2011-01-28Add initial basic support for fullscreen surfacesKristian Høgsberg6-37/+137