summaryrefslogtreecommitdiff
path: root/include/SDL_hints.h
AgeCommit message (Collapse)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-06-10* SDL_IOS_IDLE_TIMER_DISABLED hintTim Angus1-0/+14
2011-06-10* SDL_IOS_ORIENTATIONS hintTim Angus1-0/+11
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-13Added the SDL_HINT_RENDER_SCALE_QUALITY hint, which defaults to nearest ↵Sam Lantinga1-0/+12
pixel sampling.
2011-02-12changeset: 5272:cb08ef104ac4Sam Lantinga1-1/+1
tag: tip user: Martin Decky <martin@decky.cz> date: Sat Feb 12 20:53:06 2011 +0100 summary: improve header files compatibility with SDL 1.2 applications (namely QEMU)
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-08Added a hint to control whether the OpenGL driver uses shaders.Sam Lantinga1-0/+15
2011-02-05Created a simpler version of SDL_SetHint() that doesn't need a priority.Sam Lantinga1-3/+12
2011-02-05Added the SDL_HINT_RENDER_DRIVER and SDL_HINT_RENDER_VSYNC hints.Sam Lantinga1-0/+26
2011-02-05Added a hint to determine whether framebuffer texture acceleration should be ↵Sam Lantinga1-0/+16
used, and added default behaviors for the various platforms.
2011-02-05Added a hint system to allow configuration hints to be specified by the ↵Sam Lantinga1-0/+104
application.