summaryrefslogtreecommitdiff
path: root/cogl/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove cogl-1.0 vs cogl-2.0 vs cogl experimental API splitJonas Ådahl2016-07-2012-20/+9
| | | | | | | | | | | Mutter (and libmutter users) are the only users of this version of cogl, and will more or less only use the cogl-1.0, cogl-2.0 and cogl experimental API variants, and having the possibility of having different API versions of the same API depending on what file includes it is error prone and confusing. Lets just remove the possibility of having different versions of the same API. https://bugzilla.gnome.org/show_bug.cgi?id=768977
* Don't use config.h in clutter and coglJonas Ådahl2016-07-205-5/+5
| | | | | | | | In cogl use cogl-config.h and in clutter use clutter-build-config.h. We can't use clutter-config.h in clutter because its already used and installed. https://bugzilla.gnome.org/show_bug.cgi?id=768976
* build: Namespace installed tests of private librariesFlorian Müllner2016-04-292-4/+4
| | | | | Currently our private cogl/clutter forks still install tests as cogl/clutter, which conflicts with the original libraries.
* cogl: Fix distcheckRui Matos2016-04-272-5/+7
|
* move everything into a cogl/ directoryRui Matos2016-04-2272-0/+12857