Quoting Jiri Svoboda ([EMAIL PROTECTED]): > Hi, > recent CVS version of dfb is not reporting bpp to video mode enumeration > callback function. Is this temporary because of code rewrite or intention?
The primary layer code (fbdev) ignores the bpp specified in the fb.modes file. We should either simply call the callback for each 8, 16, 24 and 32 or check which formats are supported during initialization. Anyway the fbdev code is one of the ugliest parts of DirectFB ;( -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
