log src/video/xbios/SDL_xbios.c @ 2177:4f896c20caf6

age author description
2007-06-14 Sam Lantinga make indent
2006-11-13 Patrice Mandin Save/restore current video mode and palette
2006-11-13 Patrice Mandin xbios: preliminary video mode init
2006-09-24 Sam Lantinga Formatting update
2006-09-22 Patrice Mandin Pfiou, all of it to update, faster to rewrite from scratch?
2006-09-20 Patrice Mandin Started update for 1.3
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-05-14 Patrice Mandin Add a reminder to fix current->w,current->h
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-05-01 Sam Lantinga glSDL support SDL-1.3
2006-03-15 Sam Lantinga 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.
2006-02-21 Patrice Mandin Fixed include files
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-08 Patrice Mandin Fixes for new SDL embedded libc stuff
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-02 Patrice Mandin Update for mintlib 0.57.6 (m68k-atari-mint libc)
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-19 Patrice Mandin Rollback 1.28 change, but only for UpdateRects function this time
2006-01-08 Patrice Mandin Rollback
2006-01-08 Patrice Mandin Load default OpenGL library if needed at driver initialization
2005-07-27 Patrice Mandin Tell user how many bytes are needed
2005-07-27 Patrice Mandin Tell SDL to notfree my video surfaces (Damn, no how-to write a SDL driver)
2005-07-27 Patrice Mandin Revert back change between 1.29 and 1.30
2005-07-21 Patrice Mandin Revert back screen centering when using c2p
2005-07-18 Patrice Mandin Set hardware palette to black in True Colour mode