plasmacel
|
36075c4994
|
Update quaternion.hpp
|
2014-11-24 01:33:29 +01:00 |
|
plasmacel
|
4581d25ec9
|
Update quaternion.inl
|
2014-11-24 01:16:07 +01:00 |
|
plasmacel
|
3b3dcd7d03
|
Update quaternion.hpp
|
2014-11-24 01:10:21 +01:00 |
|
Christophe Riccio
|
117634c7ea
|
Fixed GCC build issue on new alignment types. More simd stuff to vec4
|
2014-11-23 22:13:22 +01:00 |
|
Christophe Riccio
|
bddce172f7
|
Fixed Clang and LLVM detections
|
2014-11-23 21:14:08 +01:00 |
|
Christophe Riccio
|
97182990a7
|
Move GTC_type_aligned to GTX extensions
|
2014-11-23 21:00:17 +01:00 |
|
Christophe Riccio
|
7621a735a3
|
Move GTC_type_aligned to GTX extensions
|
2014-11-23 20:58:09 +01:00 |
|
Christophe Riccio
|
c79394b899
|
More tests and comments for type_aligned
|
2014-11-23 20:44:54 +01:00 |
|
Christophe Riccio
|
9b96b31f0e
|
Fixed alignment on Visual C++
|
2014-11-23 13:20:14 +01:00 |
|
Christophe Riccio
|
5d95353dd0
|
Added missing types
|
2014-11-23 13:15:24 +01:00 |
|
Christophe Riccio
|
411511ca71
|
Completed GTC_type_aligned #266 #257
|
2014-11-23 12:54:44 +01:00 |
|
Christophe Riccio
|
b062bd9ff2
|
First step to add GTC_type_aligned
|
2014-11-23 01:02:03 +01:00 |
|
Christophe Riccio
|
246609b453
|
Fix build
|
2014-11-22 23:26:18 +01:00 |
|
Christophe Riccio
|
011a056267
|
Added AVX2 detection for GLM tests
|
2014-11-22 22:31:44 +01:00 |
|
Christophe Riccio
|
b5519d35ef
|
Fixed SIMD enable for GLM tests
|
2014-11-22 21:26:22 +01:00 |
|
Christophe Riccio
|
34a98b5220
|
Fixed build
|
2014-11-22 20:33:36 +01:00 |
|
Christophe Riccio
|
3135560336
|
Updated built-in
|
2014-11-22 20:30:40 +01:00 |
|
Christophe Riccio
|
0bffce4f4b
|
Optimized findMSB and findLSB
|
2014-11-22 20:14:48 +01:00 |
|
Christophe Riccio
|
20bdab33dd
|
Branch free refract and reflect
|
2014-11-22 00:37:08 +01:00 |
|
Christophe Riccio
|
582ea579a3
|
Fixed sign for unsigned types #271
|
2014-11-22 00:03:39 +01:00 |
|
Christophe Riccio
|
38161f01f8
|
Further optimized glm::sign for signed and unsigned int #271
|
2014-11-21 23:43:48 +01:00 |
|
Christophe Riccio
|
f98f2b107a
|
Merge branch 'GTC_integer'
|
2014-11-21 22:50:00 +01:00 |
|
Christophe Riccio
|
6f8bbecbf5
|
Updated sign
|
2014-11-21 22:49:39 +01:00 |
|
Christophe Riccio
|
826ce5c0d2
|
Fixed multiline comment warning comment #273
|
2014-11-21 22:20:45 +01:00 |
|
Christophe Riccio
|
2e70698fad
|
Optimized glm::cot #272
|
2014-11-21 22:16:37 +01:00 |
|
Christophe Riccio
|
b944e3a990
|
Merge pull request #272 from plasmacel/master
optimized cot function implementation #272
|
2014-11-21 22:15:38 +01:00 |
|
Christophe Riccio
|
afd58dcdc5
|
Used std features within GLM without redeclaring
|
2014-11-21 22:13:04 +01:00 |
|
plasmacel
|
7e3dc0ae16
|
format fix
|
2014-11-21 04:30:56 +01:00 |
|
plasmacel
|
e637299192
|
implement cot as tan(pi/2 - angle)
|
2014-11-21 04:29:35 +01:00 |
|
Christophe Riccio
|
b0b84a3dc1
|
Optimized sign for vector types #271
|
2014-11-21 00:50:47 +01:00 |
|
Christophe Riccio
|
883d328fb8
|
Merge branch 'master' into GTC_integer
|
2014-11-20 23:39:07 +01:00 |
|
Christophe Riccio
|
fe20b216a0
|
Merge pull request #271 from plasmacel/master
fast branchless sign function #271
|
2014-11-20 23:37:37 +01:00 |
|
plasmacel
|
7def337781
|
Update func_common.inl
|
2014-11-20 15:33:28 +01:00 |
|
Christophe Riccio
|
4f4763600f
|
Added log2 to GTC_integer
|
2014-11-19 23:09:02 +01:00 |
|
Christophe Riccio
|
c07b3b2acf
|
Fixed float comparison warnings #270
|
2014-11-19 01:14:17 +01:00 |
|
Christophe Riccio
|
5b911d1eb0
|
Fixed float comparison warnings #270
|
2014-11-19 01:12:24 +01:00 |
|
Christophe Riccio
|
88894045af
|
Added integer log2 test
|
2014-11-19 00:40:45 +01:00 |
|
Christophe Riccio
|
2d50df61c3
|
Initial structure for GTC_integer
|
2014-11-17 23:56:41 +01:00 |
|
Christophe Riccio
|
3adf263341
|
Added GLM_FORCE_EXPLICIT_CTOR to require explicit type conversions #269
|
2014-11-17 22:59:10 +01:00 |
|
Christophe Riccio
|
9c62eee507
|
Added GLM_FORCE_EXPLICIT_CTOR
|
2014-11-17 21:40:17 +01:00 |
|
Christophe Riccio
|
1a4bc0d8a5
|
Added more geometric function tests
|
2014-11-16 20:52:54 +01:00 |
|
Christophe Riccio
|
393c1dae41
|
Clean up
|
2014-11-16 18:37:12 +01:00 |
|
Christophe Riccio
|
4e95519396
|
Fixed test with VC and disabled lang extension
|
2014-11-16 18:18:11 +01:00 |
|
Christophe Riccio
|
bcd33a89df
|
Fixed build issue
|
2014-11-16 18:09:32 +01:00 |
|
Christophe Riccio
|
a66611ee62
|
Updated doc
|
2014-11-16 17:21:29 +01:00 |
|
Christophe Riccio
|
066bd1b1c1
|
Deleted unused file
|
2014-11-16 17:01:02 +01:00 |
|
Christophe Riccio
|
31cee181d1
|
Updated GTC extension list
|
2014-11-16 17:00:17 +01:00 |
|
Christophe Riccio
|
bc5fe52a44
|
Removed empty GTC_integer
|
2014-11-16 16:42:47 +01:00 |
|
Christophe Riccio
|
f8729cd4fa
|
Fixed build on VC2010
|
2014-11-16 01:15:04 +01:00 |
|
Christophe Riccio
|
9c65087f90
|
Fixed build on VC2010
|
2014-11-16 01:13:01 +01:00 |
|