Confirmed users
396
edits
m (→Porting Goals: link to Wikipedia explanation of DirectFB) |
|||
| Line 1: | Line 1: | ||
== Porting Goals == | == Porting Goals == | ||
* Firefox running with full functionality (including SVG) on DirectFB based platforms | * Firefox running with full functionality (including SVG) on '''DirectFB''' ([http://www.directfb.org/ web site], [http://en.wikipedia.org/wiki/DirectFB Wikipedia]) -based platforms | ||
* Use GDK as much as possible so that the backend (X, DFB etc) dependencies are abstracted out | * Use GDK as much as possible so that the backend (X, DFB etc) dependencies are abstracted out | ||
* Use DirectFB calls only if absolutely necessary | * Use DirectFB calls only if absolutely necessary | ||
** Functionality not mappable to GDK | ** Functionality not mappable to GDK | ||
** Any other compelling reasons related to performance | ** Any other compelling reasons related to performance | ||
== Porting Items == | == Porting Items == | ||