index
:
~krh/weston
assign-planes
gbm-surface
input
layers
libweston
master
meego-tablet-shell
menu
nested
next
non-recursive-build
non-recursive-make
output
pointer-lock
popup
protocol-changes
re-exec
remote
renderer
repaint-refactor
session-manager
surface-damage
testing
threads
video
xdg-more-states
xdg-shell-fixes
xwayland-ddx
personal wayland-demos repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-27
tests: add matrix-test
Pekka Paalanen
1
-1
/
+2
2012-01-27
compositor: implement inverse matrix transformation
Pekka Paalanen
4
-5
/
+133
2012-01-27
compositor: drop inverse matrix from weston_transform
Pekka Paalanen
5
-11
/
+18
2012-01-27
compositor: move matrix code to separate files
Pekka Paalanen
5
-93
/
+151
2012-01-27
util: document matrices
Pekka Paalanen
1
-0
/
+10
2012-01-27
compositor: implement a stack of surface transformations
Pekka Paalanen
3
-10
/
+55
2012-01-26
compositor: Keep fade surface around while we're fading
Kristian Høgsberg
2
-18
/
+24
2012-01-26
compositor: Use weston_surface_create for creating solid color fade surface
Kristian Høgsberg
1
-47
/
+13
2012-01-26
compositor: Create surfaces neutral, select shader later
Kristian Høgsberg
1
-7
/
+27
2012-01-26
compositor: Drop unused saved_texture surface field
Kristian Høgsberg
2
-9
/
+2
2012-01-26
compositor: Clear repaint_scheduled when an idle repaint is cancelled
Kristian Høgsberg
1
-1
/
+2
2012-01-26
compositor: Combine repaint and weston_output_repaint
Kristian Høgsberg
1
-19
/
+11
2012-01-26
compositor: Compute overlapped early and base hw cursor decision on that
Kristian Høgsberg
3
-31
/
+49
2012-01-26
compositor: Move tracking of scanout buffers to compositor-drm
Kristian Høgsberg
3
-60
/
+56
2012-01-25
compositor: Remove prepare_scanout_surface callout
Kristian Høgsberg
5
-90
/
+60
2012-01-25
compositor: Pull prepare_render and present callouts into repaint
Kristian Høgsberg
6
-129
/
+47
2012-01-25
compositor: Move repaint loop into a backend function
Kristian Høgsberg
6
-3
/
+52
2012-01-25
compositor: Insert the fade surface in the surface list
Kristian Høgsberg
1
-31
/
+37
2012-01-25
compositor: Move shader setup to weston_surface_draw()
Kristian Høgsberg
2
-12
/
+21
2012-01-25
compositor: Compute whether or not a surface is overlapped
Kristian Høgsberg
2
-1
/
+18
2012-01-25
compositor: Remove special casing of fullscreen surfaces
Kristian Høgsberg
1
-8
/
+1
2012-01-25
compositor: Do the per surface clip region math in weston_surface_draw()
Kristian Høgsberg
1
-15
/
+13
2012-01-25
compositor: Assign surface damage before setting up scanout buffers
Kristian Høgsberg
1
-5
/
+6
2012-01-25
desktop-shell: Build in sensible defaults
Kristian Høgsberg
1
-7
/
+3
2012-01-24
Revert "weston: Drop priviledges early, and seteuid when needed"
Kristian Høgsberg
3
-20
/
+0
2012-01-24
weston: Drop priviledges early, and seteuid when needed
Benjamin Franzke
3
-0
/
+20
2012-01-24
setuid: Operate relative to $(DESTDIR)
Benjamin Franzke
1
-2
/
+2
2012-01-20
evdev: fix uninitialised pointer value
Tiago Vignatti
1
-0
/
+2
2012-01-19
configure: Add --enable-setuid-install
Kristian Høgsberg
1
-0
/
+6
2012-01-19
compositor: initialise segv_action.sa_mask
Pekka Paalanen
1
-0
/
+1
2012-01-19
shell: deal with weston_compositor_pick_surface() = NULL
Pekka Paalanen
1
-1
/
+1
2012-01-18
compositor: Flush surface damage to surface below on destroy
Kristian Høgsberg
1
-0
/
+16
2012-01-18
drm: Don't print warning if cursor stride isn't right
Kristian Høgsberg
1
-4
/
+6
2012-01-18
tty: Use SIGUSR1 for both enter and leave signals
Kristian Høgsberg
1
-23
/
+14
2012-01-18
tty: Switch back to launch tty if we switched away
Kristian Høgsberg
2
-8
/
+29
2012-01-18
drm: Cancel any scheduled repaints in the leave vt handler
Kristian Høgsberg
2
-5
/
+19
2012-01-18
drm: Reset kms mode on vt enter
Kristian Høgsberg
1
-0
/
+23
2012-01-18
drm: Complain if pageflip fails
Kristian Høgsberg
1
-3
/
+6
2012-01-17
shell: Set desktop-shell deathstamp at initial launch
Kristian Høgsberg
1
-2
/
+2
2012-01-17
shell: respawn desktop-shell if it dies
Pekka Paalanen
1
-0
/
+23
2012-01-16
tty: Open a new vt if not running on a VT
Kristian Høgsberg
1
-8
/
+42
2012-01-16
compositor: Install a SEGV handler to try and clean up the VT if we crash
Kristian Høgsberg
1
-1
/
+32
2012-01-16
tty: Fix order of VT ack/release ioctls and the vt handler
Kristian Høgsberg
1
-4
/
+4
2012-01-16
evdev: Drop noisy debug messages on vt swtich
Kristian Høgsberg
1
-4
/
+1
2012-01-16
compositor-drm: Exit if we failed to get drm master
Kristian Høgsberg
1
-2
/
+7
2012-01-15
xserver: Create WM window, handle client messages
Kristian Høgsberg
1
-0
/
+77
2012-01-15
evdev: Correct warning on missing input device
Olivier Le Thanh Duong
1
-1
/
+1
2012-01-15
xserver: Just dup fd instead of two fcntls to get a non-O_CLOEXEC fd
Kristian Høgsberg
1
-5
/
+5
2012-01-15
xserver: Set DISPLAY for clients launched by the compositor
Kristian Høgsberg
2
-5
/
+7
2012-01-15
xserver: Don't set -logfile option, only available to root user
Kristian Høgsberg
1
-4
/
+1
[next]