wayland/compositor
Kristian Høgsberg fa4e2a7676 compositor: Switch away from using VBOs and just stream the vertex data
We avoid changing uniforms for each window and it will be easier to break up
a surface into a series of rectangles.
2011-02-13 13:45:01 -05:00
..
.gitignore Clean up .gitignore files 2010-11-11 20:11:27 -05:00
70-wayland.rules Pick up input devices of type ID_INPUT_TABLET as well 2011-01-14 14:33:49 -05:00
compositor-drm.c Move buffer creation and buffer details into drm.c and shm.c 2011-01-14 16:20:21 -05:00
compositor-wayland.c compositor-wayland: Handle keyboard focus too 2011-01-27 20:18:17 -05:00
compositor-x11.c compositor-x11: Don't send enter/leave notify if we have an implicit grab 2011-02-08 12:00:55 -05:00
compositor.c compositor: Switch away from using VBOs and just stream the vertex data 2011-02-13 13:45:01 -05:00
compositor.h compositor: Switch away from using VBOs and just stream the vertex data 2011-02-13 13:45:01 -05:00
drm.c Move buffer creation and buffer details into drm.c and shm.c 2011-01-14 16:20:21 -05:00
evdev.c Some kind of support for touchscreen 2011-01-14 14:49:46 -05:00
Makefile.am don't use deprecated INCLUDES variable 2011-01-24 16:27:27 +00:00
screenshooter.c Screenshots were upside down 2011-01-25 16:42:16 -05:00
shell.c Use pixman regions to reduce repainting 2011-02-13 13:26:39 -05:00
shm.c shm: Check width, height and stride for invalid values 2011-01-26 11:46:05 -05:00
tty.c compositor: Forward pointer focus notification from compostor backend 2011-01-26 20:35:09 -05:00