Ryan C. Gordon
a0d481b870
Patched testjoystick.c to compile.
2012-12-11 16:53:59 -05:00
Sam Lantinga
e664edf4d7
Fixed permissions on test file
2012-12-11 12:01:30 -08:00
Sam Lantinga
e703bedd83
You can get window events after shutting down the window, so don't abort the program if that happens.
2012-12-11 10:50:26 -08:00
Ryan C. Gordon
9148ea5edb
Print stick GUID in testjoystick.
2012-12-11 11:59:29 -05:00
Ryan C. Gordon
7e8d1988f8
Don't hang testjoystick if we failed to open the device in the first place.
2012-12-11 11:41:06 -05:00
Ryan C. Gordon
00b96f81b8
Cleaned out tabstops, other minor style nitpicks.
2012-12-11 11:28:29 -05:00
Ryan C. Gordon
4052a410c3
Allow testjoystick to quit, instead of looping on hotplug events forever.
2012-12-11 11:26:08 -05:00
Ryan C. Gordon
5327030240
testmessage should test Unicode strings.
2012-12-07 19:59:30 -05:00
Andreas Schiffler
0169235564
Update prototype in surface.c to fix xcode build after last change.
2012-12-01 23:42:17 -08:00
Andreas Schiffler
3745d35b62
Update VS2012 solution - add missing files; fix some static analysis warnings
2012-12-01 23:30:53 -08:00
Sam Lantinga
641613b190
Print the list of audio drivers so you can try each one
2012-11-29 09:48:42 -08:00
Sam Lantinga
104417201b
Fixed compiler warnings
2012-11-27 01:07:44 -08:00
Sam Lantinga
23950f0183
Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds
2012-11-26 16:37:54 -08:00
Sam Lantinga
d5bdfedf0d
Include all the test headers in the test library header install
2012-11-26 14:59:07 -08:00
David Ludwig
9fc6a63d06
Merged with latest official SDL code
2012-11-26 16:58:41 -05:00
Sam Lantinga
9c2cdf677b
Work in progress on an SDL test library
2012-11-26 07:53:56 -08:00
David Ludwig
8cb99f7311
WinRT: made testthread to use SDL_Log, not printf or fprintf, for MSVC++ logging
2012-11-24 11:16:45 -05:00
David Ludwig
390acc322a
WinRT: modified the loopwave test to run if and when argv is NULL
2012-11-22 22:35:38 -05:00
Sam Lantinga
9e89faaf15
Synchronized the on-screen keyboard state with whether we are accepting text input.
...
The functions to show/hide/toggle the on-screen keyboard have been folded into the text input state.
Calling SDL_StartTextInput() will automatically show the on-screen keyboard if it's available.
Calling SDL_StopTextInput() will automatically hide the on-screen keyboard if it's available.
There is a new API function SDL_IsTextInputActive() which will return whether text input is currently active.
Text input is disabled by default, you must call SDL_StartTextInput() when you are ready to accept text input.
SDL_HasScreenKeyboardSupport() no longer needs to be passed a window.
The iPhone-specific on-screen keyboard functions have been removed.
2012-11-04 21:53:28 -08:00
Sam Lantinga
5af7f9c836
tree 46b4d59cbfb1
...
parent adac5aad395d
author Edward Rudd <urkle@outoforder.cc> 1351362890 14400
committer Edward Rudd <urkle@outoforder.cc> 1351362890 14400
revision 6611
branch default
add test to show off the new MessageBox API
2012-10-30 10:11:25 -07:00
Sam Lantinga
c84b38d3ba
Updated to newer autotools
2012-10-23 23:45:29 -07:00
Sam Lantinga
82f91da2d0
Added API for simple messagebox, courtesy of Mike Sartain
2012-10-23 17:11:22 -07:00
Sam Lantinga
0fa9c6eac2
Fixed building testjoystick
2012-10-23 17:10:09 -07:00
Sam Lantinga
58d0ddb75b
Fixed check for SDL_ttf with SDL 2.0
2012-10-23 15:28:27 -07:00
Sam Lantinga
1f9c1c3528
Updated testjoystick for SDL 2.0 API - patch from simon
2012-10-14 00:24:07 -07:00
Sam Lantinga
dabd9f547c
Use Ctrl modifier for window resize key bindings
2012-10-03 13:39:42 -07:00
Sam Lantinga
152311bd12
Added key bindings to resize the window (+/-)
2012-10-03 13:38:22 -07:00
Sam Lantinga
ab8c4eaac7
If the window is resizable, reset the viewport by default if the window size changes.
2012-09-29 01:12:40 -07:00
Sam Lantinga
0cdb7950b4
SDL 2.0 supports 32-bit icons with alpha. :)
2012-09-28 15:59:36 -07:00
Sam Lantinga
9d6d75b762
Show the size changed window message
2012-09-28 14:42:47 -07:00
Sam Lantinga
7bcf07766a
Print the bounds of each display when showing mode information
2012-09-28 14:21:15 -07:00
Sam Lantinga
fa419b737d
Don't warn about the window size changing if the window is resizable
2012-09-28 14:00:43 -07:00
Sam Lantinga
7754d8a1d1
Print a message if the window size was changed from the requested size.
2012-09-27 11:13:30 -07:00
Gabriel Jacobo
7eeb0f5bf4
Fix Windows build, version.o linking.
2012-09-25 08:54:05 -03:00
Sam Lantinga
3c718d524e
Updated to the latest versions of autotools and config.guess/config.sub
...
autoconf-2.69
automake-1.12
libtool-2.4.2
2012-09-20 21:13:10 -07:00
Ryan C. Gordon
49d8c6fb12
Added SDL_SetWindowBordered() API.
2012-09-13 01:43:53 -04:00
Ryan C. Gordon
784d15354b
Added testaudioinfo to the build.
2012-09-01 00:25:17 -07:00
Ryan C. Gordon
9da896d0d4
Cleaned up testjoystick.c, improved usage of renderer API, added colors!
2012-08-15 21:00:33 -04:00
Ryan C. Gordon
afd1cf9469
Updated testjoystick.c for SDL2 API and draw more information.
...
Fixes Bugzilla #1570 .
Thanks to Ondra Hosek for the patch!
2012-08-15 20:53:24 -04:00
Sam Lantinga
e6d37e6522
Fixed bug 1564 - SDL has no function to open a screen keyboard on Android.
...
Philipp Wiesemann implemented a general on-screen keyboard API for SDL, and I switched iOS code over to use it.
2012-08-11 10:15:59 -07:00
Ryan C. Gordon
95d61ecb40
Nasty attempt to fix building of testnative across various platforms.
...
The world longs for a hero named CMake.
2012-08-09 14:28:45 -04:00
Ryan C. Gordon
f32956dc1b
Add support for (GLX|WGL)_EXT_swap_control_tear.
...
This required a small public API change: SDL_GL_SetSwapInterval() now accepts
negative values, and SDL_GL_GetSwapInterval() doesn't report errors anymore
(if it can't work, it'll return zero as a reasonable default).
If you need to test for errors, such as a lack of swap_control_tear support,
check the results of SDL_GL_SetSwapInterval() when you set your desired
value.
2012-08-01 20:29:36 -04:00
Sam Lantinga
ee5bc4e7ab
Added code to testwm2 to test the system cursor support
2012-11-19 20:38:52 -08:00
Gabriel Jacobo
8ffcedaf13
Automated tests fixes
2012-06-21 12:12:11 -03:00
Gabriel Jacobo
2e96488df0
RenderCopyEx,rotation and flipping for all hardware/software backends ( #1308 )
2012-06-01 19:51:08 -03:00
Dimitris Zenios
e387df94fc
1.Fixed a memory leak inside XInput2 code
...
2.Replaced XKeycodeToKeysym with XkbKeycodeToKeysym since XKeycodeToKeysym is deprecated in newer X11 version
3.Rewrote testime.c since it was disabled after SDL_compat.c removal
4.Take into account common arguments also in testrelative.c
2012-05-31 19:23:30 +03:00
Dimitris Zenios
689dd07956
1.Moved all xinput2 functionality to its own file
...
2.Implement touch events using Xinput2.Leave evtouch as a fallback when xinput2 is not supported
2012-05-31 13:37:02 +03:00
Sam Lantinga
a74c7583bc
Initial support for XInput2 by Dimitris Zenios
...
1.initial work on XInput2 support
2.Implemented relative mouse motion when XInput2 is enabled
3.Created a test app to test relative mouse motion
4.Fixed Bug #1498
2012-05-30 11:25:35 -04:00
Sam Lantinga
6ff55c1ca2
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out
...
deraj 2012-02-19 19:01:08 PST
Fix to treat ETIMEDOUT as a time out instead of an error (and update the test)
2012-02-20 23:51:53 -05:00
Sam Lantinga
95748ef40d
Missed a file in Frank's patch
2012-02-12 23:22:44 -05:00
Sam Lantinga
41dcf2a16e
Updated Nintendo DS support
...
Frank Zago
This patch updates the DS port:
- do not use the now removed compat layer.
- integrate parts of libgl2D since I got permission from the author, and thus
removed an external dependancy,
- a few bugs fixes.
Now, the textures should be completely supported, except reading from them
which doesn't makes sense to have on the DS. Sound is still not supported.
If someone else wants to work on the missing pieces, feel free.
2012-02-12 21:04:01 -05:00
Sam Lantinga
c95069ab56
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
2012-01-30 21:39:26 -05:00
Sam Lantinga
24472a0309
Updated the README and removed the old graywin test
2012-01-22 22:30:27 -05:00
Sam Lantinga
3c87570c58
Have testspriteminimal use the new simple API
2012-01-22 19:47:33 -05:00
Sam Lantinga
9c4c023744
Removed the SDL 1.2 compatibility API... we'll see how painful this is.
2012-01-22 18:11:41 -05:00
Sam Lantinga
128821901c
Removing some more references to SDL 1.3
2012-01-22 17:26:45 -05:00
Sam Lantinga
c484f884c5
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
2012-01-22 17:21:00 -05:00
Sam Lantinga
b291116502
Renamed SetTargetTexture() to SetRenderTarget()
2012-01-22 01:26:28 -05:00
Sam Lantinga
9e37906060
Implementation of render targets, by Mason Wheeler and Gabriel Jacobo
...
Thanks guys!
2012-01-18 22:45:49 -05:00
Sam Lantinga
07f8710f47
Fixed bug 1242 - PATCH: Improve support for OpenGL ES under X11
...
Scott Percival 2011-07-03 06:41:51 PDT
This submission is aimed at making life easier for OpenGL ES capable devices
running a X11 stack (e.g. Maemo, Meego, TrimSlice, other ARM SoC boards not
running Android). SDL's Pandora support already has the neccesary GLES-to-X11
glue code, however it's all ghetto'd off in Makefile.pandora and not very
flexible.
The patch:
- adds an awesome --enable-video-opengles option to configure
- re-modifies the opengles and opengles2 SDL_renderers to use function pointers
- no idea why this was removed?
- for SDL_Renderers, links in libGLESv1_CM, libGLES_CM (for PowerVR fans) or
libGLESv2 at runtime
- links in libEGL.so at runtime - the old code made an assumption that
eglFunctions could be pulled from the active GLES library, PowerVR for one
doesn't let you do that with their libGLESv2
- allows you to pick which of GLES v1 or v2 to load via
SDL_GL_CONTEXT_MAJOR_VERSION
So far I've tested this on a Nokia N900 (OMAP 3430/SGX 530 running Maemo 5) and
a Toshiba AC100 (Tegra 2 running Ubuntu 10.10). I haven't tested it on... well,
everything that isn't those two, such as a Pandora, iOS or Android device. The
Pandora specific code should be kept intact (fingers crossed), and nothing
painfully drastic has been added to the SDL_renderers. The library loading
sequence in SDL_x11opengles has been updated to accomodate both NVIDIA's
propensity to let developers get away with murder and PowerVR's alternative of
punishing every missed step.
The test apps work okay with GLES or GLES2 as the renderer. For some reason
alpha blending doesn't seem to work on the Tegra 2; last week NVIDIA pushed out
a new set of X11 GLES drivers, so I'll try and investigate once I upgrade
those. Also, this patch adds things to configure.in, include/SDL_config.h.in
and test/configure.in. I didn't know what the policy was re. committing
generated spaghetti from autotools, so ./autogen.sh has to be run again. Sorry.
I think that's about everything, let me know if there's anything I've
overlooked.
2012-01-08 02:23:37 -05:00
Sam Lantinga
1576610f7c
Updated SDL test projects
2012-01-07 17:08:17 -05:00
Sam Lantinga
0f304b0d9e
Added testnative to the Makefile and fixed building on Mac OS X
2012-01-07 16:57:09 -05:00
Sam Lantinga
65ab33c90e
Ryan gets fewer nuts. :)
2011-12-07 20:34:43 -05:00
Ryan C. Gordon
abe9021987
Backed out most of changeset 4b88086910d3, at Andreas's request.
2011-12-05 12:43:50 -05:00
Andreas Schiffler
5e0fdc8f9e
Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warnings
2011-12-05 07:41:20 -08:00
Andreas Schiffler
71caea56e8
Add clipboard tests
2011-10-29 23:34:19 -07:00
Sam Lantinga
5c394a276d
Updated from configure.in
2011-10-19 20:23:40 -04:00
Andreas Schiffler
59aaf65fd5
Refactored audio device enumeration/naming tests ana added negative cases
2011-10-05 08:08:06 -07:00
Ryan C. Gordon
2ef51927fe
1.3 API CHANGE: Add support for naming threads.
2011-10-02 00:29:16 -04:00
Markus Kauppila
7750625898
Fixed option parsing code of test harness.
2011-09-18 13:01:33 +03:00
Andreas Schiffler
52ef3c93ec
Add tests for SDL_RectEquals and empty rectangle cases
2011-09-17 22:37:31 -07:00
Andreas Schiffler
77acc926f7
Add test cases for SDL_RectEmpty
2011-09-16 08:26:20 -07:00
Andreas Schiffler
fdf9d2c853
Added tests for SDL_UnionRect to testrect suite
2011-09-15 08:21:54 -07:00
Markus Kauppila
d2b6d20dab
Cleans up the logger output a bit. Removes fuzzer invocation count
...
from the log if the fuzzer isn't used.
2011-09-10 19:27:39 +03:00
Andreas Schiffler
fefed71ec5
Added tests for SDL_EnclosePoints.
2011-09-12 09:00:34 -07:00
Ryan C. Gordon
b865b3d4b6
Fixed a compiler warning on Visual Studio.
2011-09-09 04:17:47 -04:00
Ryan C. Gordon
82df1959c1
Removed legacy Mac OS X dlcompat code.
...
It was only needed for Mac OS X 10.0 through 10.2, so it seems silly to keep
it around for SDL 1.3.
I'll leave it in the 1.2 branch for now, though.
2011-09-09 00:34:48 -04:00
Andreas Schiffler
8e3c6688a7
Refactored IntersectRectAndLine tests and increased coverage
2011-09-06 23:51:46 -07:00
Andreas Schiffler
a5f6fa789f
Added tests for SDL_HasIntersection; added negative parameter tests; refactored existing test code
2011-09-04 20:37:01 -07:00
Andreas Schiffler
cd72032cea
Added tests to testrect suite. Simple logger improvements. Fixed int-range fuzzer.
2011-09-04 14:57:10 -07:00
Ryan C. Gordon
370cdc709c
Automated merge with https://bitbucket.org/Markusk/sdl-gsoc
2011-08-29 13:17:07 -04:00
Markus Kauppila
6937f4af84
Fixed an error in doxygen markup.
2011-08-28 22:27:26 +03:00
Markus Kauppila
bad61ed9af
Fixed a typo.
2011-08-28 22:24:00 +03:00
Markus Kauppila
79a82d3174
Updated TODO.
2011-08-28 22:22:37 +03:00
Markus Kauppila
1abbc9b839
Minor cleaning.
2011-08-28 22:18:56 +03:00
Markus Kauppila
b688d51602
Added elementary fuzzer-randgen invocation count.
2011-08-28 22:06:56 +03:00
Markus Kauppila
99952d2853
Added TODO.
2011-08-28 21:06:00 +03:00
Markus Kauppila
8cf1257081
Test cases executed in their own process can now bail out if
...
assertion fails.
Note: Bailing out doesn't work with --in-proc option.
2011-08-28 21:00:38 +03:00
Markus Kauppila
681d72d5f1
Option --show-tests prints test description.
2011-08-28 20:27:25 +03:00
Markus Kauppila
bfd6031522
Fixed timestamp issue.
2011-08-28 20:08:36 +03:00
Markus Kauppila
3204437b60
Changed logging behavior. Runner uses stdout as default and
...
file logging is enabled with --logfile [BASENAME] (or --logdir).
2011-08-28 20:01:25 +03:00
Markus Kauppila
107e5455f1
Refined install script to be more helpful.
2011-08-28 18:58:13 +03:00
Markus Kauppila
dadc383a40
Created SetUp and TearDown functions for testrwops suite.
2011-08-28 11:55:54 +03:00
Ryan C. Gordon
043d6961da
Fixed wrong datatype for shaders and programs.
...
This is a pointer on Mac OS X, so it risked losing data in 64-bit builds.
2011-08-23 06:27:04 -04:00
Ryan C. Gordon
d4f80d6538
Fixed another printf() compiler warning, this time in the 1.3 branch.
2011-08-23 03:12:27 -04:00
Markus Kauppila
9f2382d3e9
Fixed unit float and unit double generators.
2011-08-17 12:57:14 +03:00
Markus Kauppila
b9e0078d9e
Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger
...
to RandomUint32.
2011-08-17 11:44:57 +03:00
Markus Kauppila
98c51aa111
Fixed an issue with nonexistant function.
2011-08-17 10:34:42 +03:00
Markus Kauppila
8c2769cf10
Fixes based on CR.
...
Some tests in rwops suite broken up to smaller tests.
2011-08-15 21:41:28 +03:00
Markus Kauppila
0eed3ad720
Fixed 'runner > mylog' problem.
...
Runner will tell if verbose logging is switched on.
2011-08-15 19:40:41 +03:00
Markus Kauppila
09c62ea0e7
Cleaning up render test suite.
2011-08-15 19:18:59 +03:00
Markus Kauppila
ab77326e9e
Renamed tests in dummy suite.
2011-08-14 21:36:43 +03:00
Markus Kauppila
ce36777e59
Clean up.
2011-08-14 21:29:00 +03:00
Markus Kauppila
551054f6fa
Fixed the exec-key option.
2011-08-14 21:27:47 +03:00
Markus Kauppila
6c09fb6fa1
Updating dummy test suite.
2011-08-14 21:05:08 +03:00
Markus Kauppila
57a595a0ef
Cleaning up render test suite.
2011-08-14 14:38:19 +03:00
Markus Kauppila
1f7455097c
Ported tests from "./tests/automated/render"
2011-08-13 19:00:39 +03:00
Markus Kauppila
a2975b4947
Added --include-dummy option.
2011-08-13 12:02:22 +03:00
Markus Kauppila
87469b9341
Fixed the doxygen markup.
2011-08-11 22:26:33 +03:00
Markus Kauppila
6c0ec1e85c
Cleaned up the rwops test suite.
2011-08-11 22:07:14 +03:00
Markus Kauppila
97bfb01768
Added random number generators for Uint8, Sint8, Uint16, Sint16,
...
Uint64 and Sint64.
2011-08-11 12:48:45 +03:00
Markus Kauppila
62265a4047
Added missing doxygen markup to some fuzzer functions.
2011-08-10 20:59:42 +03:00
Markus Kauppila
5d5b972d0b
Fixing previous commit. Forgot to add a few files.
2011-08-10 17:01:22 +03:00
Markus Kauppila
fb6871ea7f
Ported rwops test suite.
2011-08-10 16:55:30 +03:00
Markus Kauppila
cef23e1f23
Refactored the fuzzer a bit.
2011-08-10 00:11:38 +03:00
Markus Kauppila
9e61ba8614
Added boundary value generator functions for Sint8,
...
Sint16, Sint32 and Sint64.
2011-08-09 23:37:10 +03:00
Markus Kauppila
2930bc3bf6
Disabled an empty test.
2011-08-09 18:45:29 +03:00
Markus Kauppila
830a156c74
Added test suites testevent and testkeyboard.
2011-08-09 18:40:14 +03:00
Markus Kauppila
806ef205da
Added new test suites testvideo, testsyswm and testclipboard.
2011-08-09 18:20:48 +03:00
Andreas Schiffler
0fabac4d15
Added test cases for SDL_GetNumRenderDrivers and SDL_CreateRenderer and removed stub test case
2011-08-06 13:52:48 -07:00
Andreas Schiffler
d2c023305d
Fixed execKey generation
2011-08-06 12:56:43 -07:00
Markus Kauppila
33be5ef60c
Fixed typos.
2011-08-06 21:53:22 +03:00
Markus Kauppila
8b05e73c97
Little fix to help text in configure.ac
2011-08-06 21:48:37 +03:00
Markus Kauppila
249256f286
Trying to fix linux compatibility -> libSDLtest.* is now installed
...
to /usr/local/lib.
2011-08-06 21:32:59 +03:00
Markus Kauppila
fd2532dd93
Added Makefile.am's to hg.
2011-08-06 20:32:59 +03:00
Markus Kauppila
c881094c4a
Fixed a bunch of compiler warnings.
2011-08-06 19:49:37 +03:00
Markus Kauppila
01d2623ed3
Fixed 'make distclean'
2011-08-06 19:17:05 +03:00
Markus Kauppila
2515783e58
Updated the boilerplate files such as INSTALL and README.
2011-08-06 18:55:33 +03:00
Markus Kauppila
9f3d7d915b
Created data directory for test data.
...
Fixed platform test suite.
2011-08-06 18:29:14 +03:00
Markus Kauppila
4cac1cd629
Runner is automatically installed to .
2011-08-06 18:00:10 +03:00
Markus Kauppila
131443d044
Reorganizing the project.
2011-08-06 17:35:58 +03:00
Markus Kauppila
5778b9682b
Added doxygen markup for the boundary value functions.
2011-08-04 21:09:17 +03:00
Markus Kauppila
5e3ab54d13
Cleaned the dummy suite a bit.
2011-08-04 20:54:27 +03:00
Markus Kauppila
74d2cb937a
Added empty test suite for render tests.
2011-08-04 20:52:39 +03:00
Markus Kauppila
e947646f4e
Added empty test suite for testing rwops.
2011-08-04 20:45:12 +03:00
Markus Kauppila
61dc8488b6
Added functions that generate random boundary values
...
for Uint16, Uint32 and Uint64 to the fuzzer.
2011-08-04 20:17:21 +03:00
Markus Kauppila
9c0da933bc
Refining boundary value generator.
2011-08-03 20:43:32 +03:00
Ryan C. Gordon
e308b7f557
testmultiaudio.c needs to #include <stdio.h>.
2011-08-03 03:12:07 -04:00
Markus Kauppila
fe5a22c87b
Fixing execution key generation based on CR.
2011-08-02 12:46:40 +03:00
Markus Kauppila
81d704f311
Fixed ScanForTestSuites function based on CR.
2011-08-02 11:20:11 +03:00
Markus Kauppila
43946d2d3c
Changed SetUpLogger based on CR.
2011-07-31 20:01:34 +03:00
Markus Kauppila
6271ef2a6b
Fixed harness seed generation based on CR.
...
Fixed a bug from SetUpLogger() function.
2011-07-31 19:08:38 +03:00
Markus Kauppila
efd49aed8c
Fixed type from usage info.
2011-07-29 19:52:16 +03:00
Markus Kauppila
7387bcbbd7
Fixed problem in ScanForTestSuites concerning hidden
...
files. Plus other little fixes.
2011-07-29 18:18:37 +03:00
Markus Kauppila
38b2cc186a
Fixed potential memory leak from test case loading.
2011-07-29 16:22:03 +03:00
Markus Kauppila
99c9517327
Runner prints some info to user, including where
...
to find the generated test report.
2011-07-28 22:19:09 +03:00
Markus Kauppila
73fdc9b3a2
Fixed an issue with fuzzing seeds.
2011-07-28 22:11:30 +03:00
Markus Kauppila
b941bde492
Made run seed more file name friendly.
2011-07-28 21:35:47 +03:00
Markus Kauppila
820d737fd1
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
fd7929d362
Added randomly generated harness seed.
2011-07-27 18:37:47 +03:00
Markus Kauppila
5f209dc9d5
Added simple logging levels to logging system.
...
Added new option: --verbose.
Fixed help for option --version.
2011-07-27 17:48:07 +03:00
Markus Kauppila
3f3320a7fb
Changing the execution key generator.
...
Fixed --iterations option.
2011-07-25 20:32:31 +03:00
Markus Kauppila
7251d59000
Logger logs harness seed and test execution keys in hex representation.
2011-07-25 19:33:32 +03:00
Markus Kauppila
2e166cfb3c
Refining the fuzzer. Adding new functions and fixing the old ones.
2011-07-25 18:51:57 +03:00
Markus Kauppila
0ac4925a83
Fixing the previous commit.
2011-07-24 18:58:36 +03:00
Markus Kauppila
a5ebb7f521
Adding elementary support for fuzzing.
...
New options: --seed [VALUE] --exec-key [EXEC-KEY] --iterations VALUE
2011-07-24 18:21:53 +03:00
Markus Kauppila
258f08af80
Merged two heads.
2011-07-21 14:22:17 +03:00
Markus Kauppila
2543e8b7e6
Added count of skipped tests to default xsl style.
2011-07-21 13:57:55 +03:00
Andreas Schiffler
b844233a79
Added test case for power management function; improved assertions in tests
2011-07-20 23:04:55 -07:00
Markus Kauppila
8b612370f7
Fixed linking issue concerning test suites.
...
Fixed linux build (it compiles and runs properly).
2011-07-20 23:37:58 +03:00
Markus Kauppila
6d8cf052b5
Fixing linking issues using shared object.
2011-07-20 19:57:42 +03:00
Markus Kauppila
46ab8884d2
Using SDL timer to kill hung tests.
2011-07-20 19:32:34 +03:00
Markus Kauppila
d7342505eb
Refined test skipping.
2011-07-19 21:38:15 +03:00
Markus Kauppila
9932ea0a03
Testing out implementation for skipping unsupported test
...
automatically.
2011-07-18 22:26:26 +03:00
Markus Kauppila
7d9bdb201b
Refined the string escaping algorithm.
2011-07-18 17:16:38 +03:00
Markus Kauppila
d758dadb41
Fixes to logging system.
2011-07-18 16:37:02 +03:00
Markus Kauppila
b5cc9e71e8
Added --timeout VALUE command option.
2011-07-18 16:16:41 +03:00
Markus Kauppila
6b1df38ab5
Refactored a bit.
2011-07-18 15:25:54 +03:00
Markus Kauppila
65b1827acc
Harness warns about tests that request timeout when it's not
...
available.
2011-07-18 14:41:01 +03:00
Andreas Schiffler
f4722e408f
Fixed SDL_SetError() by making NULL fmt a no-op, update test automation
2011-07-17 20:59:34 -07:00
Markus Kauppila
f7ec340c08
Merging two heads.
2011-07-17 19:19:35 +03:00
Markus Kauppila
f78b37d76c
Fixed logging noise coming from unimplemented optional test
...
suite functions SetUp and TearDown.
2011-07-17 11:17:40 +03:00
Andreas Schiffler
d765305af1
Expanded and updated testplatform suite.
2011-07-16 20:12:25 -07:00
Markus Kauppila
9a4caf5f80
Fixed doxygen markup.
2011-07-14 21:04:31 +03:00
Markus Kauppila
61c4e3110e
Added timeout for dummycase3 in libtestdummy.
2011-07-14 20:57:16 +03:00
Markus Kauppila
45d142967a
Fixed incorrect assertions in surface test suite.
2011-07-14 20:43:32 +03:00
Markus Kauppila
495f7b476d
Fixed AssertEquals.
2011-07-14 20:33:18 +03:00
Markus Kauppila
ba7e652c14
Harness kills hung tests (won't work with --in-proc option).
...
Added result description to test logs (tells why test failed,
such as exceeding its timeout).
2011-07-13 19:51:25 +03:00
Markus Kauppila
578690ca49
Plain logger logs the used command line options.
2011-07-12 23:53:57 +03:00
Markus Kauppila
a2cd498eef
Breaking tests in surface to several smaller tests.
2011-07-12 16:47:50 +03:00
Markus Kauppila
fdd5716159
If any assert in SetUp function fails that test will be skipped.
2011-07-11 21:09:28 +03:00
Markus Kauppila
ce58837bbd
Added SetUp/TearDown functions for test suites.
2011-07-11 17:55:35 +03:00
Markus Kauppila
bb09b8ebe8
Fixes based on CR.
2011-07-11 17:47:55 +03:00
Markus Kauppila
17a1b22cd4
Updated assert messages in surface test suite.
2011-07-10 18:48:31 +03:00
Markus Kauppila
e92d5a6712
Bunch of little fixes.
2011-07-10 18:42:52 +03:00
Markus Kauppila
1072d833cd
Ported surface tests.
2011-07-09 17:55:35 +03:00
Markus Kauppila
084cc91e10
Ported common directory from automated. It contains common
...
helpers functions for some test suites.
2011-07-08 19:58:16 +03:00
Markus Kauppila
1de0e725ae
Made the default XSL style less blocky.
2011-07-06 23:49:36 +03:00
Markus Kauppila
84896a8ed9
Fixed doxygen markup.
2011-07-06 17:05:07 +03:00
Markus Kauppila
a67ec6307f
Fixed the interface between tests suites and logger.
...
Note: breaks the linux build.
2011-07-06 16:06:39 +03:00
Markus Kauppila
b4b444819d
Added audio suite.
2011-07-05 22:11:12 +03:00
Markus Kauppila
4ff136f83e
Added a skeleton stylesheet that can be used as a base for
...
developing a new stylesheet for XML test reports.
2011-07-05 21:27:35 +03:00
Markus Kauppila
52d2ac8f73
Made the output of plain logger more readable.
2011-07-05 21:15:34 +03:00
Markus Kauppila
c55dcdb34e
Added command option --version
2011-07-04 20:46:06 +03:00
Markus Kauppila
935d50e942
Fixed './runner --xml --show-tests'.
2011-07-04 17:23:20 +03:00
Markus Kauppila
d1b18e21fe
Help usage missed ] which added.
2011-07-03 20:22:30 +03:00
Markus Kauppila
fae7cc1e68
Fixed white space issue in XSL stylesheet.
2011-07-03 19:21:35 +03:00
Markus Kauppila
b7b0dc241f
Changed the usage help.
2011-07-03 11:14:52 +03:00
Markus Kauppila
0cbfcc4081
Fixed XML logger. EscapeString didn't from strings properly.
2011-07-03 10:54:21 +03:00
Markus Kauppila
b3268149ff
Cleaned up the build system. 'make clean' now deletes the installed
...
test suites (this should prevent old tests lingering around)
2011-07-01 22:15:23 +03:00
Markus Kauppila
1002730bb4
Fixed 'make install' errors by using a bash script.
2011-07-01 18:21:11 +03:00
Markus Kauppila
3d9b4247ae
Fixed a bunch of Makefile.am files.
2011-07-01 17:11:20 +03:00
Markus Kauppila
cf6833c2d9
Fixed doxygen markup error.
2011-07-01 13:29:19 +03:00
Markus Kauppila
b6d3cc0464
Added better function for escaping strings.
2011-07-01 13:16:51 +03:00
Markus Kauppila
e886b2df50
Redefined the usage of --xsl command option.
2011-07-01 12:36:57 +03:00
Markus Kauppila
01d42cc048
Separated test suite name from its directory path. Fixes
...
usability issues concerning some command line options.
2011-07-01 11:12:35 +03:00
Markus Kauppila
9c090120d9
Removed directory from test suite names.
2011-06-30 18:11:48 +03:00
Markus Kauppila
12798fcd36
Added user-supplied XSL style sheets for XML-based test reports.
...
Added new command line option: --xsl.
2011-06-30 17:11:39 +03:00
Markus Kauppila
ee6776d5e5
Cleaned the XSL style a bit.
2011-06-30 16:08:37 +03:00
Markus Kauppila
8c669ce2b4
Refined the XSL style.
2011-06-29 22:23:06 +03:00
Markus Kauppila
bff35f5b46
Added some interactivity to XSLT stylesheet using javascript.
2011-06-29 20:34:59 +03:00
Markus Kauppila
2b5522d0d1
Fixed the calculation of total runtime for a suite.
2011-06-29 19:05:56 +03:00
Markus Kauppila
f5a3c50fea
Added plain XLST file.
2011-06-29 17:40:32 +03:00
Markus Kauppila
cf467bdffa
Fixed a few mistakes from XML logger.
2011-06-28 23:15:43 +03:00
Markus Kauppila
c4ca4288e4
Fixes based on CR.
2011-06-28 17:03:38 +03:00
Markus Kauppila
7ef7dc1c07
Added documentation.
2011-06-27 23:10:13 +03:00
Markus Kauppila
33540e51b1
Fixed test suite start time.
2011-06-27 22:39:38 +03:00
Markus Kauppila
6097dd444a
Removed printf's from dummy test suite.
2011-06-27 22:16:32 +03:00
Markus Kauppila
48636ce522
Plain logger refined.
2011-06-27 22:14:48 +03:00
Markus Kauppila
3ac63a7264
Added time, date and total runtime information to the output by
...
logging system.
2011-06-27 21:41:34 +03:00
Markus Kauppila
38e9d81c9d
Refining the output of XML logger.
2011-06-27 16:41:45 +03:00
Markus Kauppila
b0e36129e3
Added identation to the output of XML logger.
2011-06-27 11:53:14 +03:00
Markus Kauppila
ccbcb8034e
Logging system added to harness. Logging system doesn't
...
yet utilize all the given parameters.
2011-06-26 23:04:37 +03:00
Markus Kauppila
66a5bc6a81
Added case insensitivity to XML elements.
2011-06-24 14:35:14 +03:00
Markus Kauppila
3605a116df
XML component no longer outputs the generated XML.
...
Fixed a bunch of compiler warnings.
2011-06-23 22:00:03 +03:00
Markus Kauppila
b4411f83b1
Fixed XML elements. Element's end tag is now properly formed.
2011-06-23 21:11:48 +03:00
Markus Kauppila
a0937cabe5
Added escaping special characters to their corresponding
...
entities in XML output.
2011-06-22 21:56:23 +03:00
Markus Kauppila
8a21c1e5ae
Changed XML-generator to use static buffer instead of dynamically
...
allocated memory.
2011-06-22 18:13:06 +03:00
Markus Kauppila
95d54f4c4a
XML elements now support single attribute. Fixes here and there.
2011-06-22 17:41:37 +03:00
Markus Kauppila
70261760dc
Various fixes and additions to logger system.
2011-06-21 22:04:44 +03:00
Markus Kauppila
fab5f54fd3
Creating flexible logging system which supports XML and plain
...
text. Work under progress.
2011-06-21 19:31:46 +03:00
Markus Kauppila
d361b710ff
Refining XML-output module
2011-06-19 19:52:35 +03:00
Markus Kauppila
37785a86c2
Very early version of module that creates XML-based test reports.
2011-06-19 18:07:37 +03:00
Markus Kauppila
306370a258
Ported platform tests, added AssertPass and AssertFail
2011-06-18 10:36:27 -07:00
Markus Kauppila
1059c5101f
Changed the title for README
2011-06-19 13:43:03 +03:00
Markus Kauppila
f4a3a831a4
Added new command line option: --show-tests
2011-06-13 15:38:40 +03:00
Markus Kauppila
54610f623f
Stub for generating doxygen main page from README.
2011-06-11 21:52:31 +03:00
Markus Kauppila
a41dd0ab5c
Added timeout to TestCaseReference.
2011-06-11 21:37:28 +03:00
Markus Kauppila
913c312c8e
Compatibility fix. Apparently all system don't have d_namlen member
...
in their DIR struct.
2011-06-11 08:11:03 -07:00
Markus Kauppila
9eb8995a5d
Fixed doxygen comments and usage help.
2011-06-09 18:30:06 +03:00
Markus Kauppila
43397ce08d
Updated test case filter.
2011-06-09 18:13:46 +03:00
Markus Kauppila
9bf36c262a
Added comments and did some cleaning.
2011-06-09 18:07:50 +03:00
Markus Kauppila
a4812a8bf2
Added test and suite names to the output.
2011-06-09 17:13:33 +03:00
Markus Kauppila
9a6ef3175b
Creating pipeline for test case selection. Work in progress.
2011-06-09 16:37:51 +03:00
Markus Kauppila
3aedb87c6b
Removed unnecessary function.
2011-06-08 19:41:12 +03:00
Markus Kauppila
99a5717c93
Fix: memory allocated for test suite references is freed
2011-06-08 18:38:38 +03:00
Markus Kauppila
3681c6e522
Initial version of "scan tests/ for test suites" functionality.
2011-06-07 21:11:11 +03:00
Markus Kauppila
813dff463b
Add a comment.
2011-06-06 21:16:18 +03:00
Markus Kauppila
0aa772bb98
Minor refactorings.
2011-06-06 18:37:53 +03:00
Markus Kauppila
2ed100a0cc
Converted libtest to a more proper dummy test suite (libtestdummy).
2011-06-06 18:15:19 +03:00
Markus Kauppila
37e7051d12
Fix: Use DEFINE instead of plain number.
2011-06-05 18:44:58 +03:00
Markus Kauppila
c761e7bd79
Refactored a bit. Extracted the code which checks for
...
test suite selection to a function.
2011-06-05 18:38:06 +03:00
Markus Kauppila
f313322848
Small fixes to previous commit.
2011-06-05 17:34:04 +03:00
Markus Kauppila
b0a57ac402
Possible to execute only selected tests or suites.
2011-06-05 16:10:10 +03:00
Markus Kauppila
b6d5aa6142
Runner can execute multiple test suites consecutively.
2011-06-04 18:50:41 +03:00
Markus Kauppila
31ed925ea9
Fixed old comments and added new ones.
2011-06-04 18:08:54 +03:00
Markus Kauppila
1c52082e17
Test case fails if it doesn't contain any asserts.
2011-06-04 17:58:46 +03:00
Markus Kauppila
6e6d706e75
Refactoring the TestCaseInit and TestCaseQuit functions
...
to be caller from the Runner.
2011-06-04 17:50:23 +03:00
Markus Kauppila
991519d59d
Ported testrect from original automation code, updated AssertEquals, added AssertTrue
2011-06-01 18:03:09 -07:00
Markus Kauppila
0a18a5b73a
Refactoring runner.c. Added --help/-h command line option.
2011-06-01 12:29:19 +03:00
Markus Kauppila
50805a6b0a
Fixes to doxygen comments.
...
Changed some printf() to fprints(stderr).
2011-05-31 14:40:28 +03:00
Markus Kauppila
b96acda96a
Moved tests/SDL_test.{c,h}
2011-05-30 21:57:04 +03:00
Markus Kauppila
ced3b56198
Fixed doxygen warnings
2011-05-30 18:58:20 +03:00
Markus Kauppila
9ef336918a
Refactoring the code (runner.c).
...
Adding support for executing tests in-proc.
2011-05-30 12:55:40 +03:00
Markus Kauppila
79359313d4
Added doxygen-compatible comments
2011-05-30 11:53:59 +03:00
Andreas Schiffler
40bfbbdbf9
Fixed global suite declaration segfault via external linkage declaration
2011-05-26 20:13:49 -07:00
Markus Kauppila
e022f90b60
Little fixes here and there.
2011-05-26 19:57:03 +03:00
Markus Kauppila
7a278b2f78
Added TestCaseReference structure.
2011-05-26 19:19:46 +03:00
Markus Kauppila
94e6e4cea9
Refactoring the massive main() to smaller functions.
2011-05-26 18:38:56 +03:00
Markus Kauppila
f3bee868b4
Some fixes for Linux compatibility.
2011-05-25 09:45:03 -07:00
Markus Kauppila
53b99958d9
Fixed an error from make target: install
2011-05-25 19:02:43 +03:00
Markus Kauppila
09e6c52b0e
New automake-based build process.
2011-05-25 18:53:48 +03:00
Markus Kauppila
f218d77732
Simplifying
2011-05-24 10:25:25 +03:00
Markus Kauppila
553838dce5
Tiny changes to runner
2011-05-23 17:49:06 +03:00
Markus Kauppila
5af8eaab18
Added assertEquals(Uint32, Uint32) function
2011-05-23 13:14:09 +03:00
Markus Kauppila
f052579c0b
Tiny Makefile.in fixes
2011-05-23 10:43:49 +03:00
Markus Kauppila
f9c339ef02
Bootstrapping build process using proof-of-concept test runner.
2011-05-20 13:50:52 +03:00
Sam Lantinga
cca381f73f
Added test of the assertion reporting system
2011-04-19 11:41:45 -07:00
Sam Lantinga
6196aa221e
SDL 1.3 is now under the zlib license.
2011-04-08 13:03:26 -07:00
Sam Lantinga
93d1e1f0bf
Backed out changeset ef550bdb8c1b
2011-03-28 20:33:41 -07:00
Ryan C. Gordon
af4cde4abc
If a test program window resizes, resize its viewport, too.
2011-03-28 23:20:54 -04:00
Ryan C. Gordon
fe1c0bd3ae
Added orientation rotation for iOS.
2011-03-28 23:21:22 -04:00
Sam Lantinga
ae58a49f62
NDS update
...
Frank Zago to SDL
There's also a patch to adapt one test for the nds, and that adds several
makefiles to compile these tests. Whenever you apply it, could you completely
remove the test/nds-test-progs/sprite and test/nds-test-progs/sprite2
directories ?
2011-03-26 21:28:17 -07:00
Sam Lantinga
065886413a
Temporarily removing sprite and sprite2 at Frank's request
2011-03-26 21:27:23 -07:00
Sam Lantinga
56c4464487
Added high resolution timing API: SDL_GetPerformanceCounter(), SDL_GetPerformanceFrequency()
2011-03-25 14:45:04 -07:00
Sam Lantinga
f0c424685b
SDL 1.3 requires a 64-bit type for the platform.
2011-03-25 13:47:49 -07:00
Sam Lantinga
b12e397498
Don't be clever, just call it testthread
2011-03-25 11:09:57 -07:00
Sam Lantinga
2d4e47a5a7
Added a function to create color cursors: SDL_CreateColorCursor()
2011-03-11 14:14:38 -08:00
Sam Lantinga
93c94e872e
Fixing permissions
2011-03-11 13:22:43 -08:00
Sam Lantinga
069fbf4861
Gamma support is back!
...
New API functions:
SDL_SetWindowBrightness()
SDL_GetWindowBrightness()
SDL_SetWindowGammaRamp()
SDL_GetWindowGammaRamp()
SDL_CalculateGammaRamp()
2011-03-11 08:49:20 -08:00
Sam Lantinga
9a54623af4
Added screenshot support for tests using the common framework.
2011-03-10 00:58:45 -08:00
Sam Lantinga
5bd2b6863a
Fixed bug 1163 (SDL_TEXTINPUT not being received on iPhoneOS)
2011-03-09 17:38:12 -08:00
Sam Lantinga
5dcb9d6a2a
Removed newlines from log messages
...
Slightly speeded up event history processing each frame
2011-03-09 15:51:51 -08:00
Sam Lantinga
f2f0596d35
Use SDL_Log() so the messages show up on iPhone and Android
2011-03-09 15:08:41 -08:00
Sam Lantinga
ee32f9fe9d
Make the globals static so they're initialized to zero.
2011-03-09 14:47:37 -08:00
Sam Lantinga
848802dbb4
Fixed testgesture to work on the iPhone
2011-03-09 14:46:09 -08:00
Sam Lantinga
8261852483
Fixed warning on Windows
2011-02-28 23:50:07 -08:00
Sam Lantinga
f0ee261c7b
Implemented mouse relative mode on Mac OS X.
2011-02-27 22:06:46 -08:00
Sam Lantinga
0068b61c49
Added a cleaner way to set the default cursor.
...
Added a way to cycle through the default cursor in testcursor.c
2011-02-27 21:36:23 -08:00
Sam Lantinga
8b92536842
Fixed minimizing fullscreen windows.
...
Removed misleading hide/unhide Cocoa notifications.
We have no way of knowing when a Cocoa window is maximized and then restored (right?)
Disabled spamy mouse motion events by default.
2011-02-27 21:17:06 -08:00
Sam Lantinga
7fa84f6a78
Re-added the 3DNow! and AltiVec instruction support.
2011-02-22 21:44:36 -08:00
Sam Lantinga
437682d6dc
Fixed testgles on iOS (bug 1136)
2011-02-20 14:16:11 -08:00
Sam Lantinga
2788694b17
Simple rumble API for haptic
...
Edgar Simo 2011-02-20 10:27:52 PST
Adding patch that adds a simplified API for the haptic subsystem built ontop of
the "real one" for those who want simple rumble without jumping through hoops.
Adds 4 functions:
- extern DECLSPEC int SDLCALL SDL_HapticRumbleSupported(SDL_Haptic * haptic);
- extern DECLSPEC int SDLCALL SDL_HapticRumbleInit(SDL_Haptic * haptic);
- extern DECLSPEC int SDLCALL SDL_HapticRumblePlay(SDL_Haptic * haptic, float
strength, Uint32 length );
- extern DECLSPEC int SDLCALL SDL_HapticRumbleStop(SDL_Haptic * haptic);
Also provided is test/testrumble.c which does test this.
This has all been tested on linux and has worked, but due to being built ontop
of the other haptic API it should work on all OS the same.
2011-02-20 10:54:44 -08:00
Sam Lantinga
a0a3c805a2
Added a revision number for easy compile-time tests.
2011-02-20 10:42:51 -08:00
Sam Lantinga
d72eb6eedc
Reset the viewport since we're stretching to the entire window.
2011-02-20 09:24:02 -08:00
Sam Lantinga
b8b0cce2e0
We have the correct window, we don't have to search for it, duh. :)
2011-02-19 11:26:49 -08:00
Sam Lantinga
307a90d292
Made it possible to build SDL from a fresh checkout without any additional steps.
...
The trick is that if you're using configure and you don't want to have SDL_config.h and SDL_revision.h to show up as modified, you need to configure and build from a separate directory.
You also need to include SDL_revision.h directly if you want to use the SDL_REVISION constant, as a side effect of these changes.
2011-02-16 02:37:09 -08:00
Sam Lantinga
dc4e118053
Hot damn, SDL_WM_ToggleFullScreen() works on all platforms now. :)
2011-02-16 00:45:10 -08:00
Sam Lantinga
749abb9261
Allow centering on a different display
2011-02-15 22:51:29 -08:00
Sam Lantinga
b59da3ffdc
Changed the concept of a render clip rect to a render viewport.
...
The render viewport is automatically re-centered when the window changes size, so applications that don't care will not have to handle recalculating their rendering coordinates.
Fixed API for drawing and filling multiple rectangles - the parameter should be an array of rects, not an array of pointers to rects.
Fixed API for updating window rects for consistency with other APIs - the order is pointer to array followed by count in array.
2011-02-15 13:59:59 -08:00
Sam Lantinga
e66826bbdf
Patch from Ken Rogoway:
...
Migrate all of the recent changes into the SDL VS2005 project file.
Fix missing return value in SDL_pixels.c
Fix compile error in testscale.c, variable was incorrectly named.
Added VS2005 project file for testscale
2011-02-14 00:45:16 -08:00
Sam Lantinga
ea3c0c473a
Updated the platform test for the new CPU feature functions.
2011-02-13 01:29:29 -08:00
Sam Lantinga
f1441f7929
changeset: 5278:b4b71ec2af73
...
tag: tip
user: Martin Decky <martin@decky.cz>
date: Sat Feb 12 22:27:14 2011 +0100
summary: fix typo (assigning height value into displayrect.w instead of displayrect.h)
2011-02-12 17:36:09 -08:00
Sam Lantinga
362639036a
Frank Zago to sdl
...
The following patch fixes some of the bitrot for the Nintendo DS port.
The support is still basic at the moment, but it allows to run the "general"
test under the current head of tree (parent: 5269:11bd1585efb5 tip).
Most of the patch is mine, but I integrated a couple changes that John
Magnotti posted on Feb 1st.
2011-02-12 11:36:56 -08:00
Sam Lantinga
5e1535525c
Initial pass at shader YV12 support - doesn't quite work yet.
2011-02-12 00:25:02 -08:00
Sam Lantinga
aef6fb230a
Fixed SSE4 detection, and split it into SSE 4.1 and 4.2
2011-02-11 23:02:35 -08:00
Sam Lantinga
2af371cc2e
Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and Altivec support.
2011-02-11 14:51:04 -08:00
Sam Lantinga
395873376b
Cleaned up the file a bit for tutorial viewing
2011-02-11 13:06:35 -08:00
Sam Lantinga
30ee8f3440
Added a very simple example of texture streaming
2011-02-11 12:24:59 -08:00
Sam Lantinga
37522ace07
Fixed error check
2011-02-11 11:43:58 -08:00
Sam Lantinga
d43d02f3c3
Allow windows to be created on non-primary displays.
2011-02-10 22:37:01 -08:00
Sam Lantinga
37993063c6
Window coordinates are in the global space and windows are not tied to a particular display.
...
Also added Ctrl-Enter keybinding to the test code to toggle fullscreen mode for testing.
2011-02-10 14:44:25 -08:00
Sam Lantinga
debc4678c8
Be explicit about what display you're querying. The default display is 0.
2011-02-10 12:14:37 -08:00
Sam Lantinga
f2729d2d2c
Removed gamma support since it wasn't widely used and not well supported.
2011-02-10 11:39:08 -08:00
Sam Lantinga
19fcc31c58
Added a scaling test program
2011-02-09 15:37:07 -08:00
Sam Lantinga
dac85c6457
Fixed crash when shaders are not supported
2011-02-09 09:36:40 -08:00
Sam Lantinga
16627e0975
Added the ability to turn on logging output to the test programs
2011-02-08 23:13:28 -08:00
Sam Lantinga
0bed887c78
Added a simple GLSL example using SDL
2011-02-08 22:11:16 -08:00
Sam Lantinga
23370c8928
Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
2011-02-07 09:37:11 -08:00
Sam Lantinga
1163ebc192
Updated testoverlay2 to use the SDL 2D rendering API
2011-02-07 00:46:43 -08:00
Sam Lantinga
295ea455df
Fixed compiling the automated test
2011-02-05 13:06:50 -08:00
Sam Lantinga
7558f02067
Allow resizing of testsprite
2011-02-04 21:46:38 -08:00
Sam Lantinga
4f6e1878af
Restored SDL_BLENDMODE_MOD for MAME
2011-02-04 19:50:56 -08:00
Sam Lantinga
e4569cfdca
Making the API simpler, moved the surface drawing functions to the software renderer.
2011-02-03 02:45:29 -08:00
Sam Lantinga
ff6324fb43
Updated for API changes
2011-02-03 02:42:50 -08:00
Sam Lantinga
533d4862d6
Simplified and improved the process of creating a texture from a surface.
2011-02-03 00:54:29 -08:00
Sam Lantinga
3f10d86ed9
Fixed compiling with the latest API changes
2011-02-02 14:34:24 -08:00
Sam Lantinga
c7881753b8
SDL doesn't actually support the physical/logical palette split anymore.
2011-02-01 21:51:09 -08:00
Sam Lantinga
482e5c0697
Nobody is currently maintaining the QNX code, so removing it for now.
2011-02-01 21:40:03 -08:00
Sam Lantinga
adaab5944f
The rendering functions take a context so it's clear what window they're drawing to. This also potentially opens to the door to multi-threaded rendering in the future.
2011-02-01 19:19:43 -08:00
Sam Lantinga
88718ffabe
Making the API simpler, the renderer present semantics are always having a backbuffer and then discarding it. This is best for hardware accelerated rendering.
2011-02-01 12:19:46 -08:00
Sam Lantinga
0efb1ea0b2
Making the API simpler, the blend modes are "none, blend, add" and are supported by all renderers.
2011-01-31 23:23:57 -08:00
Sam Lantinga
471a85fb52
Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
2011-01-31 22:44:43 -08:00
Sam Lantinga
74a3510cf2
Removed completely non-portable event thread hack.
...
Next I'll be working on generalizing the event sources and making the event queue lock-free. :)
2011-01-27 22:44:08 -08:00
Sam Lantinga
6935f227c7
Fixed test
2011-01-27 20:51:54 -08:00
Sam Lantinga
473652316a
Added CPU cache line size to the test output.
2011-01-27 20:49:07 -08:00
Sam Lantinga
c5035c553b
Bump up the default cache line size.
2011-01-27 16:51:47 -08:00
Sam Lantinga
d6a6503537
Added cache line size info in SDL_cpuinfo.h
...
I also added an implementation to dynamically query it, but didn't expose it since most x86 CPUs have an L1 cache line size of 64 bytes.
2011-01-27 16:46:15 -08:00
Sam Lantinga
050fce366d
Fixed compiling under Visual Studio
2011-01-27 15:31:00 -08:00
krogoway
16881d932e
When the last window is closed and the SDL_WINDOWEVENT_CLOSE event is sent, send the SDL_QUIT event.
...
Common.c now destroys the SDL_Window upon a SDL_WINDOWEVENT_CLOSE event to ensure that all windows get closed properly and the new code to handle the last window closes gets executed.
2011-01-27 15:58:30 -06:00
Sam Lantinga
b3eae36a25
Colin Leroy 2011-01-26 04:24:20 PST
...
the pthread implementation of SDL_SemWaitTimeout() uses busy waiting, while
pthread's sem_timedwait() does work. Attached are patches that make use of it
2011-01-27 00:34:12 -08:00
Sam Lantinga
647b5a4fa1
Since we're directly reading and writing 'active' from different threads, it needs to be flagged volatile.
2011-01-26 19:20:16 -08:00
Sam Lantinga
45a109abad
Added a test to measure the impact of a separate thread periodically locking the queue entirely.
2011-01-26 00:03:34 -08:00
Sam Lantinga
c382f95013
Added a FIFO test to the atomic test suite.
...
This is really useful because we might be able to use something like this
for the SDL event queue.
2011-01-25 23:23:52 -08:00
Sam Lantinga
ec39fffe84
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
2011-01-24 15:46:11 -08:00
krogoway
d35de7167f
Renamed SDL_keysym to SDL_KeySym
...
Renamed SDL_scancode to SDL_ScanCode
Added #defines to SDL_compat.h
2011-01-24 13:47:35 -06:00
Sam Lantinga
08ad787807
Fixed bug #925
...
Changed "win32" to "windows"
2011-01-20 18:04:05 -08:00
Sam Lantinga
802ab4a83d
Removed extra space
2011-01-19 11:35:31 -08:00
Sam Lantinga
21a62ffeac
Michael gave permission to use his test code
2011-01-18 10:57:28 -08:00
Sam Lantinga
b03568822b
Fixed compiler errors
2011-01-17 13:54:13 -08:00
Sam Lantinga
ae5606df0b
Fixed compiler warning
2011-01-16 17:48:04 -08:00
Sam Lantinga
c94b5b6866
Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
...
This allows all SDL code to take advantage of the atomic intrinsics on Windows, but doesn't cause applications just including SDL.h to pull in windows.h
2011-01-16 17:45:42 -08:00
Sam Lantinga
89d48a0f83
Added native atomic operations for Windows, Mac OS X, and gcc compiler intrinsics.
...
Changed the CAS return value to bool, so it's efficient with OSAtomicCompareAndSwap32Barrier()
Added an atomic test adapted from code by Michael Davidsaver
2011-01-16 15:16:39 -08:00
Sam Lantinga
38e31e4598
Updated the atomic API for better use cases
2011-01-15 12:41:59 -08:00
Sam Lantinga
be09e4e9a0
Added some missing pixel formats and SDL_GetPixelFormatName()
2011-01-12 14:53:23 -08:00
Sam Lantinga
a8dcd6b5a9
Need to include SDL_main.h ... eh, just include everything. :)
2011-01-10 11:22:07 -08:00
Sam Lantinga
a07035dc79
Android has OpenGL ES too...
2011-01-04 20:37:07 -08:00
Sam Lantinga
aa723d4c18
Missing math library for testgesture
2011-01-01 20:44:38 -08:00
Sam Lantinga
8cb1d280d9
Allow META-Enter to toggle fullscreen mode
2011-01-01 19:38:56 -08:00
Sam Lantinga
d6eac2c481
Use the enumerated type for blend and scale mode instead of int
...
Renamed SDL_TextureScaleMode to SDL_ScaleMode
2010-12-12 15:19:05 -08:00
Sam Lantinga
62570ee8ec
Fixed crash if the gesture coordinates go negative - FIXME: Should this protection be at a lower level?
2010-11-30 18:08:01 -08:00
Sam Lantinga
deaf19e6c2
Added a Visual Studio project for testgesture
2010-11-30 12:38:46 -08:00
Andreas Schiffler
4f809bcb5e
Remove superflous sample shapes (same BMPs)
2010-09-15 22:33:46 -07:00
Andreas Schiffler
04a527d771
- added directx include path to VS2008 solution
...
- updated shape vcproj and add it to VS2008 solution
- minor changes (i.e. typecasting) to get rid of compiler warnings in VS
2010-09-15 22:15:47 -07:00
Sam Lantinga
b7c5d88e6a
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
2010-08-22 13:45:56 -07:00
Sam Lantinga
d4d88abae0
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
2010-08-22 12:39:27 -07:00
Sam Lantinga
7f6ad8e572
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
2010-08-22 12:07:55 -07:00
Sam Lantinga
45fff76a4f
Don't need to use strlen() to determine if there's text.
...
Use the SDL safe strcpy() function
2010-08-22 11:56:07 -07:00
egottlieb
394cc7bd48
Raised binarization cutoff to eliminate alpha-blending of trollface.
2010-08-16 09:55:35 -04:00
Eli Gottlieb
0292ed62d8
Added last test shape. Because.
2010-08-15 21:46:46 -04:00
Jim Grandpre
e9d12a479a
Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
2010-08-15 00:36:28 -04:00
egottlieb
1dac65bd3a
Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now!
2010-08-14 16:14:36 -04:00
Jjgod Jiang
885a15db6b
Fix for deleting the last uncommit character
2010-08-12 16:00:47 +02:00
egottlieb
e497b88e5a
Updated shapes folder.
2010-08-09 16:26:45 -04:00
egottlieb
75a9691e3e
Fixed lots of little bugs in Win32 shaping and in SDL_CalculateShapeTree(). Still not actually showing anything on Windows, though there's no crashes and everything compiles fine. Bugger.
2010-08-06 20:22:14 -04:00
egottlieb
86bd63adea
Improving Cocoa implementation and fixed a small bug in SDL_shape.c.
2010-08-05 18:58:45 -04:00
Eli Gottlieb
fd29b00539
Fixed a couple of bugs in the general and X11 shape code, and fixed a bug in testshape that was keeping it from recognizing surfaces without alpha. Thanks to Andreas's bit-bashing tip, X11 shaped windows now work entirely, AFAICT.
2010-08-01 21:10:42 -04:00
Eli Gottlieb
d184c2cdf1
Added Andreas's VS2010 patch for testshape.
2010-07-30 18:04:21 -04:00
Sam Lantinga
17fd339bb6
Added missing pixel format
2010-07-28 01:32:39 -07:00
Eli Gottlieb
6d3fa3eec4
Added shapes folder to hg.
2010-07-26 21:49:32 -04:00
Eli Gottlieb
1ed6481157
Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.
2010-07-26 17:27:04 -04:00
dewyatt
74f3e6d440
Correctly draw cursor based on position.
...
Had to add UTF-8 functions utf8_length, utf8_next, utf8_advance.
2010-07-25 13:17:31 -04:00
dewyatt
487bc0322e
Changed markedText to have its own storage to resolve multiple bugs.
...
Changed an odd strcpy to a more appropriate strcat.
2010-07-24 20:48:50 -04:00
Eli Gottlieb
0b10a1cb52
More work on color-key mode.
2010-07-23 01:48:42 -04:00
Sam Lantinga
741880b4dc
Added support for keyboard repeat (only tested on Windows so far)
2010-07-20 23:25:24 -07:00
Eli Gottlieb
a765c590a3
Put the render loop back in its right place, but with delaying functionality to keep it down to roughly 60fps, not eating up all the X11 time.
2010-07-19 00:24:02 -04:00
Eli Gottlieb
725ae8e50b
Boxed up the rendering loop and turned it into a redraw/update function. This makes things way more responsive, usable again.
2010-07-18 23:51:47 -04:00
Eli Gottlieb
8a85a825dc
Added code to make testshape switch shapes on keystrokes and exit on an ESC keystroke.
2010-07-18 23:36:39 -04:00
Eli Gottlieb
d85a315678
Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated gashes of transparency across it, and in doing so seems to hog a system resource and slow the rest of the video system down.
2010-07-18 23:05:40 -04:00
Eli Gottlieb
4cae3679e9
Same place as before, but optimizing a bit to try to isolate the spot in the program that locks things up.
2010-07-18 22:17:52 -04:00
Eli Gottlieb
c78de4899e
Rewrote test program for shaped windows. It definitely displays recognizable pictures now, but the resizing and shaping functionality isn't behaving correctly, possibly due to a miscalculation of alpha values.
2010-07-18 21:31:22 -04:00
Eli Gottlieb
61b1acb7fb
Updated testeyes.c. It now shows some kind of gibberish Missingno-type picture somewhere on the screen and, possibly, hangs the window system. On the upside, the Missingno is definitely a non-rectangular window.
2010-07-18 15:15:05 -04:00
Sam Lantinga
774e4ce3f5
Added support for testing window manager icons
2010-07-14 21:25:15 -07:00
Sam Lantinga
31e17885c7
Added test case for maximize code
2010-07-13 23:05:14 -07:00
Eli Gottlieb
8445183d9e
Numerous bug fixes that keep testeyes from crashing and dying.
2010-07-14 00:49:28 -04:00
Ryan C. Gordon
5d5a40c96b
Removed compiled testeyes from revision control. Added it to ignore list.
2010-07-13 02:27:59 -04:00
Sam Lantinga
ddf0465549
Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
2010-07-08 22:54:03 -07:00
Sam Lantinga
4ceea8d275
Added simple clipboard test
2010-07-08 00:00:07 -07:00
Eli Gottlieb
02cc7bc991
Updated test code, updated win32 code a bit (still not complete, but hopefully tonight), and removed the last vestiges of ellipse and polygon drawing support.
2010-07-06 22:05:22 -04:00
Sam Lantinga
77b65aa14a
Merged changes from default
2010-07-05 22:48:35 -07:00
Sam Lantinga
a2dd563d6c
Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.
2010-07-05 22:45:45 -07:00
Sam Lantinga
f6b92912cd
Fixed usage message - it shouldn't have a printf format specifier
2010-07-05 22:45:15 -07:00
Sam Lantinga
671e388a00
Fixed revision type for SDL 1.3
2010-07-05 13:10:47 -07:00
Eli Gottlieb
fbdbdbcac3
Moved the SDL_Eyes test program for shaped windows into the Hg repository and got it building and linking as a test.
2010-05-31 21:23:06 -04:00
Sam Lantinga
4b1c945432
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
...
Plus, this lets me start implementing cursor support.
2010-05-09 20:47:22 -07:00
Eric Wing
f0650b31dc
Refactored automated rwops tests so read and write directories can be more easily customized.
...
The refactored tests were written in recognition that Mac and iPhone current working directories are usually not going to work. Resource directories are in bundles and write directories are restricted to certain areas. In theory, other platforms may have this problem too, hence the refactoring.
Also updated the Xcode iPhone project to use 3.2 as the Base SDK, but 3.1 as the Deployment SDK (for iPhone/iPad compatibility.)
2010-05-09 06:58:30 -07:00
Eric Wing
95b8bdedff
Exempted writable modes from bundle check on OS X since bundle areas are typically read-only.
2010-05-08 04:52:17 -07:00
Eric Wing
dada7f15bc
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
...
The Mac OS X project has a new target called testsdl which builds the automated test. I looked at using Xcode's native unit test support, but the impedance mismatch between the existing automated test structure and Apple's was more than I could handle.
As such, the testsdl application is a full blown proper OS X application, which means it is a self-contained .app bundle. This immediately revealed some problems from the automated test. The largest problem was the assumption about the current working directory and where to find resources. (I suspect Windows may have a similar problem depending on circumstance.) To open resources, the test was looking in directories relative to the SDL source directory, but this will not work well with self-contained .app bundles and Xcode which can place its built applications almost anywhere. And for real-world situations, this is pretty useless anyway.
So I modified SDL_RWFromFile to do special things on OS X. First, it will look for a file in the .app bundle. If not found, it will fallback and just call fopen as it used to do.
I also had to modify the automated test itself because it had a contrieved test which called fopen directly to do read from an existing FILE pointer. In addition, there was a write test. Since a .app bundle is likely going to be read-only, I added a special case for OS X to write to NSTemporaryDirectory.
I expect these changes should work for both Mac and iPhone OS (which includes iPad).
I will update the iPhone Xcode project next.
Finally, FYI, the X11 automated test seems to be failing. Below is my output.
Pending breakpoint 4 - "-[NSException raise]" resolved
Platform : All tests successful (2)
SDL_RWops : All tests successful (5)
Rect : All tests successful (1)
SDL_Surface : All tests successful (6)
Rendering with cocoa driver : All tests successful (3)
Assert Failed!
Blit output not the same.
Test Case 'Renderer x11'
Test Suite 'Rendering with x11 driver'
Last SDL error ''
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Sat May 8 00:30:34 iMacAL.local testsdl[71586] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0xa150
Rendering with x11 driver : Failed 1 out of 4 testcases!
Rendering with dummy driver : All tests successful (3)
SDL_Audio : All tests successful (1)
Tests run with SDL 1.3.0 revision 1095906
System is running Mac OS X and is little endian
2010-05-08 00:54:22 -07:00
Sam Lantinga
b0847f3de2
General improvements for user custom event registration
...
* Switched event type to enum (int32)
* Switched polling by mask to polling by type range
* Added SDL_RegisterEvents() to allow dynamic user event registration
* Spread events out to allow inserting new related events without breaking binary compatibility
* Added padding to event structures so they're the same size regardless of 32-bit compiler structure packing settings
* Split SDL_HasEvent() to SDL_HasEvent() for a single event and SDL_HasEvents() for a range of events
* Added SDL_GetEventState() as a shortcut for SDL_EventState(X, SDL_QUERY)
* Added SDL_FlushEvent() and SDL_FlushEvents() to clear events from the event queue
2010-03-25 01:08:26 -07:00
Ryan C. Gordon
0b60050ea1
Changed revision details to be a string (an hg changeset) instead of an int.
2010-02-28 02:07:40 -05:00
Sam Lantinga
14f496cada
Fixed compile warning on 64-bit Mac OS X
2010-01-21 07:22:11 +00:00
Sam Lantinga
e0a31b4dbb
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2010-01-21 06:21:52 +00:00
Sam Lantinga
b4fc8d890d
Fixed compiler warnings on 32-bit Linux
2010-01-21 05:49:41 +00:00
Sam Lantinga
993462b7ce
Moved the assertion tests to testplatform
2010-01-13 09:48:42 +00:00
Sam Lantinga
a7f9985e1f
Quiet tests shouldn't prompt during assertions
2010-01-13 08:52:47 +00:00
Ryan C. Gordon
02bb46f347
Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
...
SDL_GetAudioDeviceName(1, 0) does not mean "name of the default output device."
2010-01-11 07:58:55 +00:00
Ryan C. Gordon
0c92f2de0b
Call SDL_Init() before SDL_GetNumAudioDrivers().
...
Not sure why that was reversed.
2010-01-10 19:09:57 +00:00
Ryan C. Gordon
9b0b122375
Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
2010-01-10 18:25:04 +00:00
Ryan C. Gordon
609eb81e23
Reverted r5460 ... this was merged from 1.2, but was later reverted there.
2010-01-10 05:06:03 +00:00
Ryan C. Gordon
b7bf9f415e
Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
2010-01-10 04:42:45 +00:00
Sam Lantinga
6491208ef7
Added missing include for stdio
2009-12-24 21:00:42 +00:00
Sam Lantinga
c3629ff44a
Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
...
Renamed SDL_RenderPoint() and SDL_RenderLine() to SDL_RenderDrawPoint() and SDL_RenderDrawLine().
Added API for rectangle drawing (as opposed to filling)
Added placeholder API functions for circles and ellipses ... I'm not sure whether these will stay.
Optimized software line drawing quite a bit.
Added support for Wu's anti-aliased line drawing, currently disabled by default.
2009-12-23 01:55:00 +00:00
Sam Lantinga
ba9b7bf6ff
Fixed bug #841
...
The redefinition of M_PI is no longer necessary...
2009-12-17 06:08:20 +00:00
Ryan C. Gordon
61382a9f93
Initial band-aids on SDL_GetMouseState() API breakage. More work to come.
...
Fixes Bugzilla #758 .
2009-12-16 19:50:51 +00:00
Ryan C. Gordon
f644ae86a9
Implemented SDL_setenv(), moved SDL_putenv() to compat.
...
Fixes Bugzilla #779 .
2009-12-16 10:59:51 +00:00
Sam Lantinga
dc1ed9e7ef
Added SDL_GetCPUCount() to see how many cores are available.
2009-12-16 06:53:53 +00:00
Sam Lantinga
75e75ae0c3
Fixed bug #741
...
The thread ID is an unsigned long so it can hold pthread_t so people can do naughty things with it.
I'm going to be adding additional useful thread API functions, but this should prevent crashes in people's existing code on 64-bit architectures.
2009-12-16 04:48:11 +00:00
Sam Lantinga
b06c70e89d
Added testfill to test raw fill performance
2009-12-16 02:08:59 +00:00
Sam Lantinga
e250d2e0f5
Default to allow either accelerated or not
2009-12-15 20:53:09 +00:00
Sam Lantinga
0493dd19b1
OpenGL hardware acceleration defaults on
2009-12-15 20:36:31 +00:00
Sam Lantinga
2ac49a53bd
The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
2009-12-14 23:29:37 +00:00
Sam Lantinga
c49568972f
Added a test to check the read/write pixels API
2009-12-14 06:35:59 +00:00
Sam Lantinga
d3941d1098
Allow points to be outside the window bounds, stress testing the clipping code.
2009-12-12 00:08:45 +00:00
Sam Lantinga
a127883a56
Added mouse position for button handling
2009-12-12 00:08:02 +00:00
Sam Lantinga
0a3768436b
Added an automated test for rectangle routines, currently only testing line clipping.
...
Use the Cohen-Sutherland algorithm for line clipping which uses integer math and preserves ordering of clipped points.
Removed getopt() support in testsdl.c, replaced with simple argv scanning.
2009-12-11 09:22:34 +00:00
Sam Lantinga
70a40d51b2
Added interfaces for batch drawing of points, lines and rects:
...
SDL_DrawPoints()
SDL_BlendPoints()
SDL_BlendLines()
SDL_DrawLines()
SDL_FillRects()
SDL_BlendRects()
SDL_RenderPoints()
SDL_RenderLines()
SDL_RenderRects()
Renamed SDL_RenderFill() to SDL_RenderRect()
2009-12-09 15:56:56 +00:00
Sam Lantinga
4969fa9624
On Windows the minimum window size may be larger than 80, so explicitly request the expected rectangle.
2009-12-07 08:01:20 +00:00
Sam Lantinga
586f3e0dda
Added an API function to query geometry of multiple monitors:
...
SDL_GetDisplayBounds()
Implemented multi-monitor window positions on Windows
2009-12-06 08:03:38 +00:00
Sam Lantinga
262da78936
Added Ctrl-Z common key binding
2009-12-02 07:56:09 +00:00
Sam Lantinga
8adb9fc3cc
Work in progress on multi-display support:
...
* Added display parameter to many internal functions so video modes can be set on displays that aren't the public current one.
* The fullscreen mode is associated with fullscreen windows - not displays, so different windows more naturally have a mode associated with them based on their width and height. It's no longer necessary to specify a fullscreen mode, a default one will be picked automatically for fullscreen windows.
2009-12-01 05:57:15 +00:00
Sam Lantinga
c0f5e8a979
More fixes to compile under Visual C++
2009-11-22 07:00:26 +00:00
Sam Lantinga
411ee2e374
Fixed include paths for Visual C++
2009-11-22 06:42:58 +00:00
Mike Gorchak
f54a8cc44d
Added support for QNX default font. Backspace and Return keys now handled.
2009-11-21 08:42:42 +00:00
Sam Lantinga
7125fdbe63
We want to be strict on software renderer tests and opaque tests, but give a decent margin for blending inaccuracy for the blended tests.
2009-11-21 07:59:19 +00:00
Sam Lantinga
fc6a229f72
Increased tolerance a little bit more for multiple blending passes accumulating error.
2009-11-21 07:46:12 +00:00
Sam Lantinga
7863b8a31b
Use 45 degree lines for the diagonal test to avoid aliasing errors in line drawing.
2009-11-21 06:28:25 +00:00
Sam Lantinga
3808553966
pixels don't need to be dynamically allocated
...
Added a dump_screen() function to assist with test failure diagnosis
2009-11-21 05:25:08 +00:00
Sam Lantinga
32188b63d3
SDL_RenderReadPixels() needs to flush asynchronous operations before it reads.
...
The semantics are that it reads the back buffer, and those pixels may not be available once SDL_RenderPresent() has happened.
2009-11-21 05:05:19 +00:00
Mike Gorchak
b6c6b41bb5
1. SDL_RenderPresent() call has been added after each test to be sure, that all graphics output is flushed in case if it was asynchronous.
...
2. After each renderer test window recreation has been added.
2009-11-20 07:11:29 +00:00
Mike Gorchak
e7e2a01f50
Output last SDL error in case of test was failed.
2009-11-20 07:08:28 +00:00
Mike Gorchak
8a2f3c4aeb
Added support for generic getopt() function instead of getopt_long(). Because not all platforms have getopt_long().
2009-11-19 09:07:09 +00:00
Sam Lantinga
98198245bc
Allow some variation in the pixel values to account for blending accuracy differences.
2009-11-19 05:06:01 +00:00
Sam Lantinga
dce6c3f274
Fixed a bunch of bugs in the blit blend mode tests
2009-11-18 09:39:32 +00:00
Sam Lantinga
e671076c62
Use SDL's string and memory functions instead of stdlib
2009-11-18 09:28:35 +00:00
Sam Lantinga
8259a10e12
Fixes for the automated rendering test
2009-11-18 09:07:13 +00:00
Sam Lantinga
f07fad9ec7
Refactored to use render_loadTestFace()
2009-11-18 07:34:05 +00:00
Sam Lantinga
cacae661e6
Fixed endianness of the face image surface
2009-11-18 07:22:22 +00:00
Sam Lantinga
754e60b870
Compare against the correct image
2009-11-18 06:15:21 +00:00
Sam Lantinga
c14ffddbcc
Debug info to help track down render test failures
2009-11-17 06:51:14 +00:00
Sam Lantinga
6820ff5982
Fixed some bugs in the automated test suite, revealed by working SDL_RenderReadPixels()
2009-11-17 05:17:11 +00:00
Sam Lantinga
7a40c23469
You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
...
This code still doesn't quite work yet. :)
2009-11-16 07:13:07 +00:00
Sam Lantinga
1e8b087237
Work in progress: SDL_RenderReadPixels() should be implemented soon.
2009-11-15 08:01:07 +00:00
Sam Lantinga
ed1b37d2bc
Fixed compile error
2009-10-28 06:08:48 +00:00
Sam Lantinga
bce225654d
Automatically initialize the video system and create a renderer to simplify use.
2009-10-28 06:04:07 +00:00
Mike Gorchak
a96535b75f
Optimizations.
2009-10-22 06:07:05 +00:00
Mike Gorchak
f53e17a4df
Support for GL initialization parameters has been added.
2009-10-21 14:51:42 +00:00
Mike Gorchak
b77e19d366
Fixed memory allocation size.
2009-10-13 20:16:23 +00:00
Mike Gorchak
aa0ea9891e
Fixed handling of the initial window size.
2009-10-13 18:14:22 +00:00
Mike Gorchak
aafbae15c5
Options --double --triple have been added to test double and triple buffering.
2009-10-13 11:24:36 +00:00
Mike Gorchak
696387e501
Revert back. Sorry.
2009-10-10 17:07:49 +00:00
Mike Gorchak
0083177b43
Call CommonQuit() at exit has been added.
2009-10-10 13:22:05 +00:00
Mike Gorchak
2b98843157
Created windows must be destroyed at CommonQuit().
2009-10-10 13:21:21 +00:00
Ryan C. Gordon
e189bdc695
Use new 1.3 API for getting audio driver name.
2009-10-10 06:39:59 +00:00
Ryan C. Gordon
22051c78fb
Added some debug output to loopwave.c
2009-10-10 06:32:11 +00:00
Sam Lantinga
0d51e1e26a
Fixed bug #817
...
Daniele Forghieri 2009-09-30 15:48:24 PDT
Some tests doesn't use the correct include statement (and there are some
missing declaration) and some test use C++ variable after statement, preventing
compile wicth Open Watcom
The patch attached fixes this
2009-10-04 09:55:20 +00:00
Sam Lantinga
c2a31c3fec
Better cross-platform macros for printing 32 and 64 bit values
2009-09-29 01:19:14 +00:00
Bob Pendleton
821a7b0630
Ok, added long casts to get rid of compiler warnings.
2009-09-28 18:44:26 +00:00
Sam Lantinga
244f6a3ccf
Added renderer information for dynamic OpenGL test
2009-09-28 15:32:19 +00:00
Sam Lantinga
bd908a682f
Fixed bug #777
...
Implemented SDL_GetPlatform()
2009-09-26 10:32:14 +00:00
Sam Lantinga
f0bf2e399c
Fixed bug #705
...
Sami N 2009-02-21 11:15:39 PST
Patches two tests that had broken format strings in their *printf()'s.
2009-09-26 09:57:32 +00:00
Sam Lantinga
731c5d1558
Fixed bug #705
...
Sami N 2009-02-21 11:15:39 PST
Patches two tests that had broken format strings in their *printf()'s.
2009-09-26 09:56:26 +00:00
Bob Pendleton
14a51aa4c4
int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h
...
Cleaned up testatomic.c to use the same syntax as every other test program.
2009-09-23 02:52:11 +00:00
Sam Lantinga
08761c33de
Whoops, this breaks building on Mac OS X 10.4
2009-09-22 02:20:56 +00:00
Sam Lantinga
4fb13ccee8
Fixed bug #674
...
Matej 2009-01-08 09:25:34 PST
Hello,
I maintain a cross-platform project that uses SDL.
One of the users who runs OSX has told me that he has problems with linking to
SDL due to missing -framework option.
I think that the problem is because of this:
'sdl-config --libs' outputs '-L/opt/local/lib -lSDLmain -lSDL
-Wl,-framework,Cocoa'
All the options are passed to the linker except the last one. I think that the
good output should be just:
'-L/opt/local/lib -lSDLmain -lSDL -framework Cocoa'
since those options (--libs) are passed to the linker, so the '-Wl' option is
redundant and possibly harmful in this very case
I use autotools with libtool to do the build...
Regards,
Matej
2009-09-21 10:23:19 +00:00
Sam Lantinga
a1ee906546
Fixed bug #615
...
Scott McCreary 2008-08-21 10:48:14 PDT
This patch adds support for Haiku.
http://ports.haiku-files.org/browser/haikuports/trunk/media-libs/libsdl/SDL-1.2.13-haiku.diff
Haiku is an open-source recreation of BeOS. It has better POSIX compliance
than beOS did, and other improved features, which in some cases causes us to
have to "undo" previous BeOS workarounds.
Here's our port log entry for it, showing the steps to force the changes into
configure and Makefile:
http://ports.haiku-files.org/wiki/media-libs/libsdl/1.2.13/1
Note that this was only tried on 1.2.13 stable so far.
Haiku is using a newer config.guess / config.sub that doesn't yet seem to be in
the released libtool, so we are having to copy it in for now.
http://haiku-files.org/files/optional-packages/
2009-09-21 09:21:00 +00:00
Sam Lantinga
8ced47d33f
Fall back to opaque sprite if no formats with alpha are supported.
2009-09-20 23:09:30 +00:00
Bob Pendleton
0d9cd7636c
I'm gussing that this was never compiled where TTF support was missing. As a result a call to SDL_GetError and a call to TTF_GetError were swapped.
...
I "fixed" it. That is it now compiles.
2009-09-19 15:22:33 +00:00
Sam Lantinga
95c8f7a517
Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
2009-09-19 13:29:40 +00:00
Sam Lantinga
6bb3053c3b
More test coverage
2009-09-19 05:45:49 +00:00
Sam Lantinga
7c90c0e871
Added more tests for the different primitive types
2009-09-19 05:43:15 +00:00