Hannes Mayr wrote: > Hello, > > I'm currently using GTK 2.0.9 with DirectFB on an embedded device. Since > this is a bit slow, especially the text rendering, my question is if it > would make a big difference in performance/speed switching to the newer > GTK 2.9/2.10 version with included DFB backend? How is the performance > with cairo?
I don't think it will make a difference, but can you verify that the text rendering of pure DirectFB doesn't have the same problem? You can access the IDirectFBSurface behind each GdkWindow directly, but I can't remember if there was a utility function already to get it, e.g. gdk_window_get_dfb_surface(). -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
