Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-16 | Add logo svg | Kristian Høgsberg | 2 | -1/+105 | |
2010-11-11 | Clean up .gitignore files | Nikolai Kondrashov | 5 | -10/+42 | |
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-10 | README: fix a few typos | Peter Hutterer | 2 | -4/+4 | |
And one in the main.tex spec document. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2010-11-09 | compositor: add safety check when EGL fails to initialize | Tiago Vignatti | 1 | -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-09 | compositor: put console into KD_GRAPHICS mode at vt enter time | Jesse Barnes | 1 | -0/+12 | |
This will keep the kernel from changing graphics state out from under us (e.g. blanking). | |||||
2010-11-08 | Bring gears example up to date | Kristian Høgsberg | 3 | -90/+94 | |
Must have gears. | |||||
2010-11-08 | Fixed a bogus call to cairo_destroy | Johan Bilien | 1 | -1/+1 | |
2010-11-08 | Fix Wayland build instructions | Nikolai Kondrashov | 1 | -1/+1 | |
Replace aclocal; autoconf invocation in Wayland build instructions with an up-to-date ./autogen.sh invocation. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com> | |||||
2010-11-08 | Install and dist udev rules file | Kristian Høgsberg | 1 | -0/+5 | |
2010-11-06 | Update autotools configuration | Javier Jardón | 3 | -16/+26 | |
Use new libtool syntax and cleaning the code a bit | |||||
2010-10-31 | Add /wayland so we pick up generated header files | Kristian Høgsberg | 2 | -2/+9 | |
Reported by Benjamin Franzke. | |||||
2010-10-29 | Workaround an xcb-dri2 bug. | Chia-I Wu | 2 | -0/+22 | |
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-29 | Make sure there is a current context. | Chia-I Wu | 1 | -3/+17 | |
The context of a display is shared with the cairo device. cairo_acquire_device should be called whenever OpenGL calls are made. | |||||
2010-10-29 | Use glTexSubImage to update the pixels. | Chia-I Wu | 2 | -5/+4 | |
glTexImage causes respecification. The DRM buffer a client renders to will be different from that used to create the wl_buffer. | |||||
2010-10-27 | List libtoytoolkit.la before libwayland-client.la on the link line | Kristian Høgsberg | 1 | -2/+3 | |
Fixes link order for --as-needed linking. | |||||
2010-10-27 | Add a geometry option for x11 compositor | Kristian Høgsberg | 4 | -15/+21 | |
2010-10-26 | Add small client for testing shm surfaces | Kristian Høgsberg | 7 | -19/+348 | |
2010-10-25 | Fall back to cairo image backend and shm surface if we don't have cairo gl | Kristian Høgsberg | 4 | -100/+331 | |
2010-10-25 | Remove leftover of fds_in_tail hack | Kristian Høgsberg | 2 | -3/+4 | |
It's breaking the case of multiple fds in one buffer. | |||||
2010-10-15 | Plug in no-op drm buffer attach function | Kristian Høgsberg | 1 | -0/+1 | |
2010-10-12 | Delete leftover makefile debugging | Kristian Høgsberg | 1 | -3/+0 | |
2010-10-12 | Use automake | Kristian Høgsberg | 17 | -190/+138 | |
2010-10-12 | Add more cursors from the DMZ theme | Kristian Høgsberg | 7 | -2/+8 | |
2010-10-12 | Fix clients include path after moving files around | Kristian Høgsberg | 1 | -1/+1 | |
2010-10-08 | Use GL_BGRA_EXT for shm texture uploads | Kristian Høgsberg | 1 | -5/+4 | |
2010-10-08 | A couple more TODO items | Kristian Høgsberg | 1 | -1/+15 | |
2010-10-06 | Add a shm buffer sharing mechanism | Kristian Høgsberg | 8 | -46/+286 | |
2010-09-24 | Fix EGLImageKHR leak in wl_buffer destroy | Kristian Høgsberg | 2 | -5/+4 | |
2010-09-17 | Fix screenshoot.c type in Makefile | Kristian Høgsberg | 1 | -1/+1 | |
2010-09-16 | Add autogen.sh | Kristian Høgsberg | 1 | -0/+12 | |
2010-09-14 | Use scanner to generate screenshooter client code as well | Kristian Høgsberg | 2 | -27/+14 | |
2010-09-14 | Use scanner for screenshooter protocol | Kristian Høgsberg | 3 | -19/+22 | |
2010-09-14 | scanner: Use protocol name for #include guards | Kristian Høgsberg | 2 | -5/+19 | |
2010-09-14 | Add timestamp to pointer image attach request | Kristian Høgsberg | 7 | -13/+15 | |
This lets the server discard requests received after the pointer has exited and the re-entered a surface. | |||||
2010-09-14 | Consolidate notes from a few files in TODO | Kristian Høgsberg | 1 | -0/+98 | |
2010-09-14 | Consolidate NOTES and README | Kristian Høgsberg | 2 | -92/+27 | |
2010-09-14 | Copy over updated build instructions from the google group | Kristian Høgsberg | 1 | -46/+83 | |
2010-09-14 | Move core protocol libraries into wayland/ subdirectory | Kristian Høgsberg | 20 | -61/+69 | |
2010-09-14 | Move example compositor to subdirectory | Kristian Høgsberg | 10 | -14/+33 | |
2010-09-13 | Add support for more types of input devices | Kristian Høgsberg | 1 | -0/+2 | |
Well, maybe not support, but we at least recognize touchpads and touchscreens and try to work with them. | |||||
2010-09-10 | Remove non-gles2 glEnable(GL_TEXTURE_2D) call | Kristian Høgsberg | 1 | -1/+0 | |
2010-09-07 | Marshall NULL strings correctly | Kristian Høgsberg | 1 | -1/+4 | |
2010-09-07 | Change debug format to not confuse object id and message parameters | Kristian Høgsberg | 1 | -1/+1 | |
2010-09-07 | Dont post damage event from window_copy_surface | Kristian Høgsberg | 1 | -4/+0 | |
We always call this between window_draw() and attaching the window surface so the surface we're copying to isn't visible. | |||||
2010-09-07 | Only set pointer image when it changes | Kristian Høgsberg | 1 | -0/+15 | |
2010-09-07 | Log emitted events as well in debug mode | Kristian Høgsberg | 2 | -1/+9 | |
2010-09-07 | Return the closure from wl_connection_vmarshal() | Kristian Høgsberg | 4 | -13/+35 | |
And provide a function to write it to a connection. | |||||
2010-09-07 | Drop wl_surface_post_event() helper | Kristian Høgsberg | 3 | -75/+61 | |
Now wl_client_post_event() is the only entry point for sending out events. | |||||
2010-09-07 | Fill out a closure when sending events as well | Kristian Høgsberg | 1 | -41/+86 | |
2010-09-07 | Fix integer signedness and fd size confusion | Kristian Høgsberg | 1 | -12/+17 | |