Ryan C. Gordon
5df7568eec
Further XAudio2 build test cleanups.
2011-08-22 14:56:46 -04:00
Ryan C. Gordon
6412a3147e
Removed SDL_xaudio2.h ... no real need for this to be separate.
2011-08-22 14:37:45 -04:00
Ryan C. Gordon
023503370c
Let XAudio2 target be removed from the build by removing it from SDL_config.h
2011-08-22 14:30:49 -04:00
Ryan C. Gordon
3b667bacd5
Apple's C runtime has the non-const iconv(), too.
2011-08-22 14:25:11 -04:00
Ryan C. Gordon
1f5750981e
Fixed compiler warning on 64-bit builds.
2011-08-22 13:41:35 -04:00
Ryan C. Gordon
747072f8a3
RLE: Don't trash alpha channel in copy_32().
...
It was being set to (mask|value) instead of (value).
Thanks to li zhuo for the bug report!
2011-08-22 13:34:58 -04:00
Ryan C. Gordon
08f49bd2d3
Apparently glXSwapIntervalEXT() _does_ return a value.
...
Revision 6 of the GLX_EXT_swap_control spec has a typo; the function
signature they list is void, but the docs talk about a return value, and the
glxext.h headers list "int".
2011-08-22 02:26:11 -04:00
Ryan C. Gordon
b4c91cf7b3
Fixed -pedantic warning in SDL_assert.h.
...
Fixes Bugzilla #1282 .
2011-08-21 12:36:55 -04:00
Ryan C. Gordon
f9268ec876
Fix SDL_GL_ACCELERATED_VISUAL on Windows in the 1.3 branch.
...
Fixes Bugzilla #1254 .
Thanks to Thilo Schulz for the patch!
2011-08-21 12:24:27 -04:00
Ryan C. Gordon
98babc2004
Ported ALSA minimum-sample-count fix from 1.2 branch to 1.3.
2011-08-21 11:52:21 -04:00
Ryan C. Gordon
40480fb3c4
Make sure XAudio2 is supported by the DirectX headers at compile time.
...
--HG--
extra : rebase_source : a461903e0d9d4334a29cb0c9848a36f268d8f0e6
2011-08-21 02:35:13 -04:00
Kees Bakker
afc8e3d312
Convert a few TABs into spaces
2011-08-18 22:43:37 +02:00
Markus Kauppila
8632b5f433
Fixed unit float and unit double generators.
2011-08-17 12:57:14 +03:00
Markus Kauppila
7d8de2d4ba
Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger
...
to RandomUint32.
2011-08-17 11:44:57 +03:00
Markus Kauppila
38ba3e6433
Fixed an issue with nonexistant function.
2011-08-17 10:34:42 +03:00
Markus Kauppila
cdb6aa7fcf
Fixes based on CR.
...
Some tests in rwops suite broken up to smaller tests.
2011-08-15 21:41:28 +03:00
Markus Kauppila
516b5e80a7
Fixed 'runner > mylog' problem.
...
Runner will tell if verbose logging is switched on.
2011-08-15 19:40:41 +03:00
Markus Kauppila
d5a4d0b8bd
Cleaning up render test suite.
2011-08-15 19:18:59 +03:00
Ryan C. Gordon
531efe97f1
Patched to compile.
2011-08-15 02:51:13 -04:00
Sam Lantinga
3cc0d7d6e4
Don't lose the icon surface if it's freed immediately after SDL_WM_SetIcon()
...
This is a memory leak, but we don't have a good place to free the icon surface a the moment.
2011-08-14 21:57:50 -04:00
Sam Lantinga
a854e65d49
Removed some extra ppc scaffolding
2011-08-14 17:21:21 -04:00
Sam Lantinga
f22df77268
Fat build doesn't support PPC anymore.
2011-08-14 17:17:34 -04:00
Markus Kauppila
2832493550
Renamed tests in dummy suite.
2011-08-14 21:36:43 +03:00
Markus Kauppila
499e8b0f01
Clean up.
2011-08-14 21:29:00 +03:00
Markus Kauppila
7ebdc0e829
Fixed the exec-key option.
2011-08-14 21:27:47 +03:00
Markus Kauppila
6c319b5d2b
Updating dummy test suite.
2011-08-14 21:05:08 +03:00
Markus Kauppila
04b2c7e316
Cleaning up render test suite.
2011-08-14 14:38:19 +03:00
Markus Kauppila
e89d876fc6
Ported tests from "./tests/automated/render"
2011-08-13 19:00:39 +03:00
Markus Kauppila
2df605db29
Added --include-dummy option.
2011-08-13 12:02:22 +03:00
Markus Kauppila
2080edeea3
Fixed the doxygen markup.
2011-08-11 22:26:33 +03:00
Markus Kauppila
9ffc5e8ef0
Cleaned up the rwops test suite.
2011-08-11 22:07:14 +03:00
Markus Kauppila
8e4d708560
Added random number generators for Uint8, Sint8, Uint16, Sint16,
...
Uint64 and Sint64.
2011-08-11 12:48:45 +03:00
Markus Kauppila
694dda2a12
Added missing doxygen markup to some fuzzer functions.
2011-08-10 20:59:42 +03:00
Markus Kauppila
313edeffaa
Fixing previous commit. Forgot to add a few files.
2011-08-10 17:01:22 +03:00
Markus Kauppila
b96fa6da9a
Ported rwops test suite.
2011-08-10 16:55:30 +03:00
Markus Kauppila
9c7ff0059f
Refactored the fuzzer a bit.
2011-08-10 00:11:38 +03:00
Markus Kauppila
dc97e62cd6
Added boundary value generator functions for Sint8,
...
Sint16, Sint32 and Sint64.
2011-08-09 23:37:10 +03:00
Markus Kauppila
49879f48fe
Disabled an empty test.
2011-08-09 18:45:29 +03:00
Markus Kauppila
04ff51483f
Added test suites testevent and testkeyboard.
2011-08-09 18:40:14 +03:00
Markus Kauppila
c6bc7ef7af
Added new test suites testvideo, testsyswm and testclipboard.
2011-08-09 18:20:48 +03:00
Andreas Schiffler
68633ef568
Added test cases for SDL_GetNumRenderDrivers and SDL_CreateRenderer and removed stub test case
2011-08-06 13:52:48 -07:00
Andreas Schiffler
9f4544e660
Fixed execKey generation
2011-08-06 12:56:43 -07:00
Markus Kauppila
2af247a29b
Fixed typos.
2011-08-06 21:53:22 +03:00
Markus Kauppila
7f2ecaa544
Little fix to help text in configure.ac
2011-08-06 21:48:37 +03:00
Markus Kauppila
7ffad15a4a
Trying to fix linux compatibility -> libSDLtest.* is now installed
...
to /usr/local/lib.
2011-08-06 21:32:59 +03:00
Markus Kauppila
2ea1a8a90c
Added Makefile.am's to hg.
2011-08-06 20:32:59 +03:00
Markus Kauppila
2253de34fe
Fixed a bunch of compiler warnings.
2011-08-06 19:49:37 +03:00
Markus Kauppila
a3ce2b9778
Fixed 'make distclean'
2011-08-06 19:17:05 +03:00
Markus Kauppila
116f983b85
Updated the boilerplate files such as INSTALL and README.
2011-08-06 18:55:33 +03:00
Markus Kauppila
ac5e095903
Created data directory for test data.
...
Fixed platform test suite.
--HG--
rename : test/test-automation/icon.bmp => test/test-automation/data/images/icon.bmp
2011-08-06 18:29:14 +03:00