summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/smcv/tests-verbose' into 'cogl-1.22'Emmanuele Bassi2020-03-101-1/+8
|\
| * tests: Show the actual output from tests if VERBOSE is setSimon McVittie2020-03-091-1/+8
* | Merge branch 'wip/smcv/tests-skip' into 'cogl-1.22'Emmanuele Bassi2020-03-102-10/+23
|\ \
| * | Normally skip tests that are not expected to succeedSimon McVittie2020-03-092-10/+23
* | | Merge branch 'wip/smcv/undefined-left-shift' into 'cogl-1.22'Emmanuele Bassi2020-03-101-3/+3
|\ \ \
| * | | tests: Force defined behaviour for 24-bit left-shiftsSimon McVittie2020-03-101-3/+3
| |/ /
* | | Merge branch 'wip/smcv/test-logs-to-mktemp' into 'cogl-1.22'Emmanuele Bassi2020-03-101-3/+7
|\ \ \ | | |/ | |/|
| * | tests: Use tmp file to dump test resultsGeorges Basile Stavracas Neto2020-03-091-3/+7
| |/
* | Merge branch 'wip/smcv/uninitialized' into 'cogl-1.22'Emmanuele Bassi2020-03-101-0/+3
|\ \
| * | tests: Reassure compiler that uninitialized variables are not reachedSimon McVittie2020-03-101-0/+3
| |/
* | test-premult: Don't free texture data until CoglBitmap is freedSimon McVittie2019-09-062-2/+6
|/
* Add precision for Sampler3DLionel Landwerlin2016-09-021-3/+1
* conform: Disable 3D textures on GLESEmmanuele Bassi2016-08-261-1/+3
* conform: Mark XFAIL testsEmmanuele Bassi2015-07-231-2/+2
* build: Use a dot instead of source commandTing-Wei Lan2015-06-111-1/+1
* conform: Disable deprecation warningsEmmanuele Bassi2015-06-101-0/+1
* Add support for RG texturesNeil Roberts2014-01-205-0/+104
* texture-rectangle: update _new_with_size in line with masterRobert Bragg2014-01-131-3/+1
* remove internal_format and redundant error argumentsRobert Bragg2014-01-0927-89/+64
* Fix calculating the bounds when clipping from a primitiveNeil Roberts2013-12-031-1/+1
* Add a test for cogl_framebuffer_push_path_clipNeil Roberts2013-12-033-1/+72
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-2724-92/+97
* Add API to control per-framebuffer depth writingHans Petter Jansson2013-10-281-0/+25
* conform: check we invalidate ancestor cached stateRobert Bragg2013-10-283-0/+96
* tests: use 'FIXME' instead of 'fail' for expected failuresRobert Bragg2013-09-061-2/+2
* Fix generating the unit test wrappers when building with MingW32Neil Roberts2013-09-021-1/+1
* Fix building the conformance and unit tests on mingw32Neil Roberts2013-09-022-3/+1
* Add a conformance test for using cogl_point_coord in a shaderNeil Roberts2013-09-022-19/+66
* gl: bind position attribute to location 0Robert Bragg2013-08-191-19/+26
* offscreen: rename _new_to_texture to _new_with_textureRobert Bragg2013-08-197-10/+10
* Separate out CoglPath api into sub-libraryRobert Bragg2013-08-193-51/+58
* framebuffer: remove attribute drawing apisRobert Bragg2013-07-302-43/+42
* Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg2013-07-297-20/+10
* tests: stop using cogl-auto-texture apisRobert Bragg2013-07-2917-100/+118
* Install conformance testsMatthias Clasen2013-07-092-0/+27
* tests: Add a test for the RGB <-> HSL functionsDamien Lespiau2013-07-093-0/+47
* Don't include cogl/cogl.h from test-utils.hNeil Roberts2013-07-042-4/+3
* build: Fix doc build and make distRico Tzschichholz2013-07-021-2/+1
* Set G_DEBUG=fatal-warnings in run-tests.shNeil Roberts2013-06-211-0/+8
* Fix freeing an atlas texture that hasn't been allocatedNeil Roberts2013-06-131-1/+1
* Add test that Cogl doesn't crash when freeing unallocated textureNeil Roberts2013-06-133-0/+83
* Use GModule instead of libdl to load unit test symbolsNeil Roberts2013-06-121-3/+6
* Add support for per-vertex point sizesNeil Roberts2013-06-073-0/+172
* units: remove test-bitmask and add UNIT_TEST insteadRobert Bragg2013-06-063-196/+2
* tests: Adds our first white-box unit testRobert Bragg2013-06-0610-544/+205
* conform: Add color attribute based blending testRobert Bragg2013-06-065-0/+98
* Adds initial Emscripten support to CoglRobert Bragg2013-05-291-2/+10
* Add fence APIDaniel Stone2013-05-285-1/+75
* Add compiler deprecation warningsRobert Bragg2013-04-245-0/+10
* Add $(LIBM) to the LDADD for all of the examples and testsNeil Roberts2013-04-232-2/+10