Changes between Initial Version and Version 1 of Ticket #9971, comment 3


Ignore:
Timestamp:
07/20/17 00:29:03 (7 years ago)
Author:
tsoliman

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9971, comment 3

    initial v1  
    1 actually ..
    2 
    3 in the test case that is broken, there's this sequence of calls when RTLing:
    4 beginGFXTransaction()
    5 endGFXTransaction()
    6 hotswapGFXMode()
    7 beginGFXTransaction()
    8 setGraphicsMode()
    9 endGFXTransaction()
    10 
    11 in the case that isn't broken, there's this sequence of calls when RTLing:
    12 beginGFXTransaction()
    13 setGraphicsMode()
    14 endGFXTransaction()
     1*redacted*