Commit Graph

1417 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Ryan C. Gordon
e5b23cae8f Merged Bugzilla #354 fix into trunk. 2007-02-03 08:18:41 +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
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
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
Ryan C. Gordon
b932761626 Fixed building of Windows waveout audio. 2006-11-11 06:48:57 +00:00
Ryan C. Gordon
cdf5d71b84 Merged r2903:2904 from SDL-1.2 branch to trunk: BeOS loadso updates. 2006-11-07 15:18:42 +00:00
Sam Lantinga
906f8566ac @#$% indent 2006-10-29 15:00:54 +00:00
Sam Lantinga
e8ab4cad6b 2006-10-29 14:47:20 +00:00
Sam Lantinga
dbc11167df Merged Ryan's fix, in case we need it later. 2006-10-29 14:45:46 +00:00
Ryan C. Gordon
b94f08253a Removed AmigaOS code for 1.3 branch. 2006-10-29 04:09:17 +00:00
Ryan C. Gordon
a08b4ac133 Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)
Fixes Bugzilla #267.
2006-10-29 03:39:13 +00:00
Sam Lantinga
c91d18d6ad indent is evil 2006-10-28 16:48:03 +00:00
Sam Lantinga
317f4be23e Fixed mouse enter/leave events for a single window.
You lose mouse focus in Cocoa when the window is no longer key.
2006-10-28 16:41:54 +00:00
Sam Lantinga
83ada51d56 Fixed focus comptability bug 2006-10-28 16:41:08 +00:00
Ryan C. Gordon
76e994db80 Oh for crying out loud... 2006-10-28 07:49:19 +00:00
Ryan C. Gordon
39648c129d Whoops, wrong variable name. 2006-10-28 07:45:33 +00:00
Ryan C. Gordon
d83482271b Fix potential memory leaks if CoreAudio initialization fails. 2006-10-28 07:44:38 +00:00
Ryan C. Gordon
1d7dbbd9b4 Patched to compile. 2006-10-28 07:39:35 +00:00
Ryan C. Gordon
0dccc26b00 1.3 branch version of revision 2878.
Fixes Bugzilla #298.
2006-10-27 20:19:48 +00:00
Patrice Mandin
4b82340a21 Also save/restore fpu register in vbl interrupt 2006-10-21 18:56:35 +00:00
Ryan C. Gordon
3ea337d9e6 Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the
LPDIRECTSOUNDBUFFER itself.
2006-10-20 00:15:18 +00:00
Ryan C. Gordon
2e9d561b56 Patched to compile again (thanks, Rasmus!). 2006-10-18 10:49:23 +00:00