e43246fe1c
Although it's in a public header nothing should be using this define since it's not documented what it could be used for. The cases where we were using it internally were quite fragile because they were trying to mask information from the least significant nibble of CoglPixelFormat but really that nibble just has to be dealt with using lookup tables. The least significant nibble of a pixel format gives information about the bytes per pixel and whether the components are byte aligned but the information needs to be accessed using _cogl_pixel_format_get_byes_per_pixel() and _cogl_pixel_format_is_endian_dependant(). Reviewed-by: Neil Roberts <neil@linux.intel.com> |
||
---|---|---|
.. | ||
reference | ||
CODING_STYLE | ||
Makefile.am | ||
RELEASING |