Bob Pendleton
d3668d3a1d
make indent
2007-07-25 21:23:28 +00:00
Bob Pendleton
5f14f00c25
Added gamma table support to X11. Also now supports DirectColor visuals.
2007-07-25 21:22:55 +00:00
Bob Pendleton
624a1851eb
make indent
2007-07-24 18:46:45 +00:00
Sam Lantinga
686b4969d1
Switched afxres.h to winresrc.h
2007-07-23 18:46:09 +00:00
Bob Pendleton
3d7eee3429
Oops, meant PsuedoColor not TrueColor
2007-07-23 16:55:38 +00:00
Sam Lantinga
958f927c3d
indent
2007-07-23 01:17:38 +00:00
Sam Lantinga
5a79edd04b
Added support for the --depth command line option
2007-07-23 01:11:52 +00:00
Sam Lantinga
5c79673fa0
Fixed bug #467
...
Remove trailing commas from enums
2007-07-22 13:22:47 +00:00
Sam Lantinga
7839797798
Unpacked project archives to get individual file history in subversion
2007-07-21 17:09:01 +00:00
Sam Lantinga
c499cebb64
Better windres detection
2007-07-18 04:05:40 +00:00
Sam Lantinga
7f9e338fe8
Fixed bug #460
...
Added SDL_VIDEO_OPENGL_CGL to the default Mac OS X config file.
2007-07-16 14:19:47 +00:00
Sam Lantinga
4c2ff36986
Added support for building version.rc in Windows build.
2007-07-16 03:28:48 +00:00
Sam Lantinga
9ab551b38c
Fixed bug #428
...
This fix is overkill, but approved by Doug Lea, and he'll be releasing a
new version of his malloc.c sometime next month.
2007-07-16 00:08:35 +00:00
Sam Lantinga
c498b4bf26
Merged fix for bug #457 from SDL 1.2
2007-07-15 21:54:16 +00:00
Sam Lantinga
54b8c863e2
indent
2007-07-15 21:53:51 +00:00
Ryan C. Gordon
039e57b150
Merged r3292:3293 from branches/SDL-1.2: testjoystick verbose info.
2007-07-15 17:25:59 +00:00
Sam Lantinga
ef4035f039
indent
2007-07-15 16:59:16 +00:00
Sam Lantinga
c53b963473
Split acinclude.m4 into its component parts for easy updating
2007-07-15 01:51:11 +00:00
Ryan C. Gordon
8ac0a66e8f
Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__.
...
"Mac OS X/x86 won't build the MMX/YUV inline assembly without optimizations
enabled (not enough registers), so for now, we only build it if we see
the __OPTIMIZE__ #define, which GCC provides when you build at -O1 or higher."
2007-07-14 07:28:45 +00:00
Ryan C. Gordon
dbfdef0054
Reverted r3255:3256. Don't actually need it unless the build is broken. :)
2007-07-14 07:05:19 +00:00
Ryan C. Gordon
a587ed562a
Merged r3257:3258 from branches/SDL-1.2: unused MMX variables.
2007-07-14 07:03:07 +00:00
Ryan C. Gordon
34c08ae1e9
Merged r3255:3256 from branches/SDL-1.2: stdlib problem with SDL_memcpy macro.
2007-07-14 06:46:33 +00:00
Patrice Mandin
04c06e94eb
Use correct function
2007-07-14 00:07:37 +00:00
Patrice Mandin
449514cde4
Missing variable declarations
2007-07-14 00:03:04 +00:00
Patrice Mandin
2e5f27ad54
Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes
2007-07-13 23:58:22 +00:00
Patrice Mandin
8eac2e2d05
Delete old files
2007-07-13 22:55:54 +00:00
Patrice Mandin
1c6a373e3d
Update GEM driver to new API, will have to fill the void later :)
2007-07-13 22:55:15 +00:00
Patrice Mandin
b0096fae26
Disable video extensions atm
2007-07-13 22:52:53 +00:00
Patrice Mandin
13f058d4eb
Missing include file
2007-07-13 22:51:42 +00:00
Patrice Mandin
960c1fbf71
Simplify setting window title
2007-07-13 16:11:58 +00:00
Bob Pendleton
3dc377941a
This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
...
available and to keep people form having to install yet another library I have added the essential parts of Xmu in
src/video/extensions/XmuStdCmap and an include file in src/video/extensions. The support makes use of standard X11 mechanisms to
create color maps and make sure that an application uses the same color map for each window/visual combination. This should make it
possible for gamma support to be implemented based on a single color map per application.
Hurm... it looks like "make indent" modified a few extra files. Those are getting committed too.
2007-07-12 20:00:50 +00:00
Sam Lantinga
08ab0f198f
Merged Ryan's patch from revision 3238 in SDL 1.2
2007-07-12 08:07:30 +00:00
Sam Lantinga
691d57d9df
Whoops, needed to remove the other version of getlocale()
2007-07-12 07:55:18 +00:00
Sam Lantinga
46a6657c71
Fixed bug #455
...
If passed "" for the character set, let iconv_open() interpret it as
locale.
This was merged from revision 3234,3235 from SDL 1.2
2007-07-12 07:52:50 +00:00
Sam Lantinga
62a26718be
Updated version to 1.3, added testgl2 test program
2007-07-12 07:02:44 +00:00
Sam Lantinga
be4cb77638
Yes, you need to set the pixel format before creating a context.
2007-07-12 06:59:43 +00:00
Sam Lantinga
49f67ffc0c
Visual C++ compiler warning fixes
2007-07-12 06:53:20 +00:00
Sam Lantinga
45339ba922
Creating a context makes it current, per the documentation.
...
Applied a variant of the multi-card OpenGL fix from SDL 1.2
2007-07-12 06:31:36 +00:00
Sam Lantinga
55309a86d0
Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch
2007-07-12 05:32:07 +00:00
Sam Lantinga
d92137dfe0
Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch
2007-07-12 05:31:08 +00:00
Sam Lantinga
0527f061ac
Warn Visual C++ users if they have a stale configure generated SDL_config.h
2007-07-12 03:14:49 +00:00
Sam Lantinga
87e10ffe0c
indent
2007-07-11 14:52:13 +00:00
Sam Lantinga
c6f4fbead2
indent
2007-07-11 14:51:49 +00:00
Sam Lantinga
b7712d9f7a
Fixed compiling YUV code
2007-07-11 14:50:21 +00:00
Sam Lantinga
da74dd24a7
Fixed compiling the x11 driver
2007-07-11 14:49:44 +00:00
Sam Lantinga
d1184a5c65
Needed an autorelease pool around the NSText allocation
2007-07-11 14:44:28 +00:00
Sam Lantinga
c74b896ae4
Added key composition support, courtesy of Kuon
2007-07-11 08:09:20 +00:00
Ryan C. Gordon
74b0ae1377
Merged r3211:3213 from branches/SDL-1.2: YUV MMX inline asm for GCC.
2007-07-11 07:39:01 +00:00
Sam Lantinga
cb51385055
indent doesn't know how to handle inline asm
2007-07-11 04:47:25 +00:00
Sam Lantinga
5a94bdd25c
Updated SVN checkout instructions
2007-07-10 20:16:35 +00:00