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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-01
tests: Only run buffer-count test if we have at least mesa 10
Kristian Høgsberg
3
-0
/
+30
2014-01-01
build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional
Kristian Høgsberg
2
-3
/
+5
2013-12-07
tests: Test whether a simple EGL main loop uses too many buffers
Neil Roberts
5
-2
/
+215
2013-12-02
Remove the weston_view.geometry.width/height fields
Jason Ekstrand
3
-6
/
+9
2013-11-27
Remove dependency on <GLES2/gl2.h> by replacing GLfloat with float
Tomeu Vizoso
1
-6
/
+6
2013-11-24
configure.ac: Make libdrm optional in weston-launch
Kristian Høgsberg
1
-0
/
+1
2013-11-23
tests: Remove an unecessary Makefile.am variable
Kristian Høgsberg
1
-5
/
+3
2013-11-23
tests: Use a helper library for weston-test clients
Kristian Høgsberg
1
-32
/
+25
2013-11-23
tests: Use TEST_CLIENT for test client modules
Kristian Høgsberg
1
-1
/
+1
2013-11-21
tests: .gitignore log files
Pekka Paalanen
1
-0
/
+1
2013-11-21
tests: allow weston test plugin to keep on running
Pekka Paalanen
1
-1
/
+1
2013-11-21
tests: add a test causing SIGBUS to the compositor
Pekka Paalanen
2
-0
/
+81
2013-11-15
protocol: move sub-surfaces to Wayland
Pekka Paalanen
3
-8
/
+1
2013-11-13
weston-test: Always update transform when moving surface
Kristian Høgsberg
1
-2
/
+1
2013-10-28
tests/.gitignore: Add *.trs
Jonas Ådahl
1
-0
/
+1
2013-10-22
Split the geometry information from weston_surface out into weston_view
Jason Ekstrand
3
-29
/
+47
2013-10-22
compositor: Remove redundant and not well-defined focus field
Kristian Høgsberg
1
-6
/
+0
2013-10-10
weston-test-client-helper: Use wl_fixed_to_double() when printing axis value
Kristian Høgsberg
1
-1
/
+2
2013-10-10
weston-test-client-helper.c: Assert on failed allocations
Kristian Høgsberg
1
-10
/
+19
2013-10-10
tests: Assert surface creation succeeds
Kristian Høgsberg
2
-0
/
+2
2013-09-21
config-parser: Make weston_config_parse() tkae a file name
Kristian Høgsberg
1
-1
/
+1
2013-09-16
Added tests for the vertex clipping code.
Sam Spilsbury
2
-11
/
+245
2013-09-13
Add support for table-driven testing.
Sam Spilsbury
2
-63
/
+112
2013-09-13
Remove AM_LDFLAGS usage
Sam Spilsbury
1
-2
/
+6
2013-09-11
tests: list available tests if an invalid test name is given
Peter Hutterer
1
-0
/
+1
2013-09-11
tests: support -h/--help for the tests
Peter Hutterer
1
-0
/
+18
2013-09-11
tests: include config.h in weston-test-runner
Peter Hutterer
1
-0
/
+1
2013-09-11
tests: use variable for test name in weston-tests-env
Peter Hutterer
1
-5
/
+12
2013-09-11
tests: always build tests
Peter Hutterer
1
-8
/
+4
2013-08-26
Add more missing config.h #includes
Kristian Høgsberg
1
-0
/
+2
2013-08-20
autotools: Don't use wayland-scanner.m4
Daiki Ueno
1
-1
/
+2
2013-08-08
malloc + memset -> zalloc
Peter Hutterer
1
-2
/
+1
2013-07-09
Convert to wl_global_create/destroy()
Kristian Høgsberg
1
-2
/
+2
2013-07-09
tests: Fix warnings in config-parser-test
Kristian Høgsberg
1
-1
/
+2
2013-07-08
tests: Move config-parser.test to tests/
Quentin Glidic
3
-1
/
+214
2013-07-08
tests: Add .weston extension to clients tests
Quentin Glidic
2
-25
/
+23
2013-07-04
tests: Rename xwayland_test to xwayland-test
Kristian Høgsberg
1
-1
/
+1
2013-07-03
tests: Fix leftover wl_client_add_versioned_object()
Kristian Høgsberg
1
-4
/
+3
2013-07-03
Use wl_resource_create() for creating resources
Jason Ekstrand
1
-2
/
+4
2013-06-25
tests: Fix direct access to resource->data in weston-test
Kristian Høgsberg
1
-7
/
+8
2013-05-17
tests: add a sub-surface nesting loop test
Pekka Paalanen
1
-0
/
+22
2013-05-17
tests: add sub-surface tree destruction permutations
Pekka Paalanen
1
-0
/
+202
2013-05-17
fix module_init signature in module tests
U. Artie Eoff
2
-4
/
+2
2013-05-14
config-parser: Honor XDG_CONFIG_DIRS
Ossama Othman
1
-1
/
+1
2013-05-10
tests: add sub-surface protocol tests
Pekka Paalanen
3
-1
/
+330
2013-05-10
protocol: add sub-surfaces
Pekka Paalanen
2
-0
/
+6
2013-05-07
input: Merge wl_seat into weston_seat
Kristian Høgsberg
1
-3
/
+3
2013-05-06
input: Rename wl_pointer to weston_pointer
Kristian Høgsberg
1
-2
/
+2
2013-05-06
fold wl_keyboard into weston_keyboard
Kristian Høgsberg
1
-1
/
+1
2013-05-02
text: Rename text_input to wl_text_input
Jan Arne Petersen
1
-25
/
+25
[next]