summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-01-27tests/gl_basic: Update to use waffle_window_create2()Chad Versace1-2/+7
2014-12-31test/gl_basic_test: Address gcc format mismatch warning.José Fonseca1-1/+1
2014-11-09cmake: Set default location for all artifacts to top-level directoriesEmil Velikov1-7/+0
2014-11-09cmake: misc fixes and cleanupsEmil Velikov1-7/+13
2014-11-09test/gl_basic_test: implement windows version for run_testsuite()Emil Velikov1-0/+62
2014-11-09test/gl_basic_test: add PLATFORM_WGL support/testsEmil Velikov1-130/+200
2014-11-09test/gl_basic_test: deduplicate gl_(debug,fwdcompat) testsEmil Velikov1-45/+19
2014-11-09test/gl_basic_test: introduce linux_gles* testsEmil Velikov1-279/+119
2014-11-09test/gl_basic_test: introduce linux_gl(30_core - 43_compat) testsEmil Velikov1-411/+183
2014-11-09test/gl_basic_test: use all_gl_(10-21) tests for all platformsEmil Velikov1-236/+78
2014-11-09test/gl_basic_test: add all_gl_rgb(a) testsEmil Velikov1-52/+24
2014-11-09tests/gl_basic_test: properly annotate the function pointersEmil Velikov1-11/+19
2014-11-09tests/gl_basic_test: don't include posix headers when building for win32Emil Velikov1-0/+4
2014-11-09tests: do not force gcc compiler flags onto msvcEmil Velikov1-5/+7
2014-11-09wgl: wire-up waffle_get_proc_address()Emil Velikov1-9/+0
2014-09-22cmake: wire up check and check-func with valgrindEmil Velikov1-0/+9
2014-04-20doxygen: Remove bitrotted Doxygen grouping directivesChad Versace1-6/+0
2014-04-18waffle: replace GL with OpenGLJordan 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