66 Révisions (fbdec834dd09784dbf73bc64286f97bfa31912bb)

Auteur SHA1 Message Date
  Sam Hocevar 56511457d2 test: give more explicit names to unit test cases. il y a 13 ans
  Sam Hocevar 48bde6fa94 test: add simple unit tests for image loading. il y a 13 ans
  Sam Hocevar fde544911b core: new benchmark snippet for operations on reals. il y a 13 ans
  Sam Hocevar cdc155c42b core: allow to cast reals to doubles in addition to floats. il y a 13 ans
  Sam Hocevar 325ea94821 core: implement division of reals and change their default precision il y a 13 ans
  Sam Hocevar 93479c2876 core: implement real subtraction. il y a 13 ans
  Sam Hocevar a173e49ddc core: implement comparison operators for reals. il y a 13 ans
  Sam Hocevar 48f00deff9 core: fix real unary minus and handle negative numbers in additions. il y a 13 ans
  Sam Hocevar 884978c71b core: handle zero, negative zero and infinite in the real constructor, il y a 13 ans
  Sam Hocevar dbb0463f4c core: start working on the extended floating point addition. il y a 13 ans
  Sam Hocevar 202ac6aaf3 core: switch real mantissa to uint16_t instead of uint32_t to ease the il y a 13 ans
  Sam Hocevar 5aedae49a3 core: add missing real.cpp unit test. il y a 13 ans
  Sam Hocevar 5fc298964b core: start working on a "real" class for arbitrarily sized floats. il y a 13 ans
  Sam Hocevar cc2bdf0b01 test: fix the benchmark suite compilation on SNC. il y a 13 ans
  Sam Hocevar abbf9ba44c build: fix a shitload of build errors introduced by the Image refactoring il y a 13 ans
  Sam Hocevar 2435bd47ed osx: automake does not support .mm files yet, so rename ios-image.mm back il y a 13 ans
  Sam Hocevar 489389abbe build: better clean rule for the test directory. il y a 13 ans
  Sam Hocevar 160102ba03 build: new lol-build script for easier autobuilds. il y a 13 ans
  Sam Hocevar 5081f7034a test: reorganise test suite and benchmark code. il y a 13 ans
  Sam Hocevar 170050501f test: add unit tests to check whether the build environment behaved as il y a 13 ans
  Sam Hocevar 04c4a959cd core: add our custom isnan() macro to the core headers. il y a 13 ans
  Sam Hocevar 5a5b811200 lolunit: rename a few methods for consistency. il y a 13 ans
  Sam Hocevar 75d8811c74 lolunit: rename test runner’s run() method to Run() for consistency. il y a 13 ans
  Sam Hocevar 00b8d5c28d test: improve matrix and vector uni tests. il y a 13 ans
  Sam Hocevar 2290b7b930 lolunit: add a LOLUNIT_SET_CONTEXT / LOLUNIT_UNSET_CONTEXT macro pair. il y a 13 ans
  Sam Hocevar b64d051e6a lolunit: free all the memory we allocated to avoid a minor memory leak, il y a 13 ans
  Sam Hocevar 5ab9eb3c62 test: get rid of the need for LOLUNIT_SETUP_FIXTURE(). il y a 13 ans
  Sam Hocevar 579f77bded test: make LolUnit's output match CppUnit's more closely. il y a 13 ans
  Sam Hocevar a374127e80 test: replace CppUnit with our LolUnit test suite. il y a 13 ans
  Sam Hocevar 0e622822e7 test: add a few Visual Studio 2010 project files and fix testsuite code il y a 13 ans
  Sam Hocevar 5454005d81 debug: various improvements to the test programs. il y a 13 ans
  Sam Hocevar 9eeef663d1 debug: add point sprite examples. il y a 13 ans
  Sam Hocevar 2489233a44 core: improve tan() accuracy by tweaking higher order Taylor coefficients. il y a 13 ans
  Sam Hocevar 82d81256b9 core: implement accelerated lol_sincos() and lol_tan(). il y a 13 ans
  Sam Hocevar 49f9c59ff3 core: implement accelerated cos(). il y a 13 ans
  Sam Hocevar 148f6838e9 test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to allow il y a 13 ans
  Sam Hocevar 6ed53d9868 test: do the trigonometry tests on doubles instead of floats. il y a 13 ans
  Sam Hocevar 35454b8f94 test: add an empty sandbox program and update .gitignore. il y a 13 ans
  Sam Hocevar 3402db36c3 optim: better isnan() reimplementation. il y a 13 ans
  Sam Hocevar de496b15fe core: remove one multiplication and one selection from the optimised il y a 13 ans
  Sam Hocevar 105485a3aa test: new test for trigonometric functions. il y a 13 ans
  Sam Hocevar 7680eca5d8 test: implement a custom isnan() il y a 13 ans
  Sam Hocevar 744f4ac98d test: add benchmark tests for trigonometry functions. il y a 13 ans
  Sam Hocevar 09ecf1bd8b contrib: rebuild the Win32 CppUnit under Linux and fix the includes. il y a 13 ans
  Sam Hocevar 782283a3d0 test: add matrix code to the benchmark program. il y a 13 ans
  Sam Hocevar cb001ddbcc core: tune the half precision code so that the best variants are being il y a 13 ans
  Sam Hocevar aa6e832fd7 build: clean up .self files and allow to build the benchmark on the PS3. il y a 13 ans
  Sam Hocevar e47928e8d1 test: improve the benchmark code to measure a lot more half precision il y a 13 ans
  Sam Hocevar 0bbd1e43c2 test: add a fallback for isnan() when not defined by the system includes. il y a 13 ans
  Sam Hocevar 205fc5fc22 core: rename half::isnan() etc. to half::is_nan() because "isnan" can be il y a 13 ans