• Joel Martin's avatar
    rfb: Use the render queue for copyrect. · 72a5596e
    Joel Martin authored
    This will keep copyrect rendering actions in order with tight and tightPNG
    rendering actions (otherwise you can get visual image corruption when
    they are mixed together).
    
    Warning:
    
    RAW, RRE and HEXTILE still use immediate render commands so there is
    still the risk of out-of-order rendering if RAW, RRE, and HEXTILE are
    mixed with tight and tightPNG. Copyrect will work with either because
    the renderQ_push function will render copyrects immediately if they
    are the only thing being pushed on the queue.
    72a5596e
display.js 22 KB