Changes between Version 6 and Version 7 of April 2012 MeetingRethinkingRendering


Ignore:
Timestamp:
Apr 19, 2012 12:22:07 PM (12 years ago)
Author:
dpranke@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • April 2012 MeetingRethinkingRendering

    v6 v7  
     1= Rethinking rendering =
     2
    13(Moderator: jchaffraix, Scribe: dpranke)
    24
    35(Notes in progress)
    46
    5 How can we get more people hacking on rendering?
     7== How can we get more people hacking on rendering? ==
    68
    79* accelerated compositing is tied to a layer (a very old concept)
     
    4143* 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
    4244
    43 ## Security Issues w/ the current architecture
     45== Security Issues w/ the current architecture ==
    4446
    4547* jchaffraix: if the render tree gets confused, the code does bad things with pointers
     
    8486    * eseidel: we might be too sensitive here
    8587
    86 ## Repainting
     88== Repainting ==
    8789
    8890* jchaffraix: who knows how repainting actually works? (laughter in the room)
     
    9698  * jamesr: scrolling also complicates things (don't necessarily get the blit at all)
    9799
    98 ## Splitting up RenderLayer?
     100== Splitting up RenderLayer? ==
    99101
    100102* jchaffraix: first, hack off some of the bits to other things