index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-27
Changed test program to be more compatible C.
Philipp Wiesemann
1
-3
/
+6
2013-07-27
Removed unused variable from test program.
Philipp Wiesemann
1
-1
/
+0
2013-07-27
Removed unused parameter in test program.
Philipp Wiesemann
1
-2
/
+2
2013-07-27
Corrected words in comments of test programs.
Philipp Wiesemann
3
-5
/
+5
2013-07-27
Added example of using the software renderer and window surface API, contribu...
Sam Lantinga
2
-0
/
+109
2013-07-25
Updated the copyright year for the test programs
Sam Lantinga
45
-45
/
+45
2013-07-24
Removed unused variables to fix warnings in test program.
Philipp Wiesemann
1
-1
/
+1
2013-07-23
Finished updating testoverlay2 for the new API and added it to the Visual Stu...
Sam Lantinga
1
-165
/
+3
2013-07-23
Updated blend semantics so blending uses the following formula:
Sam Lantinga
2
-7
/
+111
2013-07-21
Fixed bug 1973 - test/Makefile.in fails on Mac OS X with X11 enabled...
Sam Lantinga
3
-3
/
+9
2013-07-20
Replaced use of malloc()/free() with SDL_malloc()/SDL_free() in test program.
Philipp Wiesemann
1
-6
/
+6
2013-07-20
Removed not needed SDL_WINDOW_SHOWN from test programs.
Philipp Wiesemann
6
-6
/
+6
2013-07-20
Replaced use of strcmp() with SDL_strcmp() in tests.
Philipp Wiesemann
1
-1
/
+1
2013-07-14
Re-enabled other messagebox tests, moved the SDL_Init() call as late as possi...
Sam Lantinga
1
-10
/
+11
2013-07-14
Added testing of messagebox with a parent window
Sam Lantinga
1
-3
/
+25
2013-07-14
Fixed compiler warnings in test program by using wrapped functions.
Philipp Wiesemann
1
-2
/
+2
2013-07-14
Fixed compiler warning in testtimer.c
Ryan C. Gordon
1
-1
/
+1
2013-07-14
Fixed compiler warnings in test program by using wrapped functions.
Philipp Wiesemann
1
-7
/
+7
2013-07-14
Fixed compiler warnings in test programs by adding return statements.
Philipp Wiesemann
2
-0
/
+4
2013-07-14
Fixed compiler warnings in test programs by adding includes directives.
Philipp Wiesemann
3
-0
/
+4
2013-07-13
Fixed compiler warnings in test programs.
Philipp Wiesemann
4
-8
/
+3
2013-07-13
Added missing fclose() in test program.
Philipp Wiesemann
1
-0
/
+1
2013-07-13
Removed unused variable and not needed assignment in test program.
Philipp Wiesemann
1
-1
/
+0
2013-07-13
Fixed printf() usage in test program.
Philipp Wiesemann
1
-1
/
+1
2013-07-11
Removed some unused variables.
Ryan C. Gordon
1
-2
/
+1
2013-07-10
Added release/acquire memory barriers to the atomic API
Sam Lantinga
1
-2
/
+2
2013-07-10
Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S...
Sam Lantinga
1
-2
/
+11
2013-07-08
change fsaa argument for testgl to accept a # of samples for FSAA
Edward Rudd
1
-4
/
+4
2013-07-07
Added automated test to validate conversion between all supported formats.
Sam Lantinga
1
-6
/
+103
2013-06-27
We don't want to save the alpha modulation, we want to save the blend mode.
Sam Lantinga
1
-5
/
+4
2013-06-27
Updated testshader for the SDL 2.0 API
Sam Lantinga
1
-24
/
+14
2013-06-24
Better text printing for UTF-8 characters
Sam Lantinga
1
-1
/
+9
2013-06-23
Updated timer test and fixed performance counter on Mac OS X
Sam Lantinga
1
-15
/
+13
2013-06-23
Update testsprite2 for visual testing: user fuzzer and add --iteration parame...
Andreas Schiffler
1
-19
/
+56
2013-06-18
Fixed bug 1916 - SDL_Keysym contains a deprecated field for unicode which may...
Sam Lantinga
1
-18
/
+0
2013-06-13
Fixed SDL building with the minimal configuration
Sam Lantinga
1
-1
/
+1
2013-06-05
Fixed building tests on iOS
Sam Lantinga
1
-0
/
+1
2013-06-05
We already link SDL2_test by default now.
Sam Lantinga
1
-1
/
+1
2013-06-03
Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update ...
Andreas Schiffler
1
-2
/
+2
2013-06-02
Changed haptic test program to use announced effect type.
Philipp Wiesemann
1
-1
/
+1
2013-06-02
Fixed testnative on Mac OS X, which no longer ships X11 by default.
Sam Lantinga
1
-4
/
+2
2013-05-26
Fixed test description in test suite for standard library.
Philipp Wiesemann
1
-1
/
+1
2013-05-24
Added the beginning of automated tests for the standard C library routines.
Sam Lantinga
3
-15
/
+160
2013-05-19
Fixed bug 1837 - Use error extension instead of glGetError()
Sam Lantinga
1
-0
/
+1
2013-05-18
Deprecate test/automated and test/test-automation (replaced by test/testautom...
Andreas Schiffler
118
-49424
/
+0
2013-05-18
File style cleanup for the SDL 2.0 release
Sam Lantinga
73
-4751
/
+4751
2013-05-18
Update test harness to handle test return codes; fix comment format in harnes...
Andreas Schiffler
1
-5
/
+21
2013-05-15
Changed spelling for consistency.
Philipp Wiesemann
2
-12
/
+12
2013-05-12
Fix fuzzer/fuzzer tests on 64bit Linux; remove invalid negative SDL_Scancode ...
Andreas Schiffler
4
-34
/
+54
2013-05-10
Fixed precedence warning in test suite for pixels.
Philipp Wiesemann
1
-1
/
+1
[next]