Commit Graph

30 Commits

Author SHA1 Message Date
Jack Andersen e172225845 New code style refactor 2018-12-07 19:23:50 -10:00
Jack Andersen e8dfecbb6e SIMD refactor 2018-12-07 15:16:50 -10:00
Jack Andersen a427e0a8a2 Fix lookAt 2018-11-17 17:59:53 -10:00
Jack Andersen b54121ed9c Various bug fixes 2018-06-21 14:33:34 -10:00
Jack Andersen 17a501f339 Remove unneeded standard math functions 2018-06-02 20:10:58 -10:00
Jack Andersen c466fd21d1 Add highestFeature check to cpuid users 2018-01-01 18:23:04 -10:00
Jack Andersen 439da78fa6 Support for detecting AVX and AVX2 ISA 2017-12-26 14:47:31 -10:00
Jack Andersen b359ff96d0 Remove SSELegacy.cpp and add validateCPU() 2017-12-11 16:03:39 -10:00
Phillip Stephens e7a72d02b1 Add CAABox::booleanIntersection 2017-01-20 21:57:34 -08:00
Jack Andersen 7185e13abe Ensure detectCPU() called when requested 2016-10-01 13:19:48 -10:00
Phillip Stephens fb91979596 Add CMatrix constructor for CQuaternion, close_enough helper, and CTransform constness fix 2016-08-31 21:08:46 -07:00
Jack Andersen b15e66a710 Bulk-run of clang-format 2016-07-08 08:42:42 -10:00
Jack Andersen e284c2de31 Order-of-operations optimization with degrees/radians conversion 2016-04-14 17:00:51 -10:00
Jack Andersen 65a49aca92 Non-inverted lookAt implementation 2016-04-04 15:50:27 -10:00
Jack Andersen a76d43d5df Humungous refactor 2016-03-04 13:03:26 -10:00
Jack Andersen a857250ccf Routines to support line rendering 2016-02-17 16:40:58 -10:00
Phillip Stephens bfb1f4fee3 Fix transposed size
Add check for availability
2016-02-16 18:20:17 -08:00
Phillip Stephens a8ee545c63 Fix CPU Brand 2016-02-16 18:14:39 -08:00
Phillip Stephens ce2256c457 Fix brand retrieval 2016-02-15 09:32:49 -08:00
Jack Andersen bd88f654a9 Various optimizations 2016-02-14 17:57:57 -10:00
Jack Andersen bbb81c96b8 Add ceilingPowerOf2 2016-02-13 17:52:00 -10:00
Jack Andersen fca8742f99 Windows build fixes 2015-11-10 10:02:25 -10:00
Phillip Stephens 40ca0c3219 More reimplementations 2015-11-02 10:44:46 -08:00
Phillip Stephens dbbd3c76ef Reimplementation 2015-10-25 12:31:41 -07:00
Jack Andersen cd3d2ee133 Windows fix 2015-10-12 09:24:53 -10:00
Phillip Stephens 9402346822 Add rounded catmull-rom
Fix getBezierPoint
2015-10-12 02:40:42 -07:00
Phillip Stephens e849476a7a Complete CMath reimplementation 2015-10-12 01:46:45 -07:00
Phillip Stephens 5e2b997266 WIP math reimplementations 2015-10-11 17:33:42 -07:00
Phillip Stephens 8012694fc7 More reimplementations
Move API to Zeus namespace
2015-10-07 17:23:49 -07:00
Phillip Stephens 9d657895cb Added COBBox and renamed SBoundingBox to CAABox
Reorganized code
2015-08-11 18:41:28 -07:00