Changes between Initial Version and Version 1 of Ticket #7050, comment 4


Ignore:
Timestamp:
Dec 31, 2010, 8:38:33 AM (13 years ago)
Author:
jackburton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7050, comment 4

    initial v1  
     1The bug only shows up when direct mode is enabled.
    12I think what happens is that BGLView::FrameResized() and BGLView::DirectConnected() are interacting in bad ways: FrameResized() is triggered asynchronously, while DirectConnected() is called synchronously.
    2 And in fact, the bug only shows up when direct mode is enabled.
    33In both these functions we change some member variables which are closely connected and depends one on the other (fBounds and the direct_buffer_info stuff).