ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/video_macosx.h
(Generate patch)

Comparing BasiliskII/src/MacOSX/video_macosx.h (file contents):
Revision 1.7 by cebix, 2004-01-12T15:29:24Z vs.
Revision 1.8 by nigel, 2004-01-20T23:44:13Z

# Line 27 | Line 27
27   #define CGIMAGEREF
28   //#define NSBITMAP
29  
30 < // Using Core Graphics is fastest when rendering 32bit data. Rendering CGImageRefs
31 < // allows us to use all the bitmaps that BasiliskII supports. When both Basilisk II
32 < // and OS X are set to 'Thousands', it can achieve over 500fps in a 312x342 window!
30 > // Using Core Graphics is fastest when rendering 32bit data.
31 > // Using CGImageRefs allows us to use all the bitmaps that BasiliskII supports.
32 > // When both Basilisk II and OS X are set to 'Thousands', updating a 312x342
33 > // window happens at over 500fps under 10.2, and over 600fps on 10.3!
34  
35   /* When the BasiliskII video driver respects the alpha bits, set this to let us use */
36   /* kCGImageAlphaPremultipliedFirst, and to have nice rounded corners on the screen. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines