index
:
~jbarnes/wayland
master
next
terminal
wayland-0.8
Unnamed repository; edit this file 'description' to name the repository.
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-10
README: fix a few typos
Peter Hutterer
2
-4
/
+4
2010-11-09
compositor: add safety check when EGL fails to initialize
Tiago Vignatti
1
-1
/
+2
2010-11-09
compositor: put console into KD_GRAPHICS mode at vt enter time
Jesse Barnes
1
-0
/
+12
2010-11-08
Bring gears example up to date
Kristian Høgsberg
3
-90
/
+94
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
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
2010-10-31
Add /wayland so we pick up generated header files
Kristian Høgsberg
2
-2
/
+9
2010-10-29
Workaround an xcb-dri2 bug.
Chia-I Wu
2
-0
/
+22
2010-10-29
Make sure there is a current context.
Chia-I Wu
1
-3
/
+17
2010-10-29
Use glTexSubImage to update the pixels.
Chia-I Wu
2
-5
/
+4
2010-10-27
List libtoytoolkit.la before libwayland-client.la on the link line
Kristian Høgsberg
1
-2
/
+3
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
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
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
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
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
2010-09-07
Drop wl_surface_post_event() helper
Kristian Høgsberg
3
-75
/
+61
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
2010-09-07
Demarshal all arguments from protocol buffer
Kristian Høgsberg
1
-51
/
+92
2010-09-07
Keep strings and arrays in the buffer when demarshalling
Kristian Høgsberg
1
-26
/
+6
[next]