Dmitry Marakasov
|
dcc5cfdc4a
|
Cast clock_t to match printf format specifier
This is needed since clock_t type is unspecified and may differ from unsigned int.
|
ago%!(EXTRA string=1 year) |
Christophe
|
90f2b025b1
|
Fixed EXT_matrix_transform inverted shear matrix multiple #1140 #1182
|
ago%!(EXTRA string=1 year) |
Christophe
|
f86092a658
|
Remove disabled warnings (#1213)
* Remove disabled warnings
|
ago%!(EXTRA string=1 year) |
arikanli
|
0f318f63af
|
feat: add shearing matrix operation on matrix_transfom
|
ago%!(EXTRA string=3 years) |
Christophe
|
561fbbd94c
|
Added *GLM_EXT_matrix_integer* with tests
|
ago%!(EXTRA string=4 years) |
Christophe Riccio
|
61b2a73e21
|
Fixed missing std:: namespace #898
|
ago%!(EXTRA string=6 years) |
Christophe Riccio
|
1cead1904a
|
Fixed matrix test using fast math with Clang
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
3a560f3fd5
|
Minimum perf run in debug build
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
b936761960
|
Fixed warnings
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
c2fe3fccf6
|
Use length_t instead of int for vec and mat lengths #584
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
0e1e181484
|
Clean up
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
688756b3e2
|
SIMD matrix functions optimizations
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
757fe39587
|
Removed simd precision qualifier. All precision qualifiers may generate SIMD instructions, precision may affect the generated instructions accordingly
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
2f9fc55d88
|
More experiments to improve SIMD support
|
ago%!(EXTRA string=9 years) |
Paul Konstantin Gerke
|
239cf70ade
|
Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now)
|
ago%!(EXTRA string=9 years) |
Paul Konstantin Gerke
|
fb309e0eff
|
Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now)
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
47c77475a9
|
- Improved overall execution time of unit tests #396
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
fc8b4404f0
|
Fixed faceforward build #289
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
a42f84ed47
|
Removed GLM_TEST_ENABLE_PERF
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3f48ffefb0
|
Updated license
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
0b8ca1a5b6
|
Added a CMake option to execute GLM performance tests. Made quat and dualquat trivially constructible #263
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
2b747cbbad
|
Removed last references to GLM_FORCE_RADIANS
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
4fa38c7a03
|
Fixed warning
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
7f3c56f278
|
Removed GCC warning
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
dd272c52ee
|
Fixed non power of two matrix products
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
aeba3c6fe7
|
Quiet most GLM_FORCE_RADIANS messages
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
90a249b5ff
|
Optimized matrix inverse and division code (#149)
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
ccb25c84c7
|
Update copyright year
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
6f096fbb31
|
Fixed vector and matrix queries
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
6f7eb97b87
|
Move content of core directory into detail directory. Reduced dependencies to glm.hpp.
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
d37d3539ed
|
- Fixed ldexp implementation
- Increased assert coverage
- Increased static_assert coverage
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
2a4434786e
|
Updated date
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
ade527271e
|
Fixed transpose test
|
ago%!(EXTRA string=13 years) |
Christophe Riccio
|
45f82ab884
|
Added transpose test
|
ago%!(EXTRA string=13 years) |
Christophe Riccio
|
34dc3a6ef6
|
Fixed matrixCompMult function for none square matrix
|
ago%!(EXTRA string=13 years) |
Christophe Riccio
|
05426e7398
|
Fixed matrixCompMult function for none square matrix
|
ago%!(EXTRA string=13 years) |
Christophe Riccio
|
dadf53884e
|
Fixed transpose test
|
ago%!(EXTRA string=13 years) |
Christophe Riccio
|
bcc40eb6d6
|
Added transpose test
|
ago%!(EXTRA string=13 years) |
Christophe Riccio
|
88d3927558
|
Updated copyright date
|
ago%!(EXTRA string=13 years) |
Christophe Riccio
|
6bb1d3d835
|
Added test to check bug #83
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
c06484ff12
|
Clean up
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
e4421a9b0f
|
Updated copyright dates
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
137c5661b9
|
Added empty tests files
|
ago%!(EXTRA string=14 years) |
Christophe Riccio
|
c891092425
|
Added unit tests for vector relational
|
ago%!(EXTRA string=14 years) |