summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Add support for RG texturesNeil Roberts5-0/+104
2014-01-13texture-rectangle: update _new_with_size in line with masterRobert Bragg1-3/+1
2014-01-09remove internal_format and redundant error argumentsRobert Bragg27-89/+64
2013-12-03Fix calculating the bounds when clipping from a primitiveNeil Roberts1-1/+1
2013-12-03Add a test for cogl_framebuffer_push_path_clipNeil Roberts3-1/+72
2013-11-27Declare interface types as void and remove cast macrosRobert Bragg24-92/+97
2013-10-28Add API to control per-framebuffer depth writingHans Petter Jansson1-0/+25
2013-10-28conform: check we invalidate ancestor cached stateRobert Bragg3-0/+96
2013-09-06tests: use 'FIXME' instead of 'fail' for expected failuresRobert Bragg1-2/+2
2013-09-02Fix generating the unit test wrappers when building with MingW32Neil Roberts1-1/+1
2013-09-02Fix building the conformance and unit tests on mingw32Neil Roberts2-3/+1
2013-09-02Add a conformance test for using cogl_point_coord in a shaderNeil Roberts2-19/+66
2013-08-19gl: bind position attribute to location 0Robert Bragg1-19/+26
2013-08-19offscreen: rename _new_to_texture to _new_with_textureRobert Bragg7-10/+10
2013-08-19Separate out CoglPath api into sub-libraryRobert Bragg3-51/+58
2013-07-30framebuffer: remove attribute drawing apisRobert Bragg2-43/+42
2013-07-29Add _primitive_draw to replace _framebuffer_draw_primitiveRobert Bragg7-20/+10
2013-07-29tests: stop using cogl-auto-texture apisRobert Bragg17-100/+118
2013-07-09Install conformance testsMatthias Clasen2-0/+27
2013-07-09tests: Add a test for the RGB <-> HSL functionsDamien Lespiau3-0/+47
2013-07-04Don't include cogl/cogl.h from test-utils.hNeil Roberts2-4/+3
2013-07-02build: Fix doc build and make distRico Tzschichholz1-2/+1
2013-06-21Set G_DEBUG=fatal-warnings in run-tests.shNeil Roberts1-0/+8
2013-06-13Fix freeing an atlas texture that hasn't been allocatedNeil Roberts1-1/+1
2013-06-13Add test that Cogl doesn't crash when freeing unallocated textureNeil Roberts3-0/+83
2013-06-12Use GModule instead of libdl to load unit test symbolsNeil Roberts1-3/+6
2013-06-07Add support for per-vertex point sizesNeil Roberts3-0/+172
2013-06-06units: remove test-bitmask and add UNIT_TEST insteadRobert Bragg3-196/+2
2013-06-06tests: Adds our first white-box unit testRobert Bragg10-544/+205
2013-06-06conform: Add color attribute based blending testRobert Bragg5-0/+98
2013-05-29Adds initial Emscripten support to CoglRobert Bragg1-2/+10
2013-05-28Add fence APIDaniel Stone5-1/+75
2013-04-24Add compiler deprecation warningsRobert Bragg5-0/+10
2013-04-23Add $(LIBM) to the LDADD for all of the examples and testsNeil Roberts2-2/+10
2013-04-04pipeline-cache: Use a special trimmed down pipeline for the keyNeil Roberts1-1/+1
2013-04-04Conformance test to check whether the pipeline cache holds texturesNeil Roberts3-0/+95
2013-03-19Prune redundant pipeline ancestry after adding a layer differenceNeil Roberts1-1/+1
2013-03-19Add test to verify replacing a layer doesn't leak the pipeline parentNeil Roberts3-0/+124
2013-02-27Add fragment and vertex snippet hooks for global declarationsNeil Roberts1-3/+111
2013-02-21win32: Minor build fixes for building for win32Neil Roberts1-1/+0
2013-02-19journal: Dirty the modelview matrix state when flushingNeil Roberts1-1/+1
2013-02-19Add a test to check interleaving primitives and the journalNeil Roberts3-0/+129
2013-02-15conform: explicitly check value of boolean env varsRobert Bragg1-2/+30
2013-02-15avoid redundant idle if using FRAME_SYNC to throttleRobert Bragg1-1/+1
2013-02-15test-journal: use new _add_frame_callback apiRobert Bragg1-13/+11
2013-02-08test-gles2-context: Read pixels using GL_RGBA not GL_RGBNeil Roberts1-6/+6
2013-02-08test-gles2-context: Use test_utils_compare_pixel instead of g_assertsNeil Roberts1-15/+5
2013-01-22test-write-texture-formats: Add fuzziness to the pixel comparisonsNeil Roberts3-11/+39
2013-01-22tests: Mark test_framebuffer_get_bits as only working on GLNeil Roberts1-1/+3
2013-01-22build: update to build with automake 1.13Robert Bragg2-4/+4