index
:
~vignatti/weston
master
multitouch-v2
stick-moving
xwm
xwm-client
xwm-client-OLD
xwm-configure2
wayland compositor and client demo implementation
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-07
compositor-wayland: Hide cursor for compositor surfaces
Kristian Høgsberg
1
-0
/
+2
2012-02-07
compositor-wayland: Destroy wl_callback in callback function
Kristian Høgsberg
1
-1
/
+2
2012-02-07
compositor: Drop setuid when launching clients
Kristian Høgsberg
1
-0
/
+3
2012-01-31
compositor: Don't just update uniforms when we change shaders
Kristian Høgsberg
1
-6
/
+9
2012-01-31
compositor: handle attach request in surface-local coordinates
Pekka Paalanen
1
-5
/
+11
2012-01-31
shell: fix resize for transformed surfaces
Pekka Paalanen
1
-21
/
+21
2012-01-31
shell: fix move of transformed surfaces
Pekka Paalanen
1
-5
/
+5
2012-01-30
compositor: Allow attaching null buffer
Kristian Høgsberg
1
-5
/
+15
2012-01-27
shell: Rotate relative to current rotation
Kristian Høgsberg
1
-7
/
+35
2012-01-27
compositor: Only set surface geometry through weston_surface_configure()
Kristian Høgsberg
2
-22
/
+11
2012-01-27
compositor: Link to libm
Kristian Høgsberg
1
-1
/
+1
2012-01-27
Collabora copyright updates
Pekka Paalanen
3
-1
/
+3
2012-01-27
compositor: make overlap computation use the boundingbox
Pekka Paalanen
1
-9
/
+6
2012-01-27
compositor: use bounding box for damage regions
Pekka Paalanen
1
-17
/
+27
2012-01-27
compositor: weston_surface_assign_output() to use bounding box
Pekka Paalanen
1
-5
/
+6
2012-01-27
compositor: weston_output_set_cursor() to use bounding box
Pekka Paalanen
1
-6
/
+5
2012-01-27
compositor: weston_surface_draw() to use bounding box
Pekka Paalanen
1
-6
/
+8
2012-01-27
compositor: move weston_surface::width,height into geometry
Pekka Paalanen
5
-54
/
+74
2012-01-27
compositor: add weston_surface bounding box
Pekka Paalanen
2
-0
/
+48
2012-01-27
compositor: fix zoom origin
Pekka Paalanen
1
-5
/
+3
2012-01-27
compositor-drm: do not scan out transformed surfaces
Pekka Paalanen
1
-0
/
+1
2012-01-27
compositor: move weston_surface::x,y into geometry
Pekka Paalanen
6
-73
/
+101
2012-01-27
compositor: make position a surface transformation
Pekka Paalanen
2
-6
/
+18
2012-01-27
compositor: honour repaint regions with transformed surfaces
Pekka Paalanen
2
-70
/
+50
2012-01-27
compositor: disable attrib arrays after use
Pekka Paalanen
1
-0
/
+4
2012-01-27
compositor: remove unused *_uniform members
Pekka Paalanen
1
-1
/
+0
2012-01-27
compositor: rewrite draw and input coordinate transformations
Pekka Paalanen
3
-49
/
+97
2012-01-27
compositor: restructure weston_surface::transform
Pekka Paalanen
4
-15
/
+30
2012-01-27
compositor: handle non-invertible surface transformations
Pekka Paalanen
1
-1
/
+6
2012-01-27
shell: add key binding for rotating a surface
Pekka Paalanen
3
-1
/
+136
2012-01-27
compositor: apply full transformation to input coordinates
Pekka Paalanen
1
-26
/
+35
2012-01-27
compositor: simplify the matrix inversion API
Pekka Paalanen
4
-30
/
+56
2012-01-27
update git ignores
Pekka Paalanen
1
-1
/
+1
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
[next]