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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-06
compositor: Remove unused 'fbo' field from weston_compositor
renderer
Kristian Høgsberg
1
-1
/
+0
2012-09-06
move extention funcs and read_output
Kristian Høgsberg
3
-45
/
+69
2012-09-06
compositor: Destroy gles2 resource for weston_surface in gles2-renderer.c
Kristian Høgsberg
3
-7
/
+15
2012-09-06
compositor: Move unbind_display call into gles2-renderer.c
Kristian Høgsberg
7
-3
/
+17
2012-09-06
compositor: Move EGL context creation to gles2-renderer.c
Kristian Høgsberg
5
-112
/
+18
2012-09-06
compositor: Create outputs before initializing GLES2 state
Kristian Høgsberg
4
-78
/
+23
2012-09-06
compositor: Introduce a weston_renderer object
Kristian Høgsberg
7
-17
/
+36
2012-09-06
compositor: Move EGL/GLES2 parts of weston_surface_attach to gles2-renderer.c
Kristian Høgsberg
3
-115
/
+125
2012-09-06
compositor: Move update_shm_texture() to gles2-renderer.c
Kristian Høgsberg
3
-42
/
+41
2012-09-06
compositor: Move gles2 initialization to gles2-renderer.h
Kristian Høgsberg
7
-304
/
+307
2012-09-06
compositor: Move non-GL initialization out of weston_compositor_init_gl()
Kristian Høgsberg
1
-8
/
+8
2012-09-06
compositor: Move surface repaint code to gles2-renderer.c
Kristian Høgsberg
3
-558
/
+559
2012-09-06
compositor: Consolidate output repaint logic
Kristian Høgsberg
8
-137
/
+180
2012-09-06
screensaver: fix decoding of transparency in xpm files
Philipp Brüschweiler
1
-3
/
+3
2012-09-04
test-text-client: fix compile error
U. Artie Eoff
1
-1
/
+1
2012-09-04
compositor: do not round a zero area to non-zero
Pekka Paalanen
1
-0
/
+6
2012-09-04
compositor: do not duplicate ARRAY_SIZE
Pekka Paalanen
1
-4
/
+1
2012-09-04
compositor: reduce the number of triangles
Pekka Paalanen
1
-38
/
+17
2012-09-04
compositor: fix fan_debug mode
Pekka Paalanen
1
-1
/
+6
2012-09-04
compositor: paint opaque regions with RGBX shader
Pekka Paalanen
1
-22
/
+52
2012-09-04
xwayland: replace opaque_rect, fix an alpha problem
Pekka Paalanen
3
-17
/
+16
2012-09-04
toytoolkit: supply correct widget in motion_handler callback
Philipp Brüschweiler
1
-1
/
+1
2012-09-04
workspaces: don't segfault on invalid move_surface_to_workspace request
Philipp Brüschweiler
2
-1
/
+5
2012-08-31
shell: Improve focus handling when moving surfaces between workspaces
Jonas Ådahl
1
-10
/
+25
2012-08-31
toytoolkit: Implement support for the workspace manager interface
Jonas Ådahl
2
-3
/
+61
2012-08-31
shell: Introduce workspace manager interface
Jonas Ådahl
4
-5
/
+142
2012-08-31
shell: Add possibility to move surfaces to other workspaces
Jonas Ådahl
1
-11
/
+150
2012-08-31
shell: Always set focus when restoring focus state
Jonas Ådahl
1
-3
/
+5
2012-08-31
Add sample configuration for workspaces to weston.ini
Jonas Ådahl
1
-0
/
+1
2012-08-31
simple-egl: Avoid race condition.
Scott Moreau
1
-1
/
+6
2012-08-31
simple-egl: Only set alpha_size=0 when -o is passed.
Scott Moreau
1
-3
/
+5
2012-08-31
simple-egl: Remove unused variable.
Scott Moreau
1
-4
/
+2
2012-08-31
compositor: triangle fan debug
Pekka Paalanen
7
-8
/
+95
2012-08-31
compositor: fix blending for full-surface alpha
Pekka Paalanen
1
-20
/
+11
2012-08-31
compositor: specialised fragment shader for RGBX
Pekka Paalanen
2
-6
/
+18
2012-08-31
compositor: simplify shaders
Rob Clark
3
-112
/
+453
2012-08-31
compositor: add support for OES_EGL_image_external
Rob Clark
3
-10
/
+44
2012-08-29
man: add man page for weston
Pekka Paalanen
5
-2
/
+250
2012-08-29
desktop-shell: don't segfault on invalid icon path
Philipp Brüschweiler
1
-1
/
+35
2012-08-29
desktop-shell: respect CURSOR_NONE as grab cursor
Philipp Brüschweiler
1
-0
/
+3
2012-08-29
toytoolkit: try multiple names when loading cursors
Philipp Brüschweiler
1
-10
/
+95
2012-08-29
tests: Add unit test for text model
Jan Arne Petersen
4
-3
/
+480
2012-08-29
tests: Explicitly define the test client to launch
Jan Arne Petersen
4
-5
/
+5
2012-08-29
screenshot: Use correct buffer size for transformed outputs.
Scott Moreau
1
-0
/
+6
2012-08-29
terminal: support entering non-ascii characters
Philipp Brüschweiler
1
-7
/
+23
2012-08-29
Implement output transformations.
Scott Moreau
9
-126
/
+444
2012-08-16
toytoolkit: don't ignore resizes with negative width or height
Philipp Brüschweiler
1
-3
/
+0
2012-08-16
compositor: Clear only the the damage that was actually repainted
Ander Conselvan de Oliveira
1
-11
/
+19
2012-08-16
Remove unused enum.
Scott Moreau
1
-4
/
+0
2012-08-16
Correct mistake in config file.
Scott Moreau
1
-2
/
+1
[next]