index
:
~sardemff7/wayland
master
wip/shm_open
My Wayland WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
egl-compositor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-18
Fall back to solid color background if not image is found.
Kristian Høgsberg
1
-1
/
+5
2008-12-15
Redesign the compositor / server interface.
Kristian Høgsberg
1
-82
/
+83
2008-12-14
Use gdk-pixbuf for saving the screenshot.
Kristian Høgsberg
1
-119
/
+7
2008-12-12
Fix default input device path.
Kristian Høgsberg
1
-1
/
+2
2008-12-12
Handle per-device keyboard focus.
Kristian Høgsberg
1
-9
/
+8
2008-12-12
Make multi-pointer work.
Kristian Høgsberg
1
-30
/
+58
2008-12-12
Add option parsing using GOption.
Kristian Høgsberg
1
-5
/
+18
2008-12-12
Use the screen size for sizing the background.
Kristian Høgsberg
1
-1
/
+1
2008-12-11
Implement passive grabs on button clicks.
Kristian Høgsberg
1
-6
/
+20
2008-12-11
Rewrite input event delivery path.
Kristian Høgsberg
1
-51
/
+78
2008-12-10
Only send key events to toplevel surface.
Kristian Høgsberg
1
-0
/
+10
2008-12-10
Feed button events through compositor.
Kristian Høgsberg
1
-2
/
+6
2008-12-10
Feed motion events through compositor.
Kristian Høgsberg
1
-13
/
+27
2008-12-10
Drop surface iterator API, just track surfaces in the compositor.
Kristian Høgsberg
1
-24
/
+38
2008-12-10
Pass button clicks through to compositor.
Kristian Høgsberg
1
-0
/
+33
2008-12-09
Use bilinear filtering.
Kristian Høgsberg
1
-9
/
+9
2008-12-08
Fix wl_method for screenshooter.
Kristian Høgsberg
1
-1
/
+1
2008-12-08
Don't forget to initialize overlay position.
Kristian Høgsberg
1
-0
/
+1
2008-12-07
Fix API to always include socket name length.
Kristian Høgsberg
1
-1
/
+1
2008-12-05
Fail if we can't create the compositor.
Kristian Høgsberg
1
-1
/
+5
2008-12-05
Make the wayland server a library used by the compositors.
Kristian Høgsberg
1
-3
/
+29
2008-12-02
Put Wayland under the MIT license.
Kristian Høgsberg
1
-0
/
+22
2008-11-28
Generalize event loop a bit and pull in the timerfd stuff.
Kristian Høgsberg
1
-32
/
+4
2008-11-28
Finally implement the commit/ack/frame protocol and improve repaint loop.
Kristian Høgsberg
1
-12
/
+75
2008-11-26
Make ack event signal that the requests have been composited.
Kristian Høgsberg
1
-0
/
+2
2008-11-25
Make overlay animation actually stop.
Kristian Høgsberg
1
-2
/
+2
2008-11-25
Correct pointer hotspot location.
Kristian Høgsberg
1
-2
/
+3
2008-11-25
Add different type of overlay animation.
Kristian Høgsberg
1
-5
/
+17
2008-11-25
Tweak overlay animation a bit.
Kristian Høgsberg
1
-22
/
+32
2008-11-25
Pick a config instead of hard coding one.
Kristian Høgsberg
1
-9
/
+54
2008-11-25
Allocate and set mode in egl-compositor.
Kristian Høgsberg
1
-6
/
+102
2008-11-24
Animate overlay on/off.
Kristian Høgsberg
1
-2
/
+35
2008-11-24
Add keyboard input, move input device creation to compositor.
Kristian Høgsberg
1
-2
/
+43
2008-11-24
Expose screenshooting as an interface, drop SIGUSR hack.
Kristian Høgsberg
1
-22
/
+37
2008-11-23
Add an overlay type window in the compositor.
Kristian Høgsberg
1
-35
/
+146
2008-11-21
Load and draw background in compositor.
Kristian Høgsberg
1
-57
/
+103
2008-11-21
Move pointer drawing into compositor.
Kristian Høgsberg
1
-32
/
+139
2008-11-17
Remove redundant glFlush().
Kristian Høgsberg
1
-2
/
+0
2008-11-09
Add quick screenshot hack.
Kristian Høgsberg
1
-5
/
+159
2008-11-08
Make window prettier again.
Kristian Høgsberg
1
-1
/
+1
2008-11-08
Add prototypes warnings, use -fvisibility.
Kristian Høgsberg
1
-1
/
+1
2008-11-08
Implement surface copy request, use it for egl gears.
Kristian Høgsberg
1
-7
/
+21
2008-11-07
Add copy and damage surface requests.
Kristian Høgsberg
1
-1
/
+26
2008-11-06
dlopen the compositor, add a glx compositor.
Kristian Høgsberg
1
-11
/
+16
2008-11-06
Add a FIXME for when we have a working fbconfig chooser.
Kristian Høgsberg
1
-0
/
+3
2008-11-06
Use eglBindTexImage instead of copying texture data.
Kristian Høgsberg
1
-60
/
+15
2008-11-06
Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying.
Kristian Høgsberg
1
-1
/
+3
2008-11-06
Move background drawing to a client.
Kristian Høgsberg
1
-6
/
+0
2008-11-06
Add a new client that draws a pointer.
Kristian Høgsberg
1
-1
/
+1
2008-11-06
Update for eagle changes.
Kristian Høgsberg
1
-4
/
+5
[next]