summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test-journal: Setup a UProf Mainloop timerRobert Bragg2012-09-031-0/+9
* cogl-gles2-context: Wrap glCopyTex{Sub,}Image2D to flip the resultNeil Roberts2012-08-152-0/+232
* test-gles2-context: Add a test case for rendering to an FBONeil Roberts2012-08-152-0/+360
* test-gles2-context: Fix error checking for cogl_gles2_context_newNeil Roberts2012-08-141-1/+1
* Split test-point-sprite into two, one without checking orientationNeil Roberts2012-08-062-5/+32
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-08-062-2/+2
* Fix removing layers when the pipeline is not the ownerNeil Roberts2012-08-061-1/+1
* Add a conformance test for removing a pipeline layerNeil Roberts2012-08-063-0/+147
* Add a basic conformance test for eulers and quaternionsNeil Roberts2012-08-063-0/+84
* 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