Adam Jackson
28954e8271
cogl: Remove unused 3D texture support
...
We're not using this, and it's difficult to imagine we ever would.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/487
2019-04-18 01:26:32 +00:00
Niels De Graef
3a4a858ce3
cogl: use G_BEGIN_DECLS instead of COGL_BEGIN_DECLS
...
This macro was introduced so as to be able to be built without GLib.
However, this feature was long ago removed, and in Mutter we depend on
it anyway, so let's get rid of it in favor of more consistency.
2018-11-23 08:55:43 +01:00
Jonas Ådahl
cd0f8e5cd1
cogl: Let the g-ir-scanner see the type structs typedefs
...
By only showing the g-ir-scanner void typedefs it will make it print
warnings. Lets please it by showing the actual typedef.
https://bugzilla.gnome.org/show_bug.cgi?id=768977
2016-07-20 14:23:48 +08:00
Jonas Ådahl
e05f48fc53
Make it possible to include private cogl API from mutter
...
If we want to put a cogl winsys backend in mutter, that backend need to
have access to the internal workings of cogl.
https://bugzilla.gnome.org/show_bug.cgi?id=768976
2016-07-20 14:23:48 +08:00
Rui Matos
2d2835f02a
move everything into a cogl/ directory
2016-04-22 16:44:31 +02:00