41 Revize (e34856fb748b6a4e36a200271d45f35ee6f904a9)

Autor SHA1 Zpráva Datum
  Sam Hocevar b64d051e6a lolunit: free all the memory we allocated to avoid a minor memory leak, před 13 roky
  Sam Hocevar 5ab9eb3c62 test: get rid of the need for LOLUNIT_SETUP_FIXTURE(). před 13 roky
  Sam Hocevar 579f77bded test: make LolUnit's output match CppUnit's more closely. před 13 roky
  Sam Hocevar a374127e80 test: replace CppUnit with our LolUnit test suite. před 13 roky
  Sam Hocevar 0e622822e7 test: add a few Visual Studio 2010 project files and fix testsuite code před 13 roky
  Sam Hocevar 5454005d81 debug: various improvements to the test programs. před 13 roky
  Sam Hocevar 9eeef663d1 debug: add point sprite examples. před 13 roky
  Sam Hocevar 2489233a44 core: improve tan() accuracy by tweaking higher order Taylor coefficients. před 13 roky
  Sam Hocevar 82d81256b9 core: implement accelerated lol_sincos() and lol_tan(). před 13 roky
  Sam Hocevar 49f9c59ff3 core: implement accelerated cos(). před 13 roky
  Sam Hocevar 148f6838e9 test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to allow před 13 roky
  Sam Hocevar 6ed53d9868 test: do the trigonometry tests on doubles instead of floats. před 13 roky
  Sam Hocevar 35454b8f94 test: add an empty sandbox program and update .gitignore. před 13 roky
  Sam Hocevar 3402db36c3 optim: better isnan() reimplementation. před 13 roky
  Sam Hocevar de496b15fe core: remove one multiplication and one selection from the optimised před 13 roky
  Sam Hocevar 105485a3aa test: new test for trigonometric functions. před 13 roky
  Sam Hocevar 7680eca5d8 test: implement a custom isnan() před 13 roky
  Sam Hocevar 744f4ac98d test: add benchmark tests for trigonometry functions. před 13 roky
  Sam Hocevar 09ecf1bd8b contrib: rebuild the Win32 CppUnit under Linux and fix the includes. před 13 roky
  Sam Hocevar 782283a3d0 test: add matrix code to the benchmark program. před 13 roky
  Sam Hocevar cb001ddbcc core: tune the half precision code so that the best variants are being před 13 roky
  Sam Hocevar aa6e832fd7 build: clean up .self files and allow to build the benchmark on the PS3. před 13 roky
  Sam Hocevar e47928e8d1 test: improve the benchmark code to measure a lot more half precision před 13 roky
  Sam Hocevar 0bbd1e43c2 test: add a fallback for isnan() when not defined by the system includes. před 13 roky
  Sam Hocevar 205fc5fc22 core: rename half::isnan() etc. to half::is_nan() because "isnan" can be před 13 roky
  Sam Hocevar 2d85e76ec8 core: minor refactoring in the float / half conversions to accomodate před 13 roky
  Sam Hocevar 8b71ddb30c core: implement new half / float operations and the associated tests. před 13 roky
  Sam Hocevar 92e3387f7c test: augment the half precision numbers testsuite. před 13 roky
  Sam Hocevar 4379388b52 test: add first test routines for the half class. před 13 roky
  Sam Hocevar b111f7e3d8 core: move platform-specific code to specific directories. před 13 roky
  Sam Hocevar 6bbe943492 core: rename vec2i to ivec2 etc. to better match GLSL. před 13 roky
  Sam Hocevar 0328a6dfa3 test: add a unit test for the recent vector promotion problem. před 13 roky
  Sam Hocevar 30e697f7bd test: start writing really minimalist GL rendering tests. před 13 roky
  Sam Hocevar 8eeeca422f test: add a debug quad test application. před 13 roky
  Sam Hocevar 3213d5b7a5 core: add the unary minus operator to vectors. před 13 roky
  Sam Hocevar 7329692663 math: implement vector comparisons and add minimal unit tests for this před 13 roky
  Sam Hocevar 8848cf53db Put everything in the "lol" namespace. Better late than never. před 14 roky
  Sam Hocevar 6405ef32ea Get rid of float3, float4, int3 etc. in favour of GLSL types. před 14 roky
  Sam Hocevar 4b484d5bc8 Make the float4x4 constructor fill only the matrix's diagonal. Thus před 14 roky
  Sam Hocevar 7015943141 Add matrix determinant and inverse methods. před 14 roky
  Sam Hocevar da73635c64 Add an optional cppunit dependency for unit tests. před 14 roky