summaryrefslogtreecommitdiffstats
path: root/vncviewer/Surface_OSX.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fade overlay in and outPierre Ossman2017-02-101-7/+9
|
* Add alpha blending support to surfacesPierre Ossman2017-02-101-17/+63
|
* Render on a temporary surface when neededPierre Ossman2017-02-101-14/+53
| | | | | | Some platforms draw directly to the screen, which means that updates will flicker if we draw multiple layers. Prevent this by first composing the update on a hidden surface.
* Abstract platform rendering to "surfaces"Pierre Ossman2017-02-101-0/+162
This will allow us to render more things than just the framebuffer.