summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't include cogl/cogl.h from test-utils.hNeil Roberts2013-07-042-4/+3
* build: Fix make distRico Tzschichholz2013-07-031-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/+88
* Use GModule instead of libdl to load unit test symbolsNeil Roberts2013-06-121-3/+6
* Separate out CoglPath api into sub-libraryRobert Bragg2013-06-123-2/+11
* Add support for per-vertex point sizesNeil Roberts2013-06-073-0/+172
* build: fix building test-gles2-contextRobert Bragg2013-06-061-0/+1
* units: remove test-bitmask and add UNIT_TEST insteadRobert Bragg2013-06-063-201/+1
* tests: Adds our first white-box unit testRobert Bragg2013-06-0610-543/+205
* conform: Add color attribute based blending testRobert Bragg2013-05-305-0/+98
* tests: Add a test for the RGB <-> HSL functionsDamien Lespiau2013-05-293-0/+47
* Adds initial Emscripten support to CoglRobert Bragg2013-05-291-2/+10
* Add fence APIDaniel Stone2013-05-285-1/+75
* Add $(LIBM) to the LDADD for all of the examples and testsNeil Roberts2013-04-232-2/+10
* Remove support for luminance texturesNeil Roberts2013-04-152-13/+0
* pipeline-cache: Use a special trimmed down pipeline for the keyNeil Roberts2013-04-041-1/+1
* Conformance test to check whether the pipeline cache holds texturesNeil Roberts2013-04-043-0/+95
* Prune redundant pipeline ancestry after adding a layer differenceNeil Roberts2013-03-181-1/+1
* Add test to verify replacing a layer doesn't leak the pipeline parentNeil Roberts2013-03-183-0/+124
* Add fragment and vertex snippet hooks for global declarationsNeil Roberts2013-02-261-3/+111
* win32: Minor build fixes for building for win32Neil Roberts2013-02-211-1/+0
* journal: Dirty the modelview matrix state when flushingNeil Roberts2013-02-191-1/+1
* Add a test to check interleaving primitives and the journalNeil Roberts2013-02-193-0/+129
* conform: explicitly check value of boolean env varsRobert Bragg2013-02-151-2/+30
* avoid redundant idle if using FRAME_SYNC to throttleRobert Bragg2013-02-151-1/+1
* test-journal: use new _add_frame_callback apiRobert Bragg2013-02-151-13/+11
* test-gles2-context: Read pixels using GL_RGBA not GL_RGBNeil Roberts2013-02-081-6/+6
* test-gles2-context: Use test_utils_compare_pixel instead of g_assertsNeil Roberts2013-02-081-15/+5
* Don't set GL_TEXTURE_MAX_LEVEL on GLESNeil Roberts2013-01-251-1/+3
* test-write-texture-formats: Add fuzziness to the pixel comparisonsNeil Roberts2013-01-213-11/+39
* tests: Mark test_framebuffer_get_bits as only working on GLNeil Roberts2013-01-211-1/+3
* build: update to build with automake 1.13Robert Bragg2013-01-212-4/+4
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-081-3/+1
* Add a test for getting the component sizes from different fbsNeil Roberts2013-01-085-1/+52
* Add a conformance test for some wrap modes on a rectangle textureNeil Roberts2013-01-085-8/+198
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-081-1/+1
* texture-2d-slice: Fix the foreach_sub_texture_in_region implementationNeil Roberts2013-01-081-2/+2
* Allow lazy texture storage allocationRobert Bragg2013-01-025-17/+7
* Fix handling of binding errors when uploading a full textureNeil Roberts2012-11-282-5/+6
* Simplify test-pixel-bufferNeil Roberts2012-11-282-206/+207
* Adds test-texture-mipmap-get-set testRobert Bragg2012-11-273-0/+178
* tests: port test-texture-get-set-data to be standaloneRobert Bragg2012-11-273-49/+24
* texture: expose mipmap level in set region apisRobert Bragg2012-11-274-21/+19
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-272-2/+1
* texture: split out high-level texture constructorsRobert Bragg2012-11-262-4/+7
* Allow propogation of OOM errors to appsRobert Bragg2012-11-2614-28/+54
* Fixes for --disable-glibNeil Roberts2012-11-261-0/+2
* Add a conformance test using alpha texturesNeil Roberts2012-11-233-0/+126