Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
bc0b7e7756fe3dec91ca9f3ab3148ca527a669a9
/
src
bc0b7e7
compositor: restructure weston_surface::transform
by Pekka Paalanen
· 14 years ago
7ae0213
compositor: handle non-invertible surface transformations
by Pekka Paalanen
· 14 years ago
460099f
shell: add key binding for rotating a surface
by Pekka Paalanen
· 14 years ago
2a5cecc
compositor: apply full transformation to input coordinates
by Pekka Paalanen
· 14 years ago
d1f0ab6
compositor: simplify the matrix inversion API
by Pekka Paalanen
· 14 years ago
1ef94c8
update git ignores
by Pekka Paalanen
· 14 years ago
4520d5c
tests: add matrix-test
by Pekka Paalanen
· 14 years ago
75b47ec
compositor: implement inverse matrix transformation
by Pekka Paalanen
· 14 years ago
061b747
compositor: drop inverse matrix from weston_transform
by Pekka Paalanen
· 14 years ago
668ca37
compositor: move matrix code to separate files
by Pekka Paalanen
· 14 years ago
daaf01b
util: document matrices
by Pekka Paalanen
· 14 years ago
c61eca6
compositor: implement a stack of surface transformations
by Pekka Paalanen
· 14 years ago
681f9f4
compositor: Keep fade surface around while we're fading
by Kristian Høgsberg
· 14 years ago
607c1a7
compositor: Use weston_surface_create for creating solid color fade surface
by Kristian Høgsberg
· 14 years ago
bbeefb0
compositor: Create surfaces neutral, select shader later
by Kristian Høgsberg
· 14 years ago
46e64ee
compositor: Drop unused saved_texture surface field
by Kristian Høgsberg
· 14 years ago
2200d70
compositor: Clear repaint_scheduled when an idle repaint is cancelled
by Kristian Høgsberg
· 14 years ago
30c018b
compositor: Combine repaint and weston_output_repaint
by Kristian Høgsberg
· 14 years ago
a82c486
compositor: Compute overlapped early and base hw cursor decision on that
by Kristian Høgsberg
· 14 years ago
9f404b7
compositor: Move tracking of scanout buffers to compositor-drm
by Kristian Høgsberg
· 14 years ago
5f5e42e
compositor: Remove prepare_scanout_surface callout
by Kristian Høgsberg
· 14 years ago
06cf6b0
compositor: Pull prepare_render and present callouts into repaint
by Kristian Høgsberg
· 14 years ago
68c479a
compositor: Move repaint loop into a backend function
by Kristian Høgsberg
· 14 years ago
32cdc38
compositor: Insert the fade surface in the surface list
by Kristian Høgsberg
· 14 years ago
0763262
compositor: Move shader setup to weston_surface_draw()
by Kristian Høgsberg
· 14 years ago
765bcdf
compositor: Compute whether or not a surface is overlapped
by Kristian Høgsberg
· 14 years ago
ee324c2
compositor: Remove special casing of fullscreen surfaces
by Kristian Høgsberg
· 14 years ago
a0d6dc4
compositor: Do the per surface clip region math in weston_surface_draw()
by Kristian Høgsberg
· 14 years ago
ac58741
compositor: Assign surface damage before setting up scanout buffers
by Kristian Høgsberg
· 14 years ago
6af8eb9
desktop-shell: Build in sensible defaults
by Kristian Høgsberg
· 14 years ago
bcecca4
Revert "weston: Drop priviledges early, and seteuid when needed"
by Kristian Høgsberg
· 14 years ago
fc6ccb8
weston: Drop priviledges early, and seteuid when needed
by Benjamin Franzke
· 14 years ago
ef548fd
setuid: Operate relative to $(DESTDIR)
by Benjamin Franzke
· 14 years ago
a12d611
evdev: fix uninitialised pointer value
by Tiago Vignatti
· 14 years ago
44d4de6
configure: Add --enable-setuid-install
by Kristian Høgsberg
· 14 years ago
8423a89
compositor: initialise segv_action.sa_mask
by Pekka Paalanen
· 14 years ago
cb10843
shell: deal with weston_compositor_pick_surface() = NULL
by Pekka Paalanen
· 14 years ago
90b5381
compositor: Flush surface damage to surface below on destroy
by Kristian Høgsberg
· 14 years ago
6916d9c
drm: Don't print warning if cursor stride isn't right
by Kristian Høgsberg
· 14 years ago
08fcbf0
tty: Use SIGUSR1 for both enter and leave signals
by Kristian Høgsberg
· 14 years ago
62d2774
tty: Switch back to launch tty if we switched away
by Kristian Høgsberg
· 14 years ago
34f80ff
drm: Cancel any scheduled repaints in the leave vt handler
by Kristian Høgsberg
· 14 years ago
835cd49
drm: Reset kms mode on vt enter
by Kristian Høgsberg
· 14 years ago
54f14c3
drm: Complain if pageflip fails
by Kristian Høgsberg
· 14 years ago
f03a616
shell: Set desktop-shell deathstamp at initial launch
by Kristian Høgsberg
· 14 years ago
4d733ee
shell: respawn desktop-shell if it dies
by Pekka Paalanen
· 14 years ago
39d908e
tty: Open a new vt if not running on a VT
by Kristian Høgsberg
· 14 years ago
0690da6
compositor: Install a SEGV handler to try and clean up the VT if we crash
by Kristian Høgsberg
· 14 years ago
353e57f
tty: Fix order of VT ack/release ioctls and the vt handler
by Kristian Høgsberg
· 14 years ago
23a47a8
evdev: Drop noisy debug messages on vt swtich
by Kristian Høgsberg
· 14 years ago
a018fb0
compositor-drm: Exit if we failed to get drm master
by Kristian Høgsberg
· 14 years ago
5743010
xserver: Create WM window, handle client messages
by Kristian Høgsberg
· 14 years ago
643eac5
evdev: Correct warning on missing input device
by Olivier Le Thanh Duong
· 14 years ago
de13448
xserver: Just dup fd instead of two fcntls to get a non-O_CLOEXEC fd
by Kristian Høgsberg
· 14 years ago
1760ebb
xserver: Set DISPLAY for clients launched by the compositor
by Kristian Høgsberg
· 14 years ago
ea093d4
xserver: Don't set -logfile option, only available to root user
by Kristian Høgsberg
· 14 years ago
92734c5
tty: Leave tty in KD_GRAPHICS mode during vt switches
by Kristian Høgsberg
· 14 years ago
c5b9ddb
compositor-drm: Fail, and fail early if we can't set up the tty
by Kristian Høgsberg
· 14 years ago
00513ab
tty: Close tty fd on exit
by Kristian Høgsberg
· 14 years ago
1201b75
tty: If no tty option is given, use stdin and make sure it's a vt
by Kristian Høgsberg
· 14 years ago
8e81df4
Use new format codes
by Kristian Høgsberg
· 14 years ago
249713b
Remove redundant glTexImage2D() call
by Kristian Høgsberg
· 14 years ago
c5e2376
compositor: Damage below before attaching new buffer
by Kristian Høgsberg
· 14 years ago
b3cca0a
shell: Start implementing the popup surface type
by Kristian Høgsberg
· 14 years ago
dade649
Move wl_data_device implementation to wayland-server
by Kristian Høgsberg
· 14 years ago
faf1fee
Move default grab implementation to wayland-server
by Kristian Høgsberg
· 14 years ago
9ddb826
Use new grab api
by Kristian Høgsberg
· 14 years ago
0b17b8e
compositor: Don't try and destroy old pointer surface if it empty
by Rob Bradford
· 14 years ago
b07876d
evdev: warn about missing input devices
by Pekka Paalanen
· 14 years ago
c0444e3
compositor: force fade-in on start
by Pekka Paalanen
· 14 years ago
61b5c67
shell: free memory on move/resize error paths
by Pekka Paalanen
· 14 years ago
8600040
compositor-x11: Just a few more weston renames
by Kristian Høgsberg
· 14 years ago
e7126ef
x11: Dont claim the X11 selection when we set the proxy Wayland selection
by Kristian Høgsberg
· 14 years ago
a33d0c3
data-device: Use a listener list to decouple the x11 selection bridge
by Kristian Høgsberg
· 14 years ago
f9b0844
x11: Initialize wm->incr when converting the TARGETS target
by Kristian Høgsberg
· 14 years ago
300deba
x11: Handle non-existing properties correctly
by Kristian Høgsberg
· 14 years ago
db9bf1e
data-device: Fix a few bugs in the commit to drop ref-counting
by Kristian Høgsberg
· 14 years ago
9724b51
More weston rename fixes
by Kristian Høgsberg
· 14 years ago
82d9ee9
data-device: Handle source going away instead of ref-counting it
by Kristian Høgsberg
· 14 years ago
cb78447
Fix a few missing wlsc->weston renames
by Kristian Høgsberg
· 14 years ago
3466bc8
Merge remote-tracking branch 'pq/compositor-dtors-v1'
by Kristian Høgsberg
· 14 years ago
f6a5f7d
Fix distcheck
by Kristian Høgsberg
· 14 years ago
8334bc1
Rename wayland-compositor to weston
by Kristian Høgsberg
· 14 years ago