• tellowkrinkle's avatar
    Merge pull request #12697 from tellowkrinkle:FasterCocoaWindows · 803ff64b
    tellowkrinkle authored
    * Make cocoa windows draw faster
    
    * Use a CALayer for rendering when possible Uses GPU to scale images, which is important because retina macs will want window sizes much larger (in pixels) than the image
    
    * Fix mouse logic for cocoa windows
    
    * Only halve resolution on retina if image is larger than display
    803ff64b
window_cocoa.mm 35.6 KB