Go to file
Neil Roberts 4a7762d6d7 cogl-context: Store winsys features in an array of unsigned ints
Previously the mask of available winsys features was stored in a
CoglBitmask. That isn't the ideal type to use for this because it is
intended for a growable array of bits so it can allocate extra memory
if there are more than 31 flags set. For the winsys feature flags the
highest used bit is known at compile time so it makes sense to
allocate a fixed array instead. This is conceptually similar to the
CoglDebugFlags which are stored in an array of integers with macros to
test a bit in the array. This moves the macros used for CoglDebugFlags
to cogl-flags.h and makes them more generic so they can be shared with
CoglContext.
2011-04-20 18:20:10 +01:00
build/autotools Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00
cogl cogl-context: Store winsys features in an array of unsigned ints 2011-04-20 18:20:10 +01:00
doc docs: Adds bitmap section to cogl reference manual 2011-01-21 16:22:40 +00:00
pango Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00
po Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00
autogen.sh Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00
configure.ac backend: remove untested fruity backend 2011-04-11 17:54:36 +01:00
Makefile.am Adds the ability to build Cogl standalone 2011-04-11 17:54:36 +01:00