Benjamin Franzke
84290d02ae
compositor-x11: Use an EGL Window Surface as output
14 years ago
Benjamin Franzke
be01456887
compositor-wayland: Use wayland-egl window surfaces
14 years ago
Benjamin Franzke
3b288afd1a
compositor-x11: Use x11 egl platform
14 years ago
Kristian Høgsberg
b2d71852fd
Split into a demo repository that holds the demo compositor and clients
14 years ago
Kristian Høgsberg
31bd6c7ab1
Use pixman regions to reduce repainting
...
For now, we just use glScissor and clip to the extent of the damage region,
but we can do even better by clipping the repaint to the region rectangles.
14 years ago
Tiago Vignatti
52f2264b69
configure: remove libdrm dependency for clients
...
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
14 years ago
Benjamin Franzke
844625834d
configure: Drop gdk-pixbuf version dependency
...
The major version 2.0 is sufficient
14 years ago
nobled
48f975d7c5
fix configure check for gcc
...
This shouldn't fail just because someone sets CC=gcc-4.5
explicitly. Besides, this way it also works with compilers
that advertise GCC-compatibility like clang and ICC.
14 years ago
Kristian Høgsberg
26ef22e3f4
Test for rsvg-convert in configure.ac
...
If it's not present, we just don't install the icon.
14 years ago
Kristian Høgsberg
640924f37a
Add gio for view fixes
14 years ago
Darxus
238515d3d7
Add specific versions to build dependencies
14 years ago
Kristian Høgsberg
7d498b4f1a
Enable all compositors by default
14 years ago
Kristian Høgsberg
a1015b9e8c
Link simple-client against libGLESv2.so, not full GL
14 years ago
Kristian Høgsberg
8def264241
Check for cairo-egl instead of just cairo-gl
14 years ago
Kristian Høgsberg
a941022372
Make it possible to enable/disable the various compositors from configure
14 years ago
Kristian Høgsberg
08c40c3550
clients: Make poppler-glib optional
...
Just don't compile the view client.
14 years ago
Javier Jardón
5b7e43ac56
Update autotools configuration
...
Use new libtool syntax and cleaning the code a bit
14 years ago
Chia-I Wu
1b6c0ed95a
Workaround an xcb-dri2 bug.
...
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.
14 years ago
Kristian Høgsberg
d0c3b9da22
Fall back to cairo image backend and shm surface if we don't have cairo gl
14 years ago
Kristian Høgsberg
f0152daad7
Use automake
14 years ago
Kristian Høgsberg
6dd08ebbe1
Move core protocol libraries into wayland/ subdirectory
14 years ago
Kristian Høgsberg
4363d2aa4d
Ask for glesv2, not gl for compositor in configure.ac
14 years ago
Kristian Høgsberg
1db21f1cf5
Use different cursor images in the compositor
14 years ago
Kristian Høgsberg
a661f263b4
Name libraries -client and -server for consistency
...
Instead of wayland-server and wayland...
14 years ago
Kristian Høgsberg
640609acfc
Implement current drm auth scheme in the drm object
14 years ago
Kristian Høgsberg
a1f3f60bea
Generate protocol types and metadata from xml
14 years ago
Kristian Høgsberg
94adf6cb9e
Use libxkbcommon for mapping keycodes to keysyms
15 years ago
Kristian Høgsberg
ce5325d3ed
Add x11 backend for compositor
...
This still needs all the bells and whistles from the egl-kms mesa branch,
but it makes it a lot easier to work on wayland.
15 years ago
Kristian Høgsberg
478d9265f9
Send device name at connect time
15 years ago
Kristian Høgsberg
945ea0e743
configure.ac: Look for cairo-gl instead of cairo-drm
15 years ago
Kristian Høgsberg
8286302644
Rename wayland-system-compositor back to just compositor
15 years ago
Kristian Høgsberg
b2a432ef18
Move clients to subdirectory
15 years ago
Kristian Høgsberg
3afd45d49c
Switch to using mesa EGL
15 years ago
Kristian Høgsberg
450cc8136d
Require libdrm 2.4.17 for page flip API
15 years ago
Kristian Høgsberg
8f2f773846
Add a simple PDF viewer
15 years ago
Chris Wilson
0de19eb688
Add an image viewer client
16 years ago
Kristian Høgsberg
f13eb14711
Depend on udev 136 and clean up some code.
16 years ago
Kristian Høgsberg
8012f32978
Drop libdrm CFLAGS where no longer necessary.
16 years ago
Kristian Høgsberg
aa68fe346a
Update to track udev API change in eagle.
16 years ago
Kristian Høgsberg
890bc05763
Use libudev for enumerating input devices.
16 years ago
Kristian Høgsberg
4a8767bbb7
Install libraries plus headers and add pkg-config files.
16 years ago
Kristian Høgsberg
d4de54efe7
Use autoconf instead of $(shell ...) in the Makefile.
16 years ago