Markus Kauppila
|
1633238f90
|
Fixed ScanForTestSuites function based on CR.
|
2011-08-02 11:20:11 +03:00 |
|
Markus Kauppila
|
55a247608b
|
Changed SetUpLogger based on CR.
|
2011-07-31 20:01:34 +03:00 |
|
Markus Kauppila
|
77405acdd9
|
Fixed harness seed generation based on CR.
Fixed a bug from SetUpLogger() function.
|
2011-07-31 19:08:38 +03:00 |
|
Nathan Heisey
|
2f9415199b
|
Framebuffer code moved to SDL_bframebuffer.*, OpenGL support began
|
2011-07-30 18:26:13 +00:00 |
|
Markus Kauppila
|
be0b32e441
|
Fixed type from usage info.
|
2011-07-29 19:52:16 +03:00 |
|
Markus Kauppila
|
9de66a170d
|
Fixed problem in ScanForTestSuites concerning hidden
files. Plus other little fixes.
|
2011-07-29 18:18:37 +03:00 |
|
Markus Kauppila
|
7b89865bd4
|
Fixed potential memory leak from test case loading.
|
2011-07-29 16:22:03 +03:00 |
|
Markus Kauppila
|
43b873b89a
|
Runner prints some info to user, including where
to find the generated test report.
|
2011-07-28 22:19:09 +03:00 |
|
Markus Kauppila
|
e6997f706e
|
Fixed an issue with fuzzing seeds.
|
2011-07-28 22:11:30 +03:00 |
|
Markus Kauppila
|
ed4e1582bf
|
Made run seed more file name friendly.
|
2011-07-28 21:35:47 +03:00 |
|
Nathan Heisey
|
41cbb17de7
|
Render thread partially corrected
|
2011-07-28 18:21:38 +00:00 |
|
Markus Kauppila
|
9e514b68d3
|
Logger logs to file on default.
Directory and file name can be changed by using options
--logdir and --logfile. Option --log-stdout forces harness
to log to stdout.
|
2011-07-28 18:32:27 +03:00 |
|
Markus Kauppila
|
b4a88b8bef
|
Added randomly generated harness seed.
|
2011-07-27 18:37:47 +03:00 |
|
Markus Kauppila
|
e769714114
|
Added simple logging levels to logging system.
Added new option: --verbose.
Fixed help for option --version.
|
2011-07-27 17:48:07 +03:00 |
|
Nathan Heisey
|
bf4cf18905
|
Moved draw code to a separate thread
|
2011-07-27 11:06:38 +00:00 |
|
Ryan C. Gordon
|
cd8da3097b
|
Removed no-op Deinitialize methods in audio drivers.
|
2011-07-26 14:20:22 -07:00 |
|
Ryan C. Gordon
|
b4cf784f88
|
Removed needless macros in various audio targets.
|
2011-07-26 14:18:00 -07:00 |
|
Ryan C. Gordon
|
8e6153c36b
|
Cleaned up audio device detection. Cleared out a lot of cut-and-paste.
|
2011-08-04 00:31:11 -04:00 |
|
Ryan C. Gordon
|
46bb3d8770
|
Implemented XAudio2 target for Windows (and Xbox360, theoretically!).
|
2011-08-04 01:07:09 -04:00 |
|
Ryan C. Gordon
|
8fa65eea5c
|
Cleaned up CoInitialize() politics on Windows.
|
2011-08-03 04:22:47 -04:00 |
|
Ryan C. Gordon
|
0dea877a78
|
Added some FIXMEs.
|
2011-08-04 01:07:13 -04:00 |
|
Nathan Heisey
|
350e15ee9f
|
Corrected keyboard input support
|
2011-07-26 17:48:40 +00:00 |
|
Nathan Heisey
|
8771f4019a
|
Fixed mouse move problem
|
2011-07-26 11:38:20 +00:00 |
|
Nathan Heisey
|
7121f4e5ba
|
Fixed seg fault on video quit
|
2011-07-26 10:13:34 +00:00 |
|
Markus Kauppila
|
6132d65fa6
|
Changing the execution key generator.
Fixed --iterations option.
|
2011-07-25 20:32:31 +03:00 |
|
Nathan Heisey
|
20af8e0677
|
Variable name/debugging output changes
|
2011-07-25 16:46:55 +00:00 |
|
Markus Kauppila
|
46f39ab285
|
Logger logs harness seed and test execution keys in hex representation.
|
2011-07-25 19:33:32 +03:00 |
|
Markus Kauppila
|
279a841b64
|
Refining the fuzzer. Adding new functions and fixing the old ones.
|
2011-07-25 18:51:57 +03:00 |
|
Nathan Heisey
|
96dd15dd3d
|
Corrected framebuffer creation problem
|
2011-07-25 13:47:19 +00:00 |
|
Markus Kauppila
|
fc76a5fa6a
|
Fixing the previous commit.
|
2011-07-24 18:58:36 +03:00 |
|
Markus Kauppila
|
afbf90dc78
|
Adding elementary support for fuzzing.
New options: --seed [VALUE] --exec-key [EXEC-KEY] --iterations VALUE
|
2011-07-24 18:21:53 +03:00 |
|
Ryan C. Gordon
|
26f05bd076
|
Took out some more bitfields in the audio subsystem.
|
2011-07-22 16:09:13 -07:00 |
|
Ryan C. Gordon
|
6bd5c1b002
|
Reworked Windows waveOut code.
Implemented multi-device support, changed name to "winmm".
--HG--
rename : src/audio/windib/SDL_dibaudio.h => src/audio/winmm/SDL_winmm.h
|
2011-08-04 01:24:22 -04:00 |
|
Ryan C. Gordon
|
ac93bd6e55
|
Reworked Windows DirectSound code.
Now supports multiple devices, and uses DirectSound 8 instead of 5. Changed
name to "directsound" and renamed source directory.
--HG--
rename : src/audio/windx5/SDL_dx5audio.c => src/audio/directsound/SDL_directsound.c
rename : src/audio/windx5/SDL_dx5audio.h => src/audio/directsound/SDL_directsound.h
rename : src/audio/windx5/directx.h => src/audio/directsound/directx.h
|
2011-08-04 01:26:12 -04:00 |
|
Ryan C. Gordon
|
55419dbf19
|
Removed /dev/dsp DMA audio target.
|
2011-07-24 03:37:13 -07:00 |
|
Ryan C. Gordon
|
068586f3ee
|
Removed VisualCE project files.
|
2011-07-23 00:22:19 -07:00 |
|
Ryan C. Gordon
|
8eb5a67761
|
Mark some QSA audio driver functions as static.
|
2011-07-26 13:42:34 -07:00 |
|
Ryan C. Gordon
|
77f25419aa
|
Apple uses a void* for GLhandleARB, not an unsigned int.
|
2011-08-04 00:46:27 -04:00 |
|
Ryan C. Gordon
|
247346d526
|
Allow Android platforms to read from .apk files via the RWOPS interface.
Fixes Bugzilla #1261.
Thanks to Tim Angus for the patch!
|
2011-07-29 16:51:25 -04:00 |
|
Ryan C. Gordon
|
58faae483b
|
Patched to compile (I hope).
|
2011-07-27 18:07:40 -04:00 |
|
Ryan C. Gordon
|
d8d485370c
|
If we didn't create win32 window, restore its event procedure on destruction.
|
2011-07-25 15:03:42 -07:00 |
|
Nathan Heisey
|
ee8ee9d166
|
Corrected memory leak with rendering.
|
2011-07-22 16:54:23 +00:00 |
|
Nathan Heisey
|
8932a116a0
|
Drawing code works, but it flashes
|
2011-07-22 12:39:53 +00:00 |
|
Ryan C. Gordon
|
f7d9b29115
|
Removed comment questioning the code's correctness (the answer: it's correct).
|
2011-07-22 00:12:03 -07:00 |
|
Ryan C. Gordon
|
a5d345e374
|
Don't use a bitfield for this.
It pads out to an int anyhow, but causes code bloat as the compiler tries to
mask and shift for that specific bit.
|
2011-07-22 00:09:58 -07:00 |
|
Markus Kauppila
|
f1e162b811
|
Merged two heads.
|
2011-07-21 14:22:17 +03:00 |
|
Markus Kauppila
|
04bcf13dc2
|
Added count of skipped tests to default xsl style.
|
2011-07-21 13:57:55 +03:00 |
|
Andreas Schiffler
|
a2c9c4d217
|
Added test case for power management function; improved assertions in tests
|
2011-07-20 23:04:55 -07:00 |
|
Ryan C. Gordon
|
4b70200bf8
|
Work on systems without sa_sigaction.
|
2011-07-20 16:35:37 -07:00 |
|
Markus Kauppila
|
1ba2041d01
|
Fixed linking issue concerning test suites.
Fixed linux build (it compiles and runs properly).
|
2011-07-20 23:37:58 +03:00 |
|