Commit Graph

2038 Commits

Author SHA1 Message Date
Sam Lantinga
b6ab6bf6d5 make indent 2007-06-14 13:21:29 +00:00
Sam Lantinga
4c81f8c5cc Fixed running on Windows under VMware 2007-06-14 06:32:36 +00:00
Ryan C. Gordon
9f28051f78 Merged r3062:3063 from branches/SDL-1.2: clear inaccurate x11dyn error strings. 2007-06-13 08:02:43 +00:00
Ryan C. Gordon
f2fcf98bea Merged r3059:3060 from branches/SDL-1.2: output key event's keysym. 2007-06-13 06:05:39 +00:00
Patrice Mandin
982014481e Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt 2007-06-09 19:58:41 +00:00
Patrice Mandin
9aeba59294 Set supervisor as volatile as it is modified from an interrupt 2007-06-08 21:44:55 +00:00
Ryan C. Gordon
15db051b10 Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix. 2007-06-04 11:45:10 +00:00
Ryan C. Gordon
fd051d952d Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix. 2007-06-04 11:17:46 +00:00
Ryan C. Gordon
0e6b088424 Merged r3042:3043 from branches/SDL-1.2: legacy yasm fix. 2007-06-04 11:08:25 +00:00
Ryan C. Gordon
f7db77be6a Merged r3037:3038 from branches/SDL-1.2: Mac OS X memcpy/memset selection. 2007-06-03 08:39:23 +00:00
Sam Lantinga
defc2572f2 Fixed build issues on Mac OS X 2007-05-31 14:46:01 +00:00
Ryan C. Gordon
5045fc5ea4 Merged r3029:3030 from branches/SDL-1.2: Mac OS X joystick axis fix. 2007-05-29 12:14:16 +00:00
Patrice Mandin
541e03310c Allow creation of window bigger than visible size 2007-05-27 08:54:38 +00:00
Patrice Mandin
e1813a23d4 Simply resize existing window 2007-05-26 20:10:49 +00:00
Patrice Mandin
1c3f9b6f5d GEM has a window manager, of course 2007-05-26 19:46:04 +00:00
Ryan C. Gordon
3ddbcf5717 Date: Wed, 23 May 2007 00:39:47 +0300
From: "Eyal Lotem"
To: "SDL Mailing List" <sdl@lists.libsdl.org>
Subject: [SDL] Bug in GL_SWAP_CONTROL extension name.

The checked extension name is incorrect.
The attached patch fixes it to the correct name.

I don't think that under any setup, this extension name was ever
correct, which is why its not OR'd against the old check.

This fixes the "tear effect" (vsync problems) I had here with nVidia
GLX drivers.

Eyal
2007-05-22 22:13:56 +00:00
Ryan C. Gordon
30e345aca9 Mac OS X port always links with IOKit framework in SDL 1.3. 2007-04-04 10:41:00 +00:00
Ryan C. Gordon
5aee9e080a Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks. 2007-04-04 10:39:16 +00:00
Ryan C. Gordon
3855f51eff Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness. 2007-04-04 09:43:53 +00:00
Ryan C. Gordon
686bddc5dc Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug. 2007-04-04 09:36:25 +00:00
Ryan C. Gordon
cfe570050a Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec 2007-04-01 03:28:36 +00:00
Ryan C. Gordon
ecdd9e9d78 Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix. 2007-03-30 06:30:14 +00:00
Ryan C. Gordon
bf91e03c10 Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X. 2007-03-27 00:39:03 +00:00
Ryan C. Gordon
62073d041d Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support. 2007-03-18 22:39:24 +00:00
Ryan C. Gordon
435e813700 Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon. 2007-03-14 01:10:43 +00:00
Ryan C. Gordon
f19750fb44 Added id of another buggy Microsoft SideWinder to the Linux joystick driver.
Fixes Bugzilla #395.
2007-02-20 22:54:25 +00:00
Ryan C. Gordon
fd9549429a Merged r2985:2986 from branches/SDL-1.2: directfb yuv coop level fix. 2007-02-20 21:08:00 +00:00
Ryan C. Gordon
929f8883e6 Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix. 2007-02-15 23:57:07 +00:00
Ryan C. Gordon
7a0fd00cf4 Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs. 2007-02-15 11:14:24 +00:00
Ryan C. Gordon
4f5e885950 Merged r2977:2978 from branches/SDL-1.2: BUGS file cutdown. 2007-02-14 10:41:55 +00:00
Ryan C. Gordon
0182ddff8b Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support. 2007-02-14 10:25:41 +00:00
Ryan C. Gordon
2079011aae Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh. 2007-02-13 09:58:58 +00:00
Ryan C. Gordon
4029000c33 Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c 2007-02-13 09:21:38 +00:00
Ryan C. Gordon
f1ccde91dd Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.
Fixes Bugzilla #376.
2007-02-12 11:46:08 +00:00
Ryan C. Gordon
f5e95020ad Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.
Fixes Bugzilla #279.
2007-02-12 10:57:45 +00:00
Patrice Mandin
cbdb82cef6 make enable match name 2007-02-08 21:54:18 +00:00
Ryan C. Gordon
e5b23cae8f Merged Bugzilla #354 fix into trunk. 2007-02-03 08:18:41 +00:00
Sam Lantinga
7cf984965d Updated svn repository 2007-01-23 04:50:14 +00:00
Patrice Mandin
8e1d001e89 Alpha sort the test list, add missing ones, remove removed ones 2007-01-05 19:12:50 +00:00
Ryan C. Gordon
bf4644bc10 Look for an exact match first when setting a video mode on BeOS.
Fixes Bugzilla #370.
2006-12-08 00:31:32 +00:00
Ryan C. Gordon
3686368f2c Logic error in BeOS video mode selection ("width" where it should be "height").
Fixes Bugzilla #370.
2006-12-08 00:16:38 +00:00
Ryan C. Gordon
7547b79191 From: Torsten Giebl
Subject: ALLOCA Patch for SDL-1.2
Newsgroups: gmane.comp.lib.sdl
Date: 2006-10-24 00:31:16 GMT

Hello !

As alloca.h is not available on CYGWIN and MinGW32
it should not be checked there or it should be checked
with -mno-cygwin using.

I am a total configure.in newbie, but i found the way
that things are handled in configure.in pretty bad for the
case CYGWIN with MinGW Mode or not.

Maybe this is not possible but i would like to
have a way to detect at the start for example CYGWIN
and then add. ask if configure was called with --enable-cygwin
for example. --enable-cygwin should be optional and disabled
by default as we want to have MinGW Mode by default.

Only if the user wants it he should be able to use it.

Then the whole configure.in would get add. questions
okay the system is CYGWIN with or without MinGW Mode.

The alloca.h thing for example is only
available under CYGWIN ( without MinGW Mode ).

CU
2006-12-01 20:25:03 +00:00
Ryan C. Gordon
4b1c92befb Apparently it's possible that MSVC will want to call a built-in function to
bitshift an Sint64, but it can't find this function since we don't use the
 C runtime on Windows.

Division doesn't have this problem, though. Strange.

  Thanks, Suzuki Masahiro.
2006-11-29 10:38:07 +00:00
Ryan C. Gordon
1330f6b999 Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses. 2006-11-29 10:34:05 +00:00
Ryan C. Gordon
ca8a1cb794 Use SDL_strcmp(), not strcmp().
Thanks, Suzuki Masahiro.
2006-11-29 10:26:32 +00:00
Ryan C. Gordon
756b168b3b Logic error in SDL_video.c (used bitwise OR instead of logical OR).
Thanks, Suziki Masahiro.
2006-11-29 10:22:59 +00:00
Ryan C. Gordon
a5b36fd782 Merged r2913:2914 from SDL-1.2 branch into trunk: alpha blit GCC MMX asm fix. 2006-11-21 23:24:33 +00:00
Patrice Mandin
1c82ba0340 Save/restore current video mode and palette 2006-11-13 20:34:18 +00:00
Patrice Mandin
fe0a1a35c6 xbios: preliminary video mode init 2006-11-13 19:59:28 +00:00
Ryan C. Gordon
5f1123d8ed Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend. 2006-11-13 00:38:13 +00:00