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
/
compositor.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
compositor: introduce weston_surface_geometry_dirty()
Pekka Paalanen
1
-7
/
+10
2013-03-18
Eat scroll event if a key binding function is executed because of it.
Rune K. Svendsen
1
-1
/
+1
2013-03-18
compositor: Don't rely on surface->clip to cull overlay obscured damage
Ander Conselvan de Oliveira
1
-1
/
+1
2013-03-18
compositor: Keep a z-ordered list of planes
Ander Conselvan de Oliveira
1
-0
/
+7
2013-03-04
compositor: Fold weston_buffer_post_release into weston_buffer_reference
Kristian Høgsberg
1
-3
/
+0
2013-02-27
compositor: call configure on surfaces with a null buffer too
Giulio Camuffo
1
-2
/
+2
2013-02-21
compositor: Rename lock and unlock signals to idle and wake
Ander Conselvan de Oliveira
1
-2
/
+2
2013-02-21
compositor: Move state tracking complexity into shell
Ander Conselvan de Oliveira
1
-1
/
+1
2013-02-21
compositor: Move fade animation out of core Weston into shell
Ander Conselvan de Oliveira
1
-5
/
+0
2013-02-21
animation: Make fade more controllable
Ander Conselvan de Oliveira
1
-0
/
+5
2013-02-20
Pass argc and argv to modules
Kristian Høgsberg
1
-1
/
+2
2013-02-20
Pass argc pointer to parse_options()
Kristian Høgsberg
1
-3
/
+3
2013-02-18
xkb: Don't call exit on failure in weston_compositor_xkb_init()
Kristian Høgsberg
1
-1
/
+1
2013-02-18
Install header files and pkg-config file for external modules
Kristian Høgsberg
1
-2
/
+6
2013-02-15
text: fix weston key bindings with input methods
Jan Arne Petersen
1
-1
/
+8
2013-02-12
xwm: Support _NET_WM_STATE_FULLSCREEN
Kristian Høgsberg
1
-0
/
+4
2013-01-08
renderer: introduce destroy callback
Vasily Khoruzhick
1
-2
/
+1
2012-12-06
compositor-drm: Support overlays with transformed buffers
Ander Conselvan de Oliveira
1
-0
/
+9
2012-12-06
compositor: move texture_damage into renderer private
Pekka Paalanen
1
-1
/
+0
2012-12-06
compositor: move pitch into renderer private
Pekka Paalanen
1
-1
/
+0
2012-12-06
compositor: add early wl_buffer.release
Pekka Paalanen
1
-0
/
+1
2012-12-06
compositor: introduce weston_buffer_reference
Pekka Paalanen
1
-2
/
+10
2012-12-06
Move matrix.[ch] to shared
Rob Bradford
1
-1
/
+1
2012-11-30
compositor: Fix rendering with shm transformed buffers
Ander Conselvan de Oliveira
1
-0
/
+7
2012-11-27
text: Start input method from configuration
Jan Arne Petersen
1
-6
/
+4
2012-11-27
compositor: Implement buffer transformation
Ander Conselvan de Oliveira
1
-0
/
+8
2012-11-16
compositor: Move buffer damage fields from weston_output to gl-renderer
Ander Conselvan de Oliveira
1
-2
/
+1
2012-11-13
Move EGL and GL includes to a gles2-renderer header.
John Kåre Alsaker
1
-27
/
+0
2012-11-13
Move weston_compositor GL and EGL state into gles2-renderer.
John Kåre Alsaker
1
-14
/
+0
2012-11-13
Move weston_surface GL and EGL state into gles2-renderer.
John Kåre Alsaker
1
-6
/
+0
2012-11-13
Moved shader state into gles2-renderer.
John Kåre Alsaker
1
-18
/
+0
2012-11-13
compositor: Move surface color state to gles2-renderer.
John Kåre Alsaker
1
-1
/
+6
2012-11-13
screenshooter: Use the renderer function for reading out pixels
John Kåre Alsaker
1
-1
/
+1
2012-11-13
compositor: Add a renderer function to read out pixels
John Kåre Alsaker
1
-0
/
+4
2012-11-13
Move compositor-wayland border drawing into gles2-renderer.
John Kåre Alsaker
1
-0
/
+3
2012-11-13
Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer.
John Kåre Alsaker
1
-3
/
+8
2012-11-13
Move weston_output EGL state into gles2-renderer.
John Kåre Alsaker
1
-2
/
+8
2012-11-08
gles2: update texture only if needed
Pekka Paalanen
1
-0
/
+1
2012-11-08
gles2: Add a debug binding for highlighting shaded content
Ander Conselvan de Oliveira
1
-0
/
+2
2012-11-08
compositor: Add debug key bindings infrastructure
Ander Conselvan de Oliveira
1
-0
/
+11
2012-11-08
Add a headless backend
Ander Conselvan de Oliveira
1
-0
/
+5
2012-10-31
compositor: Fix culling of repaints behind opaque surfaces
Ander Conselvan de Oliveira
1
-0
/
+1
2012-10-19
Define our own container_of as well
Kristian Høgsberg
1
-0
/
+4
2012-10-19
Stop relying on ARRAY_LENGTH being defined in wayland-util.h
Kristian Høgsberg
1
-0
/
+1
2012-10-10
compositor, clients: apply wl_surface.frame on commit
Pekka Paalanen
1
-0
/
+3
2012-10-10
compositor, clients: double-buffer input region
Pekka Paalanen
1
-0
/
+3
2012-10-10
compositor, clients: double-buffer opaque region
Pekka Paalanen
1
-0
/
+3
2012-10-10
compositor, clients: make damage double-buffered
Pekka Paalanen
1
-0
/
+3
2012-10-10
compositor: make wl_surface.attach double-buffered
Pekka Paalanen
1
-0
/
+10
2012-10-04
weston: Use float instead of GLfloat.
John Kåre Alsaker
1
-9
/
+9
[next]