SDL/include
Sam Lantinga 19ffa849ea Date: Thu, 24 Apr 2003 15:13:47 -0400
From: Shawn Kirst
Subject: SDL-1.2.5 patch to add ARB_multisample support

Attached is a patch I have written for SDL-1.2.5 that adds ARB_multisample
support.  I only have the X11 and Win32 video patched.  The Win32 patch also
adds support for WGL_ARB_pixel_format, as it was required for getting a
multisample capable pixel format.  No additional GL header files are required
to compile on either platform (though you need an up-to-date glx.h for X11).

Requesting a multisample pixel format is made possible using
SDL_GL_SetAttribute with the two new SDL_GLattr's I've added
(SDL_GL_SAMPLE_BUFFERS and SDL_GL_SAMPLES).  I've been using SDL in my
projects for quite a while now, so I am happy to contribute back to the
project.  Now you can have and control FSAA in your SDL/GL apps at the
application level!
2003-07-22 15:10:06 +00:00
..
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
begin_code.h *** empty log message *** 2003-06-28 17:03:57 +00:00
close_code.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
Makefile.am *** empty log message *** 2003-07-22 04:50:38 +00:00
SDL_active.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_audio.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_byteorder.h Added check for AMD x86-64 ("Hammer") architecture in byte order determination. 2002-10-14 05:05:04 +00:00
SDL_cdrom.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_copying.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_endian.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_error.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_events.h Fixed header docs for the joystick hat position 2003-01-21 05:33:34 +00:00
SDL_getenv.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_joystick.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_keyboard.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_keysym.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_loadso.h Added some notes from the benefit of my experience. :) 2003-07-10 07:56:19 +00:00
SDL_main.h Updated for embedded Visual C++ 4.0 2002-08-20 00:20:06 +00:00
SDL_mouse.h Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5) 2002-08-19 18:09:44 +00:00
SDL_mutex.h *** empty log message *** 2002-06-13 23:59:20 +00:00
SDL_name.h Added a new header file: SDL_loadso.h 2002-03-06 05:20:11 +00:00
SDL_opengl.h *** empty log message *** 2003-02-26 07:27:32 +00:00
SDL_quit.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_rwops.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_syswm.h Added initial support for RISC OS (thanks Peter Naulls!) 2003-05-29 04:44:13 +00:00
SDL_thread.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_timer.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
SDL_types.h Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!) 2003-07-22 14:01:21 +00:00
SDL_version.h Bumped version to 1.2.6 in CVS 2002-10-08 15:34:19 +00:00
SDL_video.h Date: Thu, 24 Apr 2003 15:13:47 -0400 2003-07-22 15:10:06 +00:00
SDL.h Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00