diff WhatsNew @ 1656:96c2f89cc7e1 SDL-1.3

SDL-trunk-1.3-merge-1
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 09:09:48 +0000
parents 8d9bb0cf2c2a
children 14717b52abc0
line wrap: on
line diff
--- a/WhatsNew	Thu Apr 27 05:49:51 2006 +0000
+++ b/WhatsNew	Thu Apr 27 09:09:48 2006 +0000
@@ -4,6 +4,10 @@
 Version 1.0:
 
 1.2.10:
+	Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.
+
+	Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
+
 	Added current_w and current_h to the SDL_VideoInfo structure,
 	which is set to the desktop resolution during video intialization,
 	and then set to the current resolution when a video mode is set.