summaryrefslogtreecommitdiff
path: root/compositor
AgeCommit message (Collapse)AuthorFilesLines
2010-11-11Clean up .gitignore filesNikolai Kondrashov1-0/+3
Sort the contents and update .gitignore files to hide generated files from git status output. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com>
2010-11-09compositor: add safety check when EGL fails to initializeTiago Vignatti1-1/+2
offending message: Program received signal SIGSEGV, Segmentation fault. create_pointer_images (ec=0x619f10) at compositor.c:240 240 glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2010-11-09compositor: put console into KD_GRAPHICS mode at vt enter timeJesse Barnes1-0/+12
This will keep the kernel from changing graphics state out from under us (e.g. blanking).
2010-11-08Install and dist udev rules fileKristian Høgsberg1-0/+5
2010-10-31Add /wayland so we pick up generated header filesKristian Høgsberg1-1/+5
Reported by Benjamin Franzke.
2010-10-29Workaround an xcb-dri2 bug.Chia-I Wu1-0/+17
xcb_dri2_connect_device_name generated by xcb-proto 1.6 is broken. It only works when the length of the driver name is a multiple of 4.
2010-10-29Use glTexSubImage to update the pixels.Chia-I Wu1-2/+2
glTexImage causes respecification. The DRM buffer a client renders to will be different from that used to create the wl_buffer.
2010-10-27Add a geometry option for x11 compositorKristian Høgsberg4-15/+21
2010-10-25Fall back to cairo image backend and shm surface if we don't have cairo glKristian Høgsberg1-0/+6
2010-10-15Plug in no-op drm buffer attach functionKristian Høgsberg1-0/+1
2010-10-12Use automakeKristian Høgsberg3-36/+27
2010-10-08Use GL_BGRA_EXT for shm texture uploadsKristian Høgsberg1-5/+4
2010-10-06Add a shm buffer sharing mechanismKristian Høgsberg5-44/+264
2010-09-24Fix EGLImageKHR leak in wl_buffer destroyKristian Høgsberg2-5/+4
2010-09-14Use scanner for screenshooter protocolKristian Høgsberg3-19/+22
2010-09-14Add timestamp to pointer image attach requestKristian Høgsberg2-0/+5
This lets the server discard requests received after the pointer has exited and the re-entered a surface.
2010-09-14Move core protocol libraries into wayland/ subdirectoryKristian Høgsberg2-2/+9
2010-09-14Move example compositor to subdirectoryKristian Høgsberg7-0/+3313