| Summary: | Quartz driver compiler warnings on Intel Macs (10.4 SDK?) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | max |
| Version: | 2.0.0 | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X (All) | ||
|
Description
Ryan C. Gordon
2006-01-29 22:41:28 UTC
So to "fix" this, we'd have to move away from QuickDraw completly and try to use e.g. CoreGraphics directly. I looked into this a loooong time ago (read: 10.1 :-), but back then CoreGraphics just wasn't something you wanted to use to do bitmap graphics (not to mention the docs, or the lack thereof). Maybe the situation has been improved today? Then we could indeed try to do that, and it would possibly even benefit PowerPC users. Moving this to 1.3, since it'll involve a big overhaul of the Quartz driver, and we're going to be doing that in 1.3 anyway... This is implemented in SDL 1.3 in subversion. The Quartz driver is gone, replaced with Cocoa+OpenGL. |