DirectFB provides the following graphics operations:
* Rectangle filling/drawing
* Triangle filling/drawing
* Line drawing
* Flat shaded triangles
* (Stretched) blitting
* Blending with an alphachannel (a.k.a. texture alpha)
* Blending with a constant alpha blend factor (a.k.a. alpha modulation)
* Nine different blending functions respectively for source and destination, so all Porter/Duff rules are supported
* Colorizing (a.k.a. color modulation)
* Source color keying
* Destination color keying
D'apres ce que j'ai compris, une grande partie des fonctions graphiques de GTK est deja supporte par directFB. Ce qui veut dire que l'affichage d'une application GTK par exemple fait appel au hardware de la carte graphique. Ce qui permet de liberer d'une lourde charge le processeur...
C'est une idee qui merite d'etre exploite a mon avis...
[^] # Re: Une question - directfb
Posté par Merlin Lenchanteur . En réponse à la dépêche Keith Packard viré de XFree86. Évalué à 1.
DirectFB provides the following graphics operations:
* Rectangle filling/drawing
* Triangle filling/drawing
* Line drawing
* Flat shaded triangles
* (Stretched) blitting
* Blending with an alphachannel (a.k.a. texture alpha)
* Blending with a constant alpha blend factor (a.k.a. alpha modulation)
* Nine different blending functions respectively for source and destination, so all Porter/Duff rules are supported
* Colorizing (a.k.a. color modulation)
* Source color keying
* Destination color keying
D'apres ce que j'ai compris, une grande partie des fonctions graphiques de GTK est deja supporte par directFB. Ce qui veut dire que l'affichage d'une application GTK par exemple fait appel au hardware de la carte graphique. Ce qui permet de liberer d'une lourde charge le processeur...
C'est une idee qui merite d'etre exploite a mon avis...