Mercurial > sdl-ios-xcode
log test/common.c @ 5249:762e40fb8e28
age | author | description |
---|---|---|
2011-02-10 | Sam Lantinga | Be explicit about what display you're querying. The default display is 0. |
2011-02-09 | Sam Lantinga | Added the ability to turn on logging output to the test programs |
2011-02-02 | Sam Lantinga | The rendering functions take a context so it's clear what window they're drawing to. This also potentially opens to the door to multi-threaded rendering in the future. |
2011-02-01 | Sam Lantinga | Making the API simpler, the renderer present semantics are always having a backbuffer and then discarding it. This is best for hardware accelerated rendering. |