aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/fb2opengl.h
AgeCommit message (Collapse)Author
2003-09-08removed some superfluous newlinesMax Horn
svn-id: r10086
2003-06-30Add OpenGL fixes, patch #762815Travis Howell
svn-id: r8672
2003-06-22fixed warningsPaweł Kołodziejski
svn-id: r8622
2003-06-22use float instead of doubleMax Horn
svn-id: r8617
2003-06-20typoMax Horn
svn-id: r8574
2003-06-20uhm - dunno how that slipped in =)Max Horn
svn-id: r8570
2003-06-20some changes for the 320x256 code - the new code *might* work (can't test ↵Max Horn
since it's not supported here), while the old code for it simply was bogus :-) svn-id: r8569
2003-06-20oopsMax Horn
svn-id: r8567
2003-06-20cleanupMax Horn
svn-id: r8566
2003-06-19fixed non-bilinear mode (no black line in that anymore; fixing the bilinear ↵Max Horn
case will be challenging, at the least...); some cleanup svn-id: r8561
2003-04-15Add patch #721194 - SDL/GL: hotswap_gfx_mode (win32 and MacOS)Travis Howell
svn-id: r7012
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6719
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the ↵Max Horn
backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes) svn-id: r5931
2002-10-29Add OpenGL GFX mode switch, patch #630448Travis Howell
svn-id: r5348
2002-10-25More OpenGL updates, patch #628356Travis Howell
Make sure simon debug is enabled by default svn-id: r5310
2002-10-23Patch 627178: OpenGL updatesJames Brown
svn-id: r5279
2002-10-22patch #626629: add overlay support to SDL_g+OpenGL backend (still buggy!)Max Horn
svn-id: r5226
2002-08-21Initial revisionMax Horn
svn-id: r4785