summaryrefslogtreecommitdiffstats
path: root/vncviewer/OSXPixelBuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* A CGImage is read-only, but it just happened to work anyway. Until 10.8Pierre Ossman2012-08-171-2/+2
| | | | | | | that is. Do it the documented way by having a CGBitmapContext instead. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4956 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implement optimised drawing operations for OS X. Didn't see any reduction inPierre Ossman2011-06-171-0/+37
CPU usage unfortunately, but at least we're now using the native pixel format of our server which avoids a conversion on the server side. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4504 3789f03b-4d11-0410-bbf8-ca57d06f2519