Age | Commit message (Expand) | Author | Files | Lines |
2013-11-27 | tests: Remove waffle-unittest runner | Chad Versace | 3 | -58/+0 |
2013-11-27 | core: Move wcore_error unittests to separate executable | Chad Versace | 2 | -4/+0 |
2013-11-27 | core: Move wcore_config_attrs unittests to separate executable | Chad Versace | 2 | -4/+0 |
2013-11-27 | core: Move wcore_attrib_list unittests to separate executable | Chad Versace | 2 | -3/+0 |
2013-11-27 | waffle_test: Move source from 'tests' to 'src' and 'include' | Chad Versace | 8 | -604/+0 |
2013-11-27 | cmake: Move targets check, check-func to top dir | Chad Versace | 3 | -19/+15 |
2013-09-19 | cmake,android: Define WAFFLE_API_EXPERIMENTAL | Chad Versace | 1 | -1/+4 |
2013-09-18 | Merge branch 'window-resize' | Chad Versace | 1 | -0/+2 |
2013-09-18 | tests/gl_basic/cgl: Test various GL context flavors | Chad Versace | 1 | -0/+182 |
2013-09-18 | cgl: Fix build, missing semicolon | Chad Versace | 1 | -1/+1 |
2013-09-18 | tests/gl_basic: Fix order of CGL tests | Chad Versace | 1 | -7/+7 |
2013-09-18 | waffle: Add feature test macro WAFFLE_API_VERSION | Chad Versace | 1 | -0/+2 |
2013-09-17 | cgl: Fix build, missing semicolon | Chad Versace | 1 | -1/+1 |
2013-09-16 | tests/gl_basic: Fix order of CGL tests | Chad Versace | 1 | -7/+7 |
2013-09-16 | tests/gl_basic: Add tests for debug contexts | Chad Versace | 1 | -3/+46 |
2013-09-16 | tests/gl_basic: Add tests for forward-compatible contexts | Chad Versace | 1 | -1/+226 |
2013-09-16 | tests/gl_basic: Replace .expect_unsupported with .expect_error | Chad Versace | 1 | -7/+7 |
2013-09-16 | tests/gl_basic: Give gl_basic_draw() a default argument list | Chad Versace | 2 | -535/+273 |
2013-08-19 | cmake: Refactor detection of operating system | Chad Versace | 1 | -1/+1 |
2013-08-19 | cmake: Refactor targets 'check', 'check-func' | Chad Versace | 1 | -0/+19 |
2013-05-09 | core: Update unittests for wcore_attrib_list | Chad Versace | 2 | -3/+3 |
2012-11-27 | waffle: Declare loop iterators the C99 way | Chad Versace | 2 | -5/+2 |
2012-11-12 | tests/gl_basic: Add ES3 tests | Chad Versace | 1 | -0/+97 |
2012-11-12 | tests/gl_basic: Add testcases for versions and profiles | Chad Versace | 1 | -30/+803 |
2012-11-12 | tests/gl_basic: Allow more skip conditions | Chad Versace | 1 | -4/+18 |
2012-11-12 | tests/gl_basic: Add new params for version and profile | Chad Versace | 1 | -0/+56 |
2012-11-12 | tests/gl_basic: Refactor filling of config attrib list | Chad Versace | 1 | -12/+15 |
2012-11-12 | tests/gl_basic: Add cases glx_basic.gles1_{rgb,rgba} | Chad Versace | 1 | -7/+14 |
2012-10-29 | tests/gl_basic: Check that CGL does not support ES1 and ES2 | Chad Versace | 1 | -0/+18 |
2012-10-29 | tests/gl_basic: Check that GLX does not support GLES1 | Chad Versace | 1 | -14/+8 |
2012-10-29 | tests/gl_basic: Refactor with new param, 'expect_config_unsupported' | Chad Versace | 1 | -22/+68 |
2012-10-18 | tests/gl_basic: Disable GBM tests | Chad Versace | 1 | -53/+0 |
2012-10-04 | gbm: initial skeleton for gbm support | Jordan Justen | 1 | -0/+52 |
2012-08-23 | waffle: Use a static libwaffle for unittests | Chad Versace | 1 | -1/+1 |
2012-08-23 | all: Replace <> with "" for internal #include's | Chad Versace | 2 | -2/+2 |
2012-08-23 | all: Make relative some include paths | Chad Versace | 1 | -1/+1 |
2012-08-23 | cmake, pkgconfig: Remove hardcoded libname | Chad Versace | 2 | -2/+2 |
2012-08-19 | include: Rename error to WAFFLE_ERROR_UNSUPPORTED_ON_PLATFORM | Chad Versace | 1 | -2/+2 |
2012-06-10 | include: Rename error enums | Chad Versace | 1 | -2/+2 |
2012-06-05 | tests: Relocate unit test sources | Chad Versace | 4 | -678/+3 |
2012-06-05 | Revert "tests: Remove unused header, gl_basic_cocoa.h" | Chad Versace | 2 | -0/+34 |
2012-06-05 | tests: Remove unused header, gl_basic_cocoa.h | Chad Versace | 2 | -34/+0 |
2012-05-30 | license: Convert from Apache 2.0 to BSD | Chad Versace | 13 | -117/+260 |
2012-05-30 | tests/gl_basic: Add tests for CGL | Chad Versace | 4 | -1/+130 |
2012-05-30 | gl_basic_test: Add test that config with alpha works | Pauli Nieminen | 1 | -29/+83 |
2012-05-30 | core: Add field wcore_config_attrs.rgb_size | Chad Versace | 1 | -0/+4 |
2012-05-30 | core: Rename wcore_config_attrs.color_buffer_size -> rgba_size | Chad Versace | 1 | -2/+2 |
2012-05-28 | Define XOPEN_SOURCE only on Linux | Chad Versace | 2 | -2/+6 |
2012-05-28 | core: Replace pthread_barrier_t with pthread_cond_t | Chad Versace | 1 | -12/+40 |
2012-05-28 | core: Remove hard-coded number in test wcore_error.thread_local | Chad Versace | 1 | -6/+11 |