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
/
compositor
/
compositor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-23
compositor: Add helper to damage surface below
Kristian Høgsberg
1
-4
/
+21
2011-06-23
compositor: Clip away obscured damage
Kristian Høgsberg
1
-10
/
+20
2011-06-23
compositor: Accumulate damage in per-surface regions
Kristian Høgsberg
1
-14
/
+14
2011-06-23
Send keyboard_focus only to client surfaces
Benjamin Franzke
1
-2
/
+3
2011-06-23
compsitor: Put background surface in the big surface list
Kristian Høgsberg
1
-6
/
+4
2011-06-23
compositor: Put cursor surfaces into the big surface list
Kristian Høgsberg
1
-30
/
+34
2011-06-23
compositor: Change default background to be a png
Kristian Høgsberg
1
-1
/
+1
2011-06-21
compositor: Add socket based activation for X server
Kristian Høgsberg
1
-2
/
+45
2011-06-21
Damage surface before attaching new buffer
Kristian Høgsberg
1
-6
/
+7
2011-06-21
compositor: Fix region leak
Kristian Høgsberg
1
-0
/
+1
2011-06-21
compositor: Store the output rectangle in a region
Kristian Høgsberg
1
-17
/
+12
2011-06-21
compositor: Repaint immediately after pageflip finishes
Kristian Høgsberg
1
-66
/
+42
2011-06-21
compositor: Decrement buffers busy_count in post_release
Benjamin Franzke
1
-14
/
+6
2011-06-21
Merge remote-tracking branch 'bnf/buffer.release-2'
Kristian Høgsberg
1
-6
/
+96
2011-06-21
Implement buffer.release event
Benjamin Franzke
1
-0
/
+79
2011-06-21
Merge remote-tracking branch 'bnf/fixes-2'
Kristian Høgsberg
1
-0
/
+2
2011-06-21
compositor: Send out more detailed output events
output
Kristian Høgsberg
1
-25
/
+42
2011-06-21
compositor: Send frame event after redraw
Benjamin Franzke
1
-8
/
+19
2011-06-21
compositor: Do not leak old client buffers
Benjamin Franzke
1
-0
/
+2
2011-06-20
compositor: Only use GL_LINEAR when surface is transformed
Kristian Høgsberg
1
-4
/
+9
2011-06-20
compositor: Damage after setting surface width and height
Kristian Høgsberg
1
-6
/
+6
2011-06-20
Move map requests to shell
Kristian Høgsberg
1
-106
/
+4
2011-05-19
compositor: Don't pass a non-existing varying into the fragment shader
Kristian Høgsberg
1
-1
/
+0
2011-05-19
meego-tablet-shell: Tweak spring constants
Kristian Høgsberg
1
-1
/
+3
2011-05-16
compositor: Call wlsc_buffer_attach() after setting es->width
Kristian Høgsberg
1
-2
/
+2
2011-05-06
compositor: Fix warning in load_module
Benjamin Franzke
1
-1
/
+1
2011-05-06
Make use of wl_resource.destroy_listener_list for surfaces.
Benjamin Franzke
1
-9
/
+2
2011-05-06
compositor: Disable hw cursor if we're texturing the cursor
Kristian Høgsberg
1
-9
/
+11
2011-05-06
compositor: Scanout client buffers even if they're not map_fullscreen
Kristian Høgsberg
1
-11
/
+11
2011-05-02
compositor: Split backends into modules
Kristian Høgsberg
1
-70
/
+78
2011-05-02
compositor: Rename tweener to spring
Kristian Høgsberg
1
-41
/
+41
2011-05-02
compositor: Group matrix and inverse in struct wlsc_transform
Kristian Høgsberg
1
-2
/
+1
2011-05-02
compositor: Export matrix functions
Kristian Høgsberg
1
-2
/
+2
2011-05-02
compositor: Drop broken opaque repaint optimization for now
Kristian Høgsberg
1
-21
/
+1
2011-05-02
compositor: Remove unused surface matrix, add optional transform
Kristian Høgsberg
1
-55
/
+88
2011-05-02
Tweak tweener constants and add friction parameter
Kristian Høgsberg
1
-3
/
+10
2011-05-02
Remove unused surface->buffer field
Kristian Høgsberg
1
-5
/
+2
2011-05-02
compositor: Screenhoot into a client provided shm buffer
Kristian Høgsberg
1
-3
/
+1
2011-05-02
compositor: Use libpng directly instead of gdb-pixbuf
Kristian Høgsberg
1
-75
/
+6
2011-05-02
Just use getopt_long for option parsing
Kristian Høgsberg
1
-32
/
+57
2011-04-26
compositor: Recalculate fullscreen surface x,y in surface_attach
Benjamin Franzke
1
-2
/
+10
2011-04-25
compositor: Fix overlapping options
Kristian Høgsberg
1
-2
/
+2
2011-04-25
compositor: Stop using EGL_EGLEXT_PROTOTYPES and look up extension functions
Kristian Høgsberg
1
-22
/
+38
2011-04-25
compositor: Don't use glClear for clearing
Kristian Høgsberg
1
-2
/
+9
2011-04-25
compositor: Use stride/4 as width for shm textures
Benjamin Franzke
1
-3
/
+7
2011-04-25
compositor: Use EGL_WL_bind_wayland_display only if available
Benjamin Franzke
1
-2
/
+6
2011-04-23
compositor: Support loadable shells
Kristian Høgsberg
1
-32
/
+52
2011-04-22
compositor: Fade to black on idle timeout
Kristian Høgsberg
1
-6
/
+167
2011-04-22
compositor: Refactor shader setup a bit
Kristian Høgsberg
1
-36
/
+41
2011-04-22
compositor: Implement a simple screensaver feature
Kristian Høgsberg
1
-2
/
+98
[next]