summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a simple conformance test for alpha testingNeil Roberts2012-10-013-0/+77
* Add a GL 3 driverNeil Roberts2012-10-012-4/+10
* Remove the varying array for tex_coordsRobert Bragg2012-09-281-1/+1
* build: don't include deps/glib headers if glib enabledRobert Bragg2012-09-241-2/+5
* build: Allow to build cogl without an external glib dependencyDamien Lespiau2012-09-241-1/+5
* tests: Don't use g_test_verbose() as cogl doesn't use GTest anymoreDamien Lespiau2012-09-242-2/+2
* tests: Remove test-fixedDamien Lespiau2012-09-242-19/+0
* tests: Don't build test-journal with --disable-glibDamien Lespiau2012-09-241-1/+5
* Remove cogl-primitives.h and CoglTextureVertexNeil Roberts2012-09-142-11/+0
* Adds CoglError apiRobert Bragg2012-09-079-21/+16
* test-journal: Setup a UProf Mainloop timerRobert Bragg2012-08-301-0/+9
* cogl-gles2-context: Wrap glCopyTex{Sub,}Image2D to flip the resultNeil Roberts2012-08-092-0/+232
* test-gles2-context: Add a test case for rendering to an FBONeil Roberts2012-08-092-0/+360
* test-gles2-context: Fix error checking for cogl_gles2_context_newNeil Roberts2012-08-091-1/+1
* Split test-point-sprite into two, one without checking orientationNeil Roberts2012-07-032-5/+32
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-202-2/+2
* Fix removing layers when the pipeline is not the ownerNeil Roberts2012-06-201-1/+1
* Add a conformance test for removing a pipeline layerNeil Roberts2012-06-203-0/+147
* Add a basic conformance test for eulers and quaternionsNeil Roberts2012-05-183-0/+84
* Fix a warning on test-gles2-contextNeil Roberts2012-05-181-2/+3
* Remove lots of legacy api depending on the default contextRobert Bragg2012-05-174-42/+18
* Adds gles2-context renderer constraintRobert Bragg2012-05-173-6/+13
* conform: Adds a gles2 context testRobert Bragg2012-05-173-0/+388
* Adds libcogl-gles2 frontend GLES2 apiRobert Bragg2012-05-171-0/+1
* Convert the test-atlas-migration test to a standalone Cogl testNeil Roberts2012-05-163-16/+29
* Fixes for make distNeil Roberts2012-04-251-1/+1
* Add a cogl-version headerNeil Roberts2012-04-243-0/+80
* tests: Adds journal micro benchmarkRobert Bragg2012-04-243-1/+203
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-04-181-17/+14
* Remove legacy stateNeil Roberts2012-04-182-40/+5
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-1834-209/+209
* Removes all remaining use of CoglHandleRobert Bragg2012-04-183-10/+10
* Add _COGL_STATIC_ASSERT macroRobert Bragg2012-04-181-1/+1
* Add a context member to CoglPathNeil Roberts2012-04-161-5/+5
* Don't include any GL header from the public GL headersNeil Roberts2012-04-162-0/+18
* Remove deprecated cogl_vertex_buffer apiRobert Bragg2012-04-163-617/+0
* Start building parallel installable 2.0 api onlyRobert Bragg2012-04-1626-918/+596
* 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