summaryrefslogtreecommitdiff
path: root/cogl/tests
Commit message (Expand)AuthorAgeFilesLines
* clutter/actor: Remove clutter_actor_show_allGeorges Basile Stavracas Neto2020-06-273-3/+3
* cogl tests: Normally skip tests that are not expected to succeedSimon McVittie2020-06-022-10/+23
* cogl tests: Force defined behaviour for 24-bit left-shiftsSimon McVittie2020-05-271-3/+3
* cogl test-premult: Don't free texture data until CoglBitmap is freedSimon McVittie2020-05-272-2/+6
* cogl: Remove CoglPath and the tesselatorCarlos Garnacho2020-04-086-296/+9
* cogl: Remove no-op cogl_shader_compile and cogl_shader_get_info_logAdam Jackson2020-02-121-8/+0
* cogl/tests: Port away from legacy implicit stack based APIJonas Ådahl2019-12-036-96/+90
* cogl/tests/warp-modes: Test CoglPrimitive instead of cogl_polygon()Jonas Ådahl2019-12-031-19/+18
* cogl/tests: Remove testing of legacy APIJonas Ådahl2019-12-034-194/+10
* cogl/tests/backface-culling: Port to non-deprecated APIJonas Ådahl2019-12-031-27/+38
* cogl/tests/backface-culling: Stop testing legacy stateJonas Ådahl2019-12-031-15/+10
* cogl/tests: Remove test-materialsJonas Ådahl2019-12-032-256/+0
* cogl/tests: Remove test-fixedJonas Ådahl2019-12-032-19/+0
* cogl: Remove CoglVertexBufferJonas Ådahl2019-12-034-471/+0
* clutter: Introduce paint contextsJonas Ådahl2019-12-038-8/+24
* cleanup: Use g_clear_handle_id() for g_source_remove()Robert Mader2019-11-228-8/+8
* cleanup: Use g_clear_signal_handler() where possibleRobert Mader2019-11-211-2/+2
* cogl: Remove unported test-vertex-buffer-mutabilityAdam Jackson2019-11-202-199/+0
* cogl: Remove deprecated cogl_color_set_from_*Adam Jackson2019-11-201-2/+2
* test: use correct enumThomas Hindoe Paaboel Andersen2019-11-161-2/+2
* test: Remove unreferenced test-texture-rectangleAdam Jackson2019-11-071-276/+0
* cogl: Remove unused CoglFeatureFlagsAdam Jackson2019-10-211-8/+0
* Remove CoglQuaternionGeorges Basile Stavracas Neto2019-10-164-19/+5
* Replace CoglEuler by graphene_euler_tGeorges Basile Stavracas Neto2019-10-161-2/+2
* cogl/test-readpixel: Remove unused variablesMarco Trevisan (Treviño)2019-10-151-2/+0
* clutter/actor: Remove deprecated clutter container foreachMarco Trevisan (Treviño)2019-10-152-6/+4
* cogl: Remove COGL_INVALID_HANDLENiels De Graef2019-10-141-2/+2
* cogl: Remove cogl_handle_ref/unrefNiels De Graef2019-10-1413-33/+33
* cogl: Remove unused cogl-gles2 APIAdam Jackson2019-08-163-970/+0
* cogl/tests: Only install run-tests.sh when building installed testswip/run-tests-installIain Lane2019-07-221-1/+3
* cogl: Remove CoglError wrapperNiels De Graef2019-06-207-14/+14
* cogl/tests: Remove configure_file workaround for installed testsMarco Trevisan (Treviño)2019-05-211-13/+3
* cogl/tests: Use less verbose run-tests.sh on single tests run by mesonMarco Trevisan (Treviño)2019-05-023-14/+21
* cogl/tests: Export and run unit tests if they are enabledMarco Trevisan (Treviño)2019-05-023-20/+21
* cogl/tests: Run conform tests as single meson testsMarco Trevisan (Treviño)2019-05-021-11/+26
* cogl/tests: Run tests supports both test names and files as parameterMarco Trevisan (Treviño)2019-05-021-4/+8
* tests: Use suites for test casesMarco Trevisan (Treviño)2019-05-022-2/+4
* cogl: Remove rectangle-texture testsAdam Jackson2019-04-185-191/+0
* cogl: NPOT textures are always availableAdam Jackson2019-04-181-12/+2
* cogl: Stop running non-NPOT testsAdam Jackson2019-04-181-15/+5
* cogl: Remove unused 3D texture supportAdam Jackson2019-04-185-288/+0
* cogl: Remove color write masks from the framebuffer and pipeline APIAdam Jackson2019-04-174-114/+0
* cogl: Remove CoglBool, use gboolean insteadNiels De Graef2019-02-1517-32/+32
* meson: Do not install cogl config.env if installed tests are disabledMarco Trevisan (Treviño)2019-02-041-2/+9
* cogl: Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-252-0/+2
* meson: Set cogl as dependency of libmutter-cogl dependencyMarco Trevisan (Treviño)2019-01-232-2/+0
* cogl: Add missing function declarationsJonas Ådahl2019-01-2247-39/+140
* cogl: Add missing `void` to functions with no argumentsJonas Ådahl2019-01-221-1/+1
* Drop AutotoolsGeorges Basile Stavracas Neto2019-01-104-290/+0
* Add Meson support for installed testsGeorges Basile Stavracas Neto2018-12-203-3/+34