summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a warning on test-gles2-contextNeil Roberts2012-08-061-2/+3
* Adds gles2-context renderer constraintRobert Bragg2012-08-063-6/+13
* conform: Adds a gles2 context testRobert Bragg2012-08-063-0/+388
* Adds libcogl-gles2 frontend GLES2 apiRobert Bragg2012-08-061-0/+1
* Convert the test-atlas-migration test to a standalone Cogl testNeil Roberts2012-08-063-16/+29
* Fixes for make distNeil Roberts2012-08-061-1/+1
* Add a cogl-version headerNeil Roberts2012-08-063-0/+80
* tests: Adds journal micro benchmarkRobert Bragg2012-08-063-1/+203
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-08-061-30/+34
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-0637-212/+212
* Removes all remaining use of CoglHandleRobert Bragg2012-08-063-10/+10
* Add _COGL_STATIC_ASSERT macroRobert Bragg2012-08-061-1/+1
* Don't include any GL header from the public GL headersNeil Roberts2012-08-062-0/+18
* tests: Port test-premultLuca Bruno2012-04-113-158/+120
* Adds cogl_framebuffer_draw_[*_]rectangle functionsRobert Bragg2012-03-2042-732/+697
* Add a conformance test for point spritesNeil Roberts2012-03-075-4/+143
* Add a conformance test for point sizesNeil Roberts2012-03-073-0/+106
* tests: Add a flag to say that the test is known to fail in all casesNeil Roberts2012-03-072-8/+14
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-0/+6
* build: clean .log file in tests/conform dirRobert Bragg2012-03-051-0/+1
* test: remove FEATURE_GL requirement for sub_texture testRobert Bragg2012-03-051-1/+1
* Port the test-pixel-buffer testNeil Roberts2012-03-053-156/+94
* tests: Add a test which writes all pixel formatsNeil Roberts2012-03-053-0/+193
* tests: Test reading all pixel formatsNeil Roberts2012-03-054-46/+205
* Add a conformance test for reading back an RGBA texture as alpha-onlyNeil Roberts2012-03-053-0/+46
* tests: Improve thoroughness and reporting of make testRobert Bragg2012-02-2441-390/+364
* test-sub-texture: Request texture data in premult formatNeil Roberts2012-02-231-1/+1
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-2112-64/+79
* offscreen: Replace use of CoglHandle with CoglOffscreenRobert Bragg2012-02-212-2/+3
* texture-3d: remove _EXP defines + CoglHandle and pass contextRobert Bragg2012-02-211-10/+10
* Adds a _cogl_util_pixel_format_from_masks APIRobert Bragg2012-02-201-0/+1
* test-snippets: Add a test case for sampling arbitrary unitsNeil Roberts2012-02-131-0/+43
* tests: Move the create_color_texture function to test-utilsNeil Roberts2012-02-133-21/+30
* test-snippets: Add a test for using cogl_sampler in tex hookNeil Roberts2012-02-131-0/+29
* test-snippets: Split up the tests into multiple functionsNeil Roberts2012-02-131-31/+195
* Add a test for pipelines with sparse layer indicesNeil Roberts2012-02-133-0/+92
* test-texture-3d: Add a test for multi-texturing 3D and 2D texturesNeil Roberts2012-02-131-0/+64
* test-texture-3d: Port to CoglNeil Roberts2012-02-133-78/+79
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-092-24/+41
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-092-45/+41
* test-primitive: Add a test for cogl_primitive_copyNeil Roberts2012-02-071-0/+108
* Port the test-primitive test from Clutter to CoglNeil Roberts2012-02-073-63/+52
* test-offscreen: Add tests that the offscreen's journal gets flushedNeil Roberts2012-01-311-2/+75
* test-utils: Expose the compare_pixel functionNeil Roberts2012-01-312-4/+17
* tests: Port test-offscreenNeil Roberts2012-01-313-100/+60
* test-launcher: Pass on the exit codeNeil Roberts2011-12-071-0/+3
* test-utils: Add some fuzz to the pixel comparison routineNeil Roberts2011-12-071-20/+31
* test-snippets: Add a test to verify the order of the snippetsNeil Roberts2011-12-061-0/+32
* Add a conformance test for custom attributesNeil Roberts2011-12-063-0/+306
* snippet: Add a hook for the vertex transformNeil Roberts2011-12-061-1/+39