Changes between Version 6 and Version 7 of April 2012 MeetingRethinkingRendering
- Timestamp:
- Apr 19, 2012, 12:22:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
April 2012 MeetingRethinkingRendering
v6 v7 1 = Rethinking rendering = 2 1 3 (Moderator: jchaffraix, Scribe: dpranke) 2 4 3 5 (Notes in progress) 4 6 5 How can we get more people hacking on rendering? 7 == How can we get more people hacking on rendering? == 6 8 7 9 * accelerated compositing is tied to a layer (a very old concept) … … 41 43 * eseidel: a render layer defines its own coordinate space (and a z-order) - so when you need your own coordinates (e.g., abs positioning), you need a layer 42 44 43 ## Security Issues w/ the current architecture 45 == Security Issues w/ the current architecture == 44 46 45 47 * jchaffraix: if the render tree gets confused, the code does bad things with pointers … … 84 86 * eseidel: we might be too sensitive here 85 87 86 ## Repainting 88 == Repainting == 87 89 88 90 * jchaffraix: who knows how repainting actually works? (laughter in the room) … … 96 98 * jamesr: scrolling also complicates things (don't necessarily get the blit at all) 97 99 98 ## Splitting up RenderLayer? 100 == Splitting up RenderLayer? == 99 101 100 102 * jchaffraix: first, hack off some of the bits to other things