Kristian Høgsberg
443853cbda
Pick a config instead of hard coding one.
16 years ago
Kristian Høgsberg
bf9541ffa3
Allocate and set mode in egl-compositor.
...
Pass the front buffer name to eglCreateSurfaceForName to create the
fullscreen EGLSurface.
16 years ago
Kristian Høgsberg
f53f4bbd52
Quit screenshooter when idle.
16 years ago
Kristian Høgsberg
9af92b380c
Animate overlay on/off.
16 years ago
Kristian Høgsberg
cddc0ad502
Add keyboard input, move input device creation to compositor.
16 years ago
Kristian Høgsberg
ec8ef722e9
Add missing breaks in evdev switch.
16 years ago
Kristian Høgsberg
a5a2c8e5db
Rename input.c to evdev.c.
16 years ago
Kristian Høgsberg
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.
16 years ago
Kristian Høgsberg
14fcff7726
Generalize the object advertising mechanism.
16 years ago
Kristian Høgsberg
548798266e
Add an overlay type window in the compositor.
16 years ago
Kristian Høgsberg
aa5b5bed73
Load and draw background in compositor.
16 years ago
Kristian Høgsberg
4c9f2c9b1a
Move pointer drawing into compositor.
16 years ago
Kristian Høgsberg
e9d550bdd4
Optimize blur further, resize gears with window.
16 years ago
Kristian Høgsberg
29590034f4
Remove redundant glFlush().
16 years ago
Kristian Høgsberg
873302649a
Optimize blur a bit more.
16 years ago
Kristian Høgsberg
8c304f6d9a
A couple more theme tweaks.
16 years ago
Kristian Høgsberg
6e635f3472
Get corner radius right for inner bevel.
16 years ago
Kristian Høgsberg
8d7ca6be21
Add quick screenshot hack.
16 years ago
Kristian Høgsberg
10bdd298b8
Optimize window blur calculation.
16 years ago
Kristian Høgsberg
2f2cfae227
Factor out common cairo code, add blur function.
16 years ago
Kristian Høgsberg
e4feb56316
Make window prettier again.
16 years ago
Kristian Høgsberg
30749426dc
Tweak pointer image a bit.
16 years ago
Kristian Høgsberg
b7a01928be
Add prototypes warnings, use -fvisibility.
16 years ago
Kristian Høgsberg
f099fd24a3
Use the eagle pkg-config file instead of assuming ../eagle.
16 years ago
Kristian Høgsberg
78231c8dd0
Implement surface copy request, use it for egl gears.
16 years ago
Kristian Høgsberg
1cbaa6abac
Use glib main loop for all clients.
16 years ago
Kristian Høgsberg
fb59084fbf
Add glib main loop integration, use it in flower client.
16 years ago
Kristian Høgsberg
7f77bd8fbe
Add copy and damage surface requests.
16 years ago
Kristian Høgsberg
5503bf82c4
dlopen the compositor, add a glx compositor.
16 years ago
Kristian Høgsberg
61ba898b73
README: Add link to google group.
16 years ago
Kristian Høgsberg
56f3c71f8c
Add a FIXME for when we have a working fbconfig chooser.
16 years ago
Kristian Høgsberg
b8bf19b7a9
Clear depth buffer, but only depth buffer for gears.
16 years ago
Kristian Høgsberg
8a9cda8cfb
Add the gears from glxgears.
16 years ago
Kristian Høgsberg
33a52bd07d
Add README for the adventurous, allow evdev override from getenv().
16 years ago
Kristian Høgsberg
35370f8073
Redraw window in idle handler.
16 years ago
Kristian Høgsberg
2d9cd1ee51
Use eglBindTexImage instead of copying texture data.
16 years ago
Kristian Høgsberg
ca1d1f65d0
Make window client a little more interesting.
16 years ago
Kristian Høgsberg
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.
16 years ago
Kristian Høgsberg
61017b190a
Add a window client, first implementation of surface resizing.
16 years ago
Kristian Høgsberg
2a20d83fdb
Always poll on display fd so we only read when there's data.
16 years ago
Kristian Høgsberg
6b5e7626f5
Move background drawing to a client.
16 years ago
Kristian Høgsberg
1b2f4390f5
Unpremultiply cairo surface data.
16 years ago
Kristian Høgsberg
d3fa34ca29
Don't use poll timeout for timing animation.
...
Receiving events breaks out of the poll and resets the time out.
Effectively, this blocks the animation when the client receives events.
As a quick fix, use timerfd for timing the animation.
16 years ago
Kristian Høgsberg
5a27f3e6a7
Add a new client that draws a pointer.
16 years ago
Kristian Høgsberg
e120a4b1ee
Rename client, prepare Makefile for more clients.
16 years ago
Kristian Høgsberg
f9bc795a7d
Add crude input device support.
...
Just pointer motion and button clicks for now, broadcast to all clients.
16 years ago
Kristian Høgsberg
362a34ed89
Drop unused struct definition.
16 years ago
Kristian Høgsberg
c508d93be2
Update for eagle changes.
16 years ago
Kristian Høgsberg
23fceb1cf3
Add note about fullscreen surfaces, misc edits.
16 years ago
Kristian Høgsberg
d311e8a061
Make clients graphics use lighter random colors.
16 years ago