summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-04-17waffle: Replace GL with OpenGLHEADmasterJordan Justen1-3/+3
2013-11-27tests: Remove waffle-unittest runnerChad Versace3-58/+0
2013-11-27core: Move wcore_error unittests to separate executableChad Versace2-4/+0
2013-11-27core: Move wcore_config_attrs unittests to separate executableChad Versace2-4/+0
2013-11-27core: Move wcore_attrib_list unittests to separate executableChad Versace2-3/+0
2013-11-27waffle_test: Move source from 'tests' to 'src' and 'include'Chad Versace8-604/+0
2013-11-27cmake: Move targets check, check-func to top dirChad Versace3-19/+15
2013-09-19cmake,android: Define WAFFLE_API_EXPERIMENTALChad Versace1-1/+4
2013-09-18Merge branch 'window-resize'Chad Versace1-0/+2
2013-09-18tests/gl_basic/cgl: Test various GL context flavorsChad Versace1-0/+182
2013-09-18cgl: Fix build, missing semicolonChad Versace1-1/+1
2013-09-18tests/gl_basic: Fix order of CGL testsChad Versace1-7/+7
2013-09-18waffle: Add feature test macro WAFFLE_API_VERSIONChad Versace1-0/+2
2013-09-17cgl: Fix build, missing semicolonChad Versace1-1/+1
2013-09-16tests/gl_basic: Fix order of CGL testsChad Versace1-7/+7
2013-09-16tests/gl_basic: Add tests for debug contextsChad Versace1-3/+46
2013-09-16tests/gl_basic: Add tests for forward-compatible contextsChad Versace1-1/+226
2013-09-16tests/gl_basic: Replace .expect_unsupported with .expect_errorChad Versace1-7/+7
2013-09-16tests/gl_basic: Give gl_basic_draw() a default argument listChad Versace2-535/+273
2013-08-19cmake: Refactor detection of operating systemChad Versace1-1/+1
2013-08-19cmake: Refactor targets 'check', 'check-func'Chad Versace1-0/+19
2013-05-09core: Update unittests for wcore_attrib_listChad Versace2-3/+3
2012-11-27waffle: Declare loop iterators the C99 wayChad Versace2-5/+2
2012-11-12tests/gl_basic: Add ES3 testsChad Versace1-0/+97
2012-11-12tests/gl_basic: Add testcases for versions and profilesChad Versace1-30/+803
2012-11-12tests/gl_basic: Allow more skip conditionsChad Versace1-4/+18
2012-11-12tests/gl_basic: Add new params for version and profileChad Versace1-0/+56
2012-11-12tests/gl_basic: Refactor filling of config attrib listChad Versace1-12/+15
2012-11-12tests/gl_basic: Add cases glx_basic.gles1_{rgb,rgba}Chad Versace1-7/+14
2012-10-29tests/gl_basic: Check that CGL does not support ES1 and ES2Chad Versace1-0/+18
2012-10-29tests/gl_basic: Check that GLX does not support GLES1Chad Versace1-14/+8
2012-10-29tests/gl_basic: Refactor with new param, 'expect_config_unsupported'Chad Versace1-22/+68
2012-10-18tests/gl_basic: Disable GBM testsChad Versace1-53/+0
2012-10-04gbm: initial skeleton for gbm supportJordan Justen1-0/+52
2012-08-23waffle: Use a static libwaffle for unittestsChad Versace1-1/+1
2012-08-23all: Replace <> with "" for internal #include'sChad Versace2-2/+2
2012-08-23all: Make relative some include pathsChad Versace1-1/+1
2012-08-23cmake, pkgconfig: Remove hardcoded libnameChad Versace2-2/+2
2012-08-19include: Rename error to WAFFLE_ERROR_UNSUPPORTED_ON_PLATFORMChad Versace1-2/+2
2012-06-10include: Rename error enumsChad Versace1-2/+2
2012-06-05tests: Relocate unit test sourcesChad Versace4-678/+3
2012-06-05Revert "tests: Remove unused header, gl_basic_cocoa.h"Chad Versace2-0/+34
2012-06-05tests: Remove unused header, gl_basic_cocoa.hChad Versace2-34/+0
2012-05-30license: Convert from Apache 2.0 to BSDChad Versace13-117/+260
2012-05-30tests/gl_basic: Add tests for CGLChad Versace4-1/+130
2012-05-30gl_basic_test: Add test that config with alpha worksPauli Nieminen1-29/+83
2012-05-30core: Add field wcore_config_attrs.rgb_sizeChad Versace1-0/+4
2012-05-30core: Rename wcore_config_attrs.color_buffer_size -> rgba_sizeChad Versace1-2/+2
2012-05-28Define XOPEN_SOURCE only on LinuxChad Versace2-2/+6
2012-05-28core: Replace pthread_barrier_t with pthread_cond_tChad Versace1-12/+40