4a29890da7 
								
							
								 
							
						 
						
							
							
								
								Generalize event loop a bit and pull in the timerfd stuff.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								fbdbbdc153 
								
							
								 
							
						 
						
							
							
								
								Finally implement the commit/ack/frame protocol and improve repaint loop.  
							
							... 
							
							
 
							
							This implements the commit/ack/frame protocol that let clients batch up
a series of requests and then commit them atomically using the commit request.
The commit requests generats two following events: the acknowledge event,
which lets the client know that the server has received the request and
which frame the rendering has been scheduled for.  At this point the client
can start rendering the next frame or free up temporary buffers.  Then when
the compositor finally makes the newly composited frame visible on screen
the server sends a frame event, which contains the number of the frame that
was presented and the time when it happened.
The window and flower clients have been updated to use these two events in
their main loops and everything now updates per frame.  The EGL compositor
repaint loop has been tweaked to delay the compositing of the screen to
10ms after last swapbuffer completed so as to allow processing as many
requests as possible before blocking on the next vertical retrace. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								44f36e3585 
								
							
								 
							
						 
						
							
							
								
								Make ack event signal that the requests have been composited.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								f3723fe79e 
								
							
								 
							
						 
						
							
							
								
								Add .gitignore.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								0ee84083a2 
								
							
								 
							
						 
						
							
							
								
								Convert touchpad absolute events to relative.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								18fb78307b 
								
							
								 
							
						 
						
							
							
								
								Use struct buffer from cairo-util.c in flower.c.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								73c305851d 
								
							
								 
							
						 
						
							
							
								
								Make overlay animation actually stop.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								4097923a64 
								
							
								 
							
						 
						
							
							
								
								Add commit request + ack event to wayland core.  
							
							... 
							
							
 
							
							Use in window.c to manage life cycle of buffer correctly. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								961a04cef0 
								
							
								 
							
						 
						
							
							
								
								Correct pointer hotspot location.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								ffb7406eaa 
								
							
								 
							
						 
						
							
							
								
								Add different type of overlay animation.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5c1e6ecab4 
								
							
								 
							
						 
						
							
							
								
								Tweak overlay animation a bit.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								443853cbda 
								
							
								 
							
						 
						
							
							
								
								Pick a config instead of hard coding one.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								bf9541ffa3 
								
							
								 
							
						 
						
							
							
								
								Allocate and set mode in egl-compositor.  
							
							... 
							
							
 
							
							Pass the front buffer name to eglCreateSurfaceForName to create the
fullscreen EGLSurface. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								f53f4bbd52 
								
							
								 
							
						 
						
							
							
								
								Quit screenshooter when idle.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								9af92b380c 
								
							
								 
							
						 
						
							
							
								
								Animate overlay on/off.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								cddc0ad502 
								
							
								 
							
						 
						
							
							
								
								Add keyboard input, move input device creation to compositor.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								ec8ef722e9 
								
							
								 
							
						 
						
							
							
								
								Add missing breaks in evdev switch.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								a5a2c8e5db 
								
							
								 
							
						 
						
							
							
								
								Rename input.c to evdev.c.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								1e4b86af1a 
								
							
								 
							
						 
						
							
							
								
								Expose screenshooting as an interface, drop SIGUSR hack.  
							
							... 
							
							
 
							
							This pulls in a bit of extra infrastructure for discovering adertised objects on the
client side. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								14fcff7726 
								
							
								 
							
						 
						
							
							
								
								Generalize the object advertising mechanism.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								548798266e 
								
							
								 
							
						 
						
							
							
								
								Add an overlay type window in the compositor.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								aa5b5bed73 
								
							
								 
							
						 
						
							
							
								
								Load and draw background in compositor.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								4c9f2c9b1a 
								
							
								 
							
						 
						
							
							
								
								Move pointer drawing into compositor.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								e9d550bdd4 
								
							
								 
							
						 
						
							
							
								
								Optimize blur further, resize gears with window.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								29590034f4 
								
							
								 
							
						 
						
							
							
								
								Remove redundant glFlush().  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								873302649a 
								
							
								 
							
						 
						
							
							
								
								Optimize blur a bit more.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								8c304f6d9a 
								
							
								 
							
						 
						
							
							
								
								A couple more theme tweaks.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								6e635f3472 
								
							
								 
							
						 
						
							
							
								
								Get corner radius right for inner bevel.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								8d7ca6be21 
								
							
								 
							
						 
						
							
							
								
								Add quick screenshot hack.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								10bdd298b8 
								
							
								 
							
						 
						
							
							
								
								Optimize window blur calculation.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								2f2cfae227 
								
							
								 
							
						 
						
							
							
								
								Factor out common cairo code, add blur function.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								e4feb56316 
								
							
								 
							
						 
						
							
							
								
								Make window prettier again.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								30749426dc 
								
							
								 
							
						 
						
							
							
								
								Tweak pointer image a bit.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								b7a01928be 
								
							
								 
							
						 
						
							
							
								
								Add prototypes warnings, use -fvisibility.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								f099fd24a3 
								
							
								 
							
						 
						
							
							
								
								Use the eagle pkg-config file instead of assuming ../eagle.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								78231c8dd0 
								
							
								 
							
						 
						
							
							
								
								Implement surface copy request, use it for egl gears.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								1cbaa6abac 
								
							
								 
							
						 
						
							
							
								
								Use glib main loop for all clients.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								fb59084fbf 
								
							
								 
							
						 
						
							
							
								
								Add glib main loop integration, use it in flower client.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								7f77bd8fbe 
								
							
								 
							
						 
						
							
							
								
								Add copy and damage surface requests.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								5503bf82c4 
								
							
								 
							
						 
						
							
							
								
								dlopen the compositor, add a glx compositor.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								61ba898b73 
								
							
								 
							
						 
						
							
							
								
								README: Add link to google group.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								56f3c71f8c 
								
							
								 
							
						 
						
							
							
								
								Add a FIXME for when we have a working fbconfig chooser.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								b8bf19b7a9 
								
							
								 
							
						 
						
							
							
								
								Clear depth buffer, but only depth buffer for gears.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								8a9cda8cfb 
								
							
								 
							
						 
						
							
							
								
								Add the gears from glxgears.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								33a52bd07d 
								
							
								 
							
						 
						
							
							
								
								Add README for the adventurous, allow evdev override from getenv().  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								35370f8073 
								
							
								 
							
						 
						
							
							
								
								Redraw window in idle handler.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								2d9cd1ee51 
								
							
								 
							
						 
						
							
							
								
								Use eglBindTexImage instead of copying texture data.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								ca1d1f65d0 
								
							
								 
							
						 
						
							
							
								
								Make window client a little more interesting.  
							
							
 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								3f59e82c20 
								
							
								 
							
						 
						
							
							
								
								Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying.  
							
							... 
							
							
 
							
							Eventually we need to allow both pre-multiplied alpha and not, but for now default to premultiplied. 
							
						 
						
							17 years ago  
				
					
						
							
							
								 
						
							
							
								61017b190a 
								
							
								 
							
						 
						
							
							
								
								Add a window client, first implementation of surface resizing.  
							
							
 
							
						 
						
							17 years ago