Confirmed users, Bureaucrats and Sysops emeriti
792
edits
No edit summary |
|||
| Line 134: | Line 134: | ||
==== Graphics/Advanced Rendering ==== | ==== Graphics/Advanced Rendering ==== | ||
* Get rid of remnants of old gfx | |||
** convert all paint methods to take gfxContext instead of nsIRenderingContext | |||
** optimize API usage, e.g. take advantage of new clipping/transform capabilities | |||
* Add optional acceleration using OpenGL (or Direct3D) | |||
** Involves work to make widget layer 3D-aware | |||
* Add video capabilities to platform, combined with hw accel and complex transform capability | |||
* Make 3D a first-class citizen of platform | |||
** any 2d element should render correctly under an arbitrary 3d transform | |||
* Tighter integration between image decoding and rendering | |||
** decode-on-render | |||
** SVG as image | |||
==== Security ==== | ==== Security ==== | ||