Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
156bd065c9f5532bfd40d0391e6cb98e802c3e14
/
libweston
/
compositor-fbdev.c
acd71fb
compositor-fbdev: fix start-up assertion
by Pekka Paalanen
· 8 years ago
a5066e0
compositor-fbdev: Instead of less than 1 Hz use default refresh rate
by Oliver Smith
· 8 years ago
b1f166d
Allow backends to group repaint flushes
by Daniel Stone
· 8 years ago
09a97e2
Change repaint_needed to bool
by Daniel Stone
· 8 years ago
23e1d6f
libweston: Properly namespace backends entrypoint
by Quentin Glidic
· 9 years ago
4008740
weston: Rename weston_output_init_pending() to weston_output_init()
by Armin Krezović
· 9 years ago
6ba369d
weston: Port fbdev backend to new output handling API
by Armin Krezović
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/compositor-fbdev.c]
e77f8ad
compositor-fbdev: drop EGL support
by Pekka Paalanen
· 9 years ago
a256c5e
libweston: remove unused backend_init() arguments
by Pekka Paalanen
· 9 years ago
8aedf7b
libinput: don't use weston_config when configuring input devices
by Giulio Camuffo
· 9 years ago
934e89a
fbdev-backend: refactor configuration API
by Benoit Gschwind
· 9 years ago
e5b5659
compositor-fbdev: make copy of the device string
by Pekka Paalanen
· 9 years ago
b00c79b
protocol: migrate to stable presentation-time.xml
by Pekka Paalanen
· 9 years ago
91880f1
compositor-{drm, fbdev, rpi}: Make VT switching configurable
by Bob Ham
· 9 years ago
c2be857
compositor: Fix a couple comment typos
by Bryce Harrington
· 10 years ago
c112e0c
compositor-fbdev: Drop intermediate shadow buffer
by Sjoerd Simons
· 10 years ago
93daabb
compositor: pass the backend config struct to the backends init function
by Giulio Camuffo
· 10 years ago
44bbdd0
fbdev: Ensure strncpy results are null terminated.
by Bryce Harrington
· 10 years ago
6179338
compositor-fbdev: Remove bizarre division by sizeof
by Derek Foreman
· 10 years ago
3f89794
compositor-fbdev: fix VT switching crash
by Pekka Paalanen
· 10 years ago
82d4925
backends: don't destroy renderer and output twice
by Dawid Gajownik
· 10 years ago
8ae2db5
input: Pass the appropriate pointer type to bindings instead of a seat
by Derek Foreman
· 10 years ago
459137b
compositor: add API to manage compositor instances
by Giulio Camuffo
· 11 years ago
954f183
compositor: introduce struct weston_backend
by Giulio Camuffo
· 11 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
e76f185
gl-renderer: Take a list of acceptable formats in create functions
by Derek Foreman
· 10 years ago
b114715
compositor: send the output_created signal after inserting it in the list
by Giulio Camuffo
· 10 years ago
74eed31
gl-renderer: call supports() automatically in create()
by Jonny Lamb
· 10 years ago
671148f
gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces
by Jonny Lamb
· 10 years ago
70eba3f
gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay
by Jonny Lamb
· 10 years ago
662f384
compositor, backends: weston_compositor_read_presentation_clock
by Pekka Paalanen
· 10 years ago
561662b
compositor-fbdev: fix output transformations
by Derek Foreman
· 10 years ago
44ed70b
compositor-fbdev: allow configuring transform in the ini file
by Derek Foreman
· 10 years ago
e516c3b
compositor-fbdev: give the output a name
by Derek Foreman
· 10 years ago
363aa7b
compositor: set presentation.presented flags
by Pekka Paalanen
· 11 years ago
2ecb84a
logind: forward Active=true changes for non-DRM backends
by David Herrmann
· 11 years ago
3894670
fbdev: Remove unnecessary semicolon
by nerdopolis
· 11 years ago
de16d89
Use zalloc instead of calloc(1, ...)
by Bryce Harrington
· 11 years ago
bff3472
Setting members to 0/NULL after a zalloc or calloc is redundant
by Bryce Harrington
· 11 years ago
823ad33
compositor: Drop legacy backends in favor of libinput
by Peter Hutterer
· 11 years ago
b5eedad
compositor: set and use the presentation clock everywhere
by Pekka Paalanen
· 11 years ago
e0de3c2
Add libinput based input device backend
by Jonas Ådahl
· 11 years ago
0feb32e
udev-seat: Make udev_input own its own udev object reference
by Jonas Ådahl
· 11 years ago
77c1a5b
Add support for having different GBM formats for different outputs
by Neil Roberts
· 11 years ago
1853676
compositor: Destroy renderer in weston_compositor_shutdown()
by Ander Conselvan de Oliveira
· 12 years ago
f749fc3
compositor: Remove output from list in weston_output_destroy()
by Ander Conselvan de Oliveira
· 12 years ago
6b16214
pixman-renderer, gl-renderer: Destroy debug bindings on clean up
by Ander Conselvan de Oliveira
· 12 years ago
10ddd97
compositor: Remove redundant and not well-defined focus field
by Kristian Høgsberg
· 12 years ago
1edf44c
compositor: finish frame if redraw fails
by David Herrmann
· 12 years ago
cc5b2ed
launcher: add logind backend
by David Herrmann
· 12 years ago
1641d14
fbdev: open launcher only once
by David Herrmann
· 12 years ago
97f2952
gl-renderer: Build as a loadable module
by Ander Conselvan de Oliveira
· 12 years ago
8ac6a2d
compositor-fbdev: Fix a fd leak in the fbdev backend
by Kristian Høgsberg
· 12 years ago
6ff3ff5
launcher: Add back support for specifying VT to run on
by Kristian Høgsberg
· 12 years ago
57388e4
Notify clients on mode_switch()
by Hardening
· 12 years ago
ff39efa
Rename current, origin, scale, origin_scale
by Hardening
· 12 years ago
3f49587
launcher: Move rest of tty object into struct weston_launcher
by Kristian Høgsberg
· 12 years ago
61741a2
compositor: Generalize VT switching as a session_signal
by Kristian Høgsberg
· 12 years ago
05ad1e4
launcher: Collect launcher state in new struct weston_launcher
by Kristian Høgsberg
· 12 years ago
4aa756d
add libhybris support
by Adrian Negreanu
· 12 years ago
ffbddff
fbdev: Support of TrueColor and Directcolor of video hardware
by Marc Chalain
· 12 years ago
c838423
compositor: Setup weston-launch sock in fbdev
by Adrian Negreanu
· 12 years ago
c814c58
Drop extraneous duplicate header includes
by Bryce Harrington
· 12 years ago
581b3fd
compositor-fbdev: Close fd used for re-enabling if that fails
by Rob Bradford
· 12 years ago
f8ef42f
compositor-fbdev: Avoid dereferencing a pointer in freed memory
by Rob Bradford
· 12 years ago
c228e23
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
by Daniel Stone
· 12 years ago
2387fde
compositor-fbdev: Rename seat variable to seat_id to clarify purpose
by Rob Bradford
· 12 years ago
f165f18
compositor-fbdev: Remove unused fbdev_seat code
by Rob Bradford
· 12 years ago
d355b80
udev-seat: Make the udev_input structure an embedded structure
by Rob Bradford
· 12 years ago
d27b99d
udev-seat: Rename udev_seat to udev_input
by Rob Bradford
· 12 years ago
14e438c
compositor: Parse config file in main(), only keep weston config object
by Kristian Høgsberg
· 12 years ago
4ea9552
compositor: Support output/buffer scaling
by Alexander Larsson
· 12 years ago
a50e6e4
config-parser: Honor XDG_CONFIG_DIRS
by Ossama Othman
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
e5a1225
Make backends always specify output repaint time
by Jonas Ådahl
· 12 years ago
57edf7f
compositor: add WESTON_COMPOSITOR_OFFSCREEN state
by Philipp Brüschweiler
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
8764466
udev-seat: Simplfy enable/disable interface a bit
by Kristian Høgsberg
· 12 years ago
7e597f2
compositor-fbdev: Use udev_seat
by Kristian Høgsberg
· 12 years ago
4f49917
fbdev: Add an fbdev compositor backend using pixman and evdev
by Philip Withnall
· 12 years ago