source: trunk/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @971   12 years sam core: handle zero, negative zero and infinite in the real constructor, …
(edit) @970   12 years sam core: start working on the extended floating point addition.
(edit) @969   12 years sam core: switch real mantissa to uint16_t instead of uint32_t to ease the …
(edit) @967   12 years sam core: add missing real.cpp unit test.
(edit) @965   12 years sam core: start working on a "real" class for arbitrarily sized floats.
(edit) @964   12 years sam test: fix the benchmark suite compilation on SNC.
(edit) @961   12 years sam build: fix a shitload of build errors introduced by the Image …
(edit) @959   12 years sam build: add svn:ignore properties where needed.
(edit) @958   12 years sam osx: automake does not support .mm files yet, so rename ios-image.mm …
(edit) @951   12 years sam build: better clean rule for the test directory.
(edit) @945   12 years sam build: new lol-build script for easier autobuilds.
(edit) @942   12 years sam test: reorganise test suite and benchmark code.
(edit) @941   12 years sam test: add unit tests to check whether the build environment behaved as …
(edit) @940   12 years sam core: add our custom isnan() macro to the core headers.
(edit) @937   12 years sam lolunit: rename a few methods for consistency.
(edit) @934   12 years sam lolunit: rename test runner’s run() method to Run() for consistency.
(edit) @931   12 years sam test: improve matrix and vector uni tests.
(edit) @927   12 years sam lolunit: add a LOLUNIT_SET_CONTEXT / LOLUNIT_UNSET_CONTEXT macro pair. …
(edit) @919   12 years sam lolunit: free all the memory we allocated to avoid a minor memory …
(edit) @914   12 years sam test: get rid of the need for LOLUNIT_SETUP_FIXTURE().
(edit) @913   12 years sam test: make LolUnit's output match CppUnit's more closely.
(edit) @912   12 years sam test: replace CppUnit with our LolUnit test suite. CppUnit is really …
(edit) @911   12 years sam test: add a few Visual Studio 2010 project files and fix testsuite …
(edit) @907   12 years sam debug: various improvements to the test programs.
(edit) @903   12 years sam debug: add point sprite examples.
(edit) @900   12 years sam core: improve tan() accuracy by tweaking higher order Taylor coefficients.
(edit) @899   12 years sam core: implement accelerated lol_sincos() and lol_tan().
(edit) @897   12 years sam core: implement accelerated cos().
(edit) @895   12 years sam test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to …
(edit) @894   12 years sam test: do the trigonometry tests on doubles instead of floats.
(edit) @893   12 years sam test: add an empty sandbox program and update .gitignore.
(edit) @892   12 years sam optim: better isnan() reimplementation.
(edit) @890   12 years sam core: remove one multiplication and one selection from the optimised …
(edit) @889   12 years sam test: new test for trigonometric functions.
(edit) @887   12 years sam test: implement a custom isnan() This version is faster (about 25% on …
(edit) @886   12 years sam test: add benchmark tests for trigonometry functions.
(edit) @881   12 years sam contrib: rebuild the Win32 CppUnit under Linux and fix the includes. …
(edit) @880   12 years sam test: add matrix code to the benchmark program.
(edit) @879   12 years sam core: tune the half precision code so that the best variants are being …
(edit) @878   12 years sam build: clean up .self files and allow to build the benchmark on the PS3.
(edit) @877   12 years sam test: improve the benchmark code to measure a lot more half precision …
(edit) @875   12 years sam test: add a fallback for isnan() when not defined by the system includes.
(edit) @874   12 years sam core: rename half::isnan() etc. to half::is_nan() because "isnan" can …
(edit) @872   12 years sam core: minor refactoring in the float / half conversions to accomodate …
(edit) @871   12 years sam core: implement new half / float operations and the associated tests.
(edit) @870   12 years sam test: augment the half precision numbers testsuite.
(edit) @868   12 years sam test: add first test routines for the half class.
(edit) @865   12 years sam core: move platform-specific code to specific directories.
(edit) @863   12 years sam core: rename vec2i to ivec2 etc. to better match GLSL.
(edit) @817   12 years sam test: add a unit test for the recent vector promotion problem.
(edit) @770   12 years sam test: start writing really minimalist GL rendering tests.
(edit) @769   12 years sam test: add a debug quad test application.
(edit) @768   12 years sam core: add the unary minus operator to vectors.
(edit) @757   12 years sam math: implement vector comparisons and add minimal unit tests for this …
(edit) @686   12 years sam Put everything in the "lol" namespace. Better late than never.
(edit) @664   12 years sam Get rid of float3, float4, int3 etc. in favour of GLSL types.
(edit) @651   12 years sam Make the float4x4 constructor fill only the matrix's diagonal. Thus …
(edit) @648   12 years sam Add matrix determinant and inverse methods.
(add) @642   12 years sam Add an optional cppunit dependency for unit tests.
Note: See TracRevisionLog for help on using the revision log.