Changes between Version 1 and Version 2 of Accelerated Compositing
- Timestamp:
- Apr 12, 2010, 1:47:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Accelerated Compositing
v1 v2 1 1 = What is accelerated compositing? = 2 * Mapping certain elements on the page into bitmaps 3 * Maintaining painting order 4 * Moving/transforming those bitmaps 5 * Mapping to hardware 2 6 3 7 = How is this different from hardware-accelerated drawing? = 8 * It's based on bitmaps, not acceleration of all drawing commands (c.f. IE9's drawing) 4 9 5 10 = How is it implemented? = 11 * Via GraphicsLayer 12 * Relies in platform 3D/GPU framework