Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
da1c908a2bc51a6fcc58901a3772a1f1a0a3958a
/
src
/
compositor-drm.c
da1c908
compositor-drm: Add key binding for hidding overlays
by Ander Conselvan de Oliveira
· 13 years ago
4bcf3a5
compositor: Fix culling of repaints behind opaque surfaces
by Ander Conselvan de Oliveira
· 13 years ago
0af066f
compositor-drm: prefer PCI boot_vga GPU over other GPUs
by David Herrmann
· 13 years ago
9249f93
compositor-drm: remove a stale comment
by Pekka Paalanen
· 13 years ago
1d1e0a5
compositor-drm: Disable hw cursor if allocation fails
by Kristian Høgsberg
· 13 years ago
6b6795f
compositor-drm: Avoid leak during output configuration error path
by Rob Bradford
· 13 years ago
3b132e3
Fix spelling errors
by Martin Olsson
· 13 years ago
9b10187
compositor-drm: Check that that we have a valid bo for scanout
by Rob Bradford
· 13 years ago
3a0de88
compositor: Move unbind_display call into gles2-renderer.c
by Kristian Høgsberg
· 13 years ago
9793fc7
compositor: Move EGL context creation to gles2-renderer.c
by Kristian Høgsberg
· 13 years ago
2bc5e8e
compositor: Create outputs before initializing GLES2 state
by Kristian Høgsberg
· 13 years ago
fa1be02
compositor: Introduce a weston_renderer object
by Kristian Høgsberg
· 13 years ago
25894fc
compositor: Move gles2 initialization to gles2-renderer.h
by Kristian Høgsberg
· 13 years ago
d7c1726
compositor: Consolidate output repaint logic
by Kristian Høgsberg
· 13 years ago
07c91f8
compositor: triangle fan debug
by Pekka Paalanen
· 13 years ago
1bad5db
Implement output transformations.
by Scott Moreau
· 13 years ago
cb3eaae
compositor: Change notify_* function to take a weston_seat
by Kristian Høgsberg
· 13 years ago
16333ab
compositor: Remove compositor->seat
by Kristian Høgsberg
· 13 years ago
99fd101
compositor: Drop output->flags
by Kristian Høgsberg
· 13 years ago
8a01580
compositor-drm: Fix bad rebase
by Kristian Høgsberg
· 13 years ago
ab5b1e3
compositor-drm: don't keep trying if hw doesn't support cursors
by Rob Clark
· 13 years ago
4339add
compositor-drm: don't attempt sprite for out of bounds dimensions
by Rob Clark
· 13 years ago
702ffae
compositor-drm: skip overlay for shm buffers
by Rob Clark
· 13 years ago
42c4646
compositor-drm: Return the newly added mode in drm_output_add_mode()
by Ander Conselvan de Oliveira
· 13 years ago
dc79e6d
compositor-drm: Check for OUTPUT_CONFIG_OFF instead of using strcmp()
by Ander Conselvan de Oliveira
· 13 years ago
5ca1a47
compositor-drm: handle vblanks on secondary crtc
by Rob Clark
· 13 years ago
3eb4761
evdev: rename evdev_input_device to evdev_device
by Pekka Paalanen
· 13 years ago
b9d38f4
evdev: do not pass a list to evdev_led_update()
by Pekka Paalanen
· 13 years ago
ae29da2
compositor-drm: fix weston_log format errors
by Pekka Paalanen
· 13 years ago
79af73e
compositor-drm: Disable planes when zoomed or capturing
by Kristian Høgsberg
· 13 years ago
d858351
compositor-drm, evdev: don't crash on missing keyboard
by Pekka Paalanen
· 13 years ago
81a13a3
compositor-drm: log enter/leave VT
by Pekka Paalanen
· 13 years ago
42b3f6a
compositor-drm: log input device hot-unplugs
by Pekka Paalanen
· 13 years ago
d2e69c2
compositor-drm: fix leak in evdev_udev_handler()
by Pekka Paalanen
· 13 years ago
3315697
evdev: move udev code into compositor-drm.c
by Pekka Paalanen
· 13 years ago
5626d34
compositor-drm: Split cursor handling into prepare and set
by Kristian Høgsberg
· 13 years ago
65a11e1
compositor: Accumulate damage per plane
by Kristian Høgsberg
· 13 years ago
c50645c
Properly free drm configured mode variables.
by Scott Moreau
· 13 years ago
64eca89
compositor: Fold the log prototypes into compositor.h and drop log.h
by Kristian Høgsberg
· 13 years ago
8f37e0b
Add raw modeline support.
by Scott Moreau
· 13 years ago
8ff6915
compositor-drm: Handle incomplete [output] sections without crashing
by Kristian Høgsberg
· 13 years ago
7b884bc
compositor: Use a minimal restore handler for crash clean up
by Kristian Høgsberg
· 13 years ago
8ab5d45
Allow output configuration from config file.
by Scott Moreau
· 13 years ago
acb805a
compositor-drm: Handle unconnected connectors better
by Wang Quanxian
· 13 years ago
148ef01
compositor-drm: Don't leak output->name
by Kristian Høgsberg
· 13 years ago
9ca3846
compositor-drm: Look through all crtc/encoder combinations
by Kristian Høgsberg
· 13 years ago
2f9ed71
compositor-drm: Assign unique output names like xrandr does
by Kristian Høgsberg
· 13 years ago
70a11b1
compositor-drm: Remove cursor debug message
by Kristian Høgsberg
· 13 years ago
1f5de35
compositor-drm: Only update hw cursor contents when it changes
by Kristian Høgsberg
· 13 years ago
24e4275
compositor-drm: Only call drmModeMoveCursor() if hw cursor position changed
by Kristian Høgsberg
· 13 years ago
4901f6c
compositor-drm: Allocate hw cursor like other planes
by Kristian Høgsberg
· 13 years ago
a6edab3
compositor-drm: Combine drm_output_set_cursor and weston_output_set_cursor
by Kristian Høgsberg
· 13 years ago
6143f7d
compositor-drm: Assign primary framebuffer in assign_planes callout
by Kristian Høgsberg
· 13 years ago
3b00bae
compositor-drm: Support hardware scaling with drm planes
by Kristian Høgsberg
· 13 years ago
270a7cb
compositor-drm: Follow gbm_bo_get_pitch rename to gbm_bo_get_stride
by Kristian Høgsberg
· 13 years ago
2763a2e
compositor-drm: Use gbm_bo_import instead of gbm_bo_create_from_egl_surface
by Kristian Høgsberg
· 13 years ago
023f855
compositor: prepare for multi-planar surfaces.
by Gwenole Beauchesne
· 13 years ago
061c425
compositor-drm: Improve initial mode picking
by Kristian Høgsberg
· 13 years ago
01a57ed
compositor-drm: Don't leak FBs when the buffer of a sprite is detroyed
by Ander Conselvan de Oliveira
· 13 years ago
fd1f4c6
compositor-drm: Remove destroy listeners when disabling planes
by Ander Conselvan de Oliveira
· 13 years ago
a732696
compositor-drm: Wait for vblank events before starting next frame
by Ander Conselvan de Oliveira
· 13 years ago
d450b19
compositor-drm: Check surface's outputs when assigning overlays
by Ander Conselvan de Oliveira
· 13 years ago
a96b93c
compositor-drm: Add proper error handling to init
by Daniel Stone
· 13 years ago
725c2c3
Split weston_compositor_init into base and _gl
by Daniel Stone
· 13 years ago
f2735ea
compositor-drm: Hide hw cursor if cursor sprite isn't mapped
by Kristian Høgsberg
· 13 years ago
49952d1
compositor: Introduce weston_output_schedule_repaint()
by Kristian Høgsberg
· 13 years ago
e0f832b
compositor: Pass weston_output as the frame_signal argument
by Kristian Høgsberg
· 13 years ago
70b8358
compositor: Remove weston_read_pixels functionality
by Kristian Høgsberg
· 13 years ago
d553bfc
compositor: Track which plane a surface is on
by Kristian Høgsberg
· 13 years ago
362b672
Rename weston_compositor EGLDisplay member to egl_display
by Kristian Høgsberg
· 13 years ago
fc9c5e0
log: Add some diagnostics to the log
by Kristian Høgsberg
· 13 years ago
6d11836
Replace fprintf() by weston_log()
by Martin Minarik
· 13 years ago
c1be8e5
Pass config_file through to weston_compositor_init
by Daniel Stone
· 13 years ago
baf4359
Pass argc and argv through to weston_compositor_init
by Daniel Stone
· 13 years ago
325fc2d
Split bindings into separate key/button/axis bindings
by Daniel Stone
· 13 years ago
37816df
Convert wl_input_device to wl_seat (and friends)
by Daniel Stone
· 13 years ago
b71302e
Fix a few -pedantic warnings
by Kristian Høgsberg
· 13 years ago
c4621b0
compositor: Report refresh rates in mHz
by Kristian Høgsberg
· 13 years ago
8e1f77f
drm: Make KMS hw cursors work again
by Kristian Høgsberg
· 13 years ago
a64b15d
compositor-drm: alow scanning out of buffers with XRGB8888 format
by Ander Conselvan de Oliveira
· 13 years ago
555c17d
compositor-drm: refactor to avoid unnecessary allocation of KMS FBs
by Ander Conselvan de Oliveira
· 13 years ago
5f5f319
compositor-drm: call EGL cleanup functions on exit
by Ander Conselvan de Oliveira
· 13 years ago
062be7e
screenshooter: Grab pixel data directly before buffer swap
by Scott Moreau
· 13 years ago
adb624a
compositor-drm: Remove an useless code line.
by Alex Wu
· 13 years ago
bd3354b
shell: Implement "driver" method of fullsceen.
by Alex Wu
· 13 years ago
b7b8bda
compositor-drm: Add switch_mode support.
by Alex Wu
· 13 years ago
2dda604
compositor: Add a switch_mode hook and a wrapper into the output.
by Alex Wu
· 13 years ago
a1d57db
compositor: make GL_EXT_read_format_bgra optional
by Pekka Paalanen
· 13 years ago
27e3052
Use wl_signal mechanism
by Kristian Høgsberg
· 13 years ago
eae5de7
Follow wayland change to serial numbers
by Kristian Høgsberg
· 13 years ago
5d1c0c5
drm: Add vt switch keybindings
by Kristian Høgsberg
· 13 years ago
4014a6b
drm: Remove input devices before cancelling repaints in vt switch away
by Kristian Høgsberg
· 13 years ago
78d3afe
evdev: Disable the udev monitor when another vt becomes active
by Benjamin Franzke
· 13 years ago
bfeda13
Introduce weston-launch
by Benjamin Franzke
· 14 years ago
80d27b7
screenshooter: Properly handle multiple outputs.
by Scott Moreau
· 13 years ago
875ab9e
Add signedness warning flag and fix fallout
by Kristian Høgsberg
· 13 years ago
c97af92
Properly dispose event sources and event loops
by Jonas Ådahl
· 13 years ago
b5ef591
compositor: Stop using EGL_KHR_surfaceless_gles2
by Kristian Høgsberg
· 13 years ago
cbcd047
compostor-drm: Use gbm surface
by Kristian Høgsberg
· 13 years ago
7a011ea
compositor-drm: Check es->image, not es->buffer when looking for overlays
by Kristian Høgsberg
· 13 years ago
Next »