Hi all, Background ----------
Thanks to the kind and enlightening info I got last time (thank you Ville and Denis!), I managed to install, configure and run DFB on my system they way it was designed to be done. I am now adding a new graphics driver to expose graphics acceleration capabilities present on my platform, which are pretty complete and designed in the spirit of DFB. My driver runs fine and thanks to the very readable code of DFB it is pretty straight-forward to add support for most standard 2D acceleration features. The problem ----------- I am not sure how to test my driver and hardware. Theoretically, I require a tool which uses each accelerated feature (drawing/blitting function + state, with random or pre-selected but spanning parameters) and then compares the rendered surface against the software rasterizer's output. Is there such a tool for DFB? If not, how were the other drivers tested? (the demo "df_drivertest" is far from complete, plus as far as I could see it only uses the driver, it does not check the output for correctness) Again, any help would be greatly appreciated. S _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
