This website requires JavaScript.
c5776a725e
Merge branch 'master' into vectorize
Christophe Riccio
2014-10-31 01:33:12 +01:00
fc253a0e5b
Fixed Visual C++ 10 build
Christophe Riccio
2014-10-31 01:29:38 +01:00
1331e156cb
Fixed non C++11 build
Christophe Riccio
2014-10-31 01:26:00 +01:00
e89d596c08
Merge branch 'master' into vectorize
Christophe Riccio
2014-10-30 23:46:37 +01:00
08b9197c6a
Fixed build
Christophe Riccio
2014-10-30 23:46:13 +01:00
5f60ff6d78
Fixed build
Christophe Riccio
2014-10-30 23:38:44 +01:00
c839f52697
Fix warnings
Christophe Riccio
2014-10-29 10:35:19 +01:00
97e4fd1025
Code style clean up
Christophe Riccio
2014-10-29 10:30:48 +01:00
abb5299e08
Fixed warnings with -pedantic
Christophe Riccio
2014-10-29 10:28:25 +01:00
9fe8bc1f66
Fixed build
Christophe Riccio
2014-10-29 08:30:18 +01:00
445a388817
Merge
Christophe Riccio
2014-10-29 08:18:53 +01:00
2a2cd0b8d0
Fixed bad matrix-vector performance in Cuda #257 , #258
Christophe Riccio
2014-10-29 00:43:22 +01:00
e8923c9bca
Fixed bad matrix-vector performance in Cuda #257 , #258
Christophe Riccio
2014-10-29 00:42:59 +01:00
dced21e745
Added multiple 'sign' implementations for integers, unit tests and performancetests.
Christophe Riccio
2014-10-29 00:18:41 +01:00
378074ee66
Merge branch 'vectorize' of https://github.com/g-truc/glm into vectorize
Christophe Riccio
2014-10-28 20:32:01 +01:00
d07a846539
Added sign function implementations and performance tests
Christophe Riccio
2014-10-28 20:31:39 +01:00
44382faf59
Improve mask implementation to support any integer and vector types
Christophe Riccio
2014-10-28 20:28:26 +01:00
a88d8935be
Updated ceilPowerOfTwo for signed int support
Christophe Riccio
2014-10-27 23:02:47 +01:00
3420d691f5
Added findLSB tests, faster ceilPowerOfTwo
Christophe Riccio
2014-10-27 20:47:00 +01:00
031eb13341
Added powerOfTwo functions
Christophe Riccio
2014-10-27 19:13:16 +01:00
0de2f5c587
Added powerOfTwo functions
Christophe Riccio
2014-10-27 19:07:23 +01:00
f09d1fd3d4
Fix build
Christophe Riccio
2014-10-27 13:44:30 +01:00
097c1f7b90
Updated GTC_integer
Christophe Riccio
2014-10-26 20:34:10 +01:00
d3b368b65c
Added GTC_integer, deprecated GTX_bit
Christophe Riccio
2014-10-26 19:22:19 +01:00
eaa3b72b99
Added isPowerOfTwo tests
Christophe Riccio
2014-10-26 17:43:54 +01:00
69274e740c
Promoted bitfieldRotate[Right|left] and bitfieldFill[zero|one]
Christophe Riccio
2014-10-26 17:31:49 +01:00
8dd3ec02ea
Removed bitRevert, duplicated of bitfieldReverse
Christophe Riccio
2014-10-26 16:56:31 +01:00
45c4fbeb65
Fixed build
Christophe Riccio
2014-10-26 00:54:36 +02:00
087d6292e3
Added GTC_bitfield extension, promoted GTX_bit
Christophe Riccio
2014-10-26 00:22:08 +02:00
1b6b8183a0
Updated test
Christophe Riccio
2014-10-25 21:57:06 +02:00
0c522117c8
Opimization of mask, bitfieldInsert, bitfieldExtract and bitCount
Christophe Riccio
2014-10-25 21:16:49 +02:00
eb915ed808
Fixed frac and added more roundEven tests
Christophe Riccio
2014-10-25 14:30:43 +02:00
f70ee7ef28
Vectorize many common functions
Christophe Riccio
2014-10-25 00:08:10 +02:00
50cead0793
Vectorize outerProduct
Christophe Riccio
2014-10-24 22:14:17 +02:00
cb8250c20b
Fixed unitilized constructor on MacOSX
Christophe Riccio
2014-10-24 21:30:11 +02:00
bf9e4458b6
Added not function
Christophe Riccio
2014-10-24 21:22:24 +02:00
72a2f49834
More integer vectorization
Christophe Riccio
2014-10-24 02:46:59 +02:00
0274cb6e58
Fix build
Christophe Riccio
2014-10-23 22:17:58 +02:00
3344c8e9a0
Fixed build error
Christophe Riccio
2014-10-22 16:03:44 +02:00
7cd21032d3
Fixed Clang compiler detection
Christophe Riccio
2014-10-22 16:01:55 +02:00
44a734d93a
Fixed build
Christophe Riccio
2014-10-22 15:58:13 +02:00
679c765a07
vectorize bitfieldExtract
Christophe Riccio
2014-10-21 03:08:32 +02:00
2179695e02
Added usubBorrow tests
Christophe Riccio
2014-10-21 01:40:42 +02:00
fcfc56d5e3
Vectorization of usubBorrow and umulExtended, simplified vector relational code
Christophe Riccio
2014-10-21 01:32:45 +02:00
c23cb8cd59
Added GLM_NEVER_INLINE
Christophe Riccio
2014-10-20 21:34:56 +02:00
4fc68ffe49
Replace function instanciations with macros by templates
Christophe Riccio
2014-10-20 03:26:59 +02:00
47a6947736
Make detail::functor1 capable to return a different argument value_type than the argument value_type
Christophe Riccio
2014-10-20 02:22:53 +02:00
bf08a0e234
Replace function instanciations with macros by templates
Christophe Riccio
2014-10-20 02:03:48 +02:00
0042517167
Replace function instanciations with macros by templates
Christophe Riccio
2014-10-20 00:34:59 +02:00
3e099707a1
Updated 'unitialize' doc
Christophe Riccio
2014-10-19 18:33:14 +02:00
0acc67df40
Hide into detail namespace SIMD internal
Christophe Riccio
2014-10-19 18:28:53 +02:00
790f520488
Clean up coding style
Christophe Riccio
2014-10-19 18:15:03 +02:00
f2383340cf
Clean up coding style
Christophe Riccio
2014-10-19 17:09:47 +02:00
bcd07b50f3
- Added GLM_FORCE_NO_CTOR_INIT
Christophe Riccio
2014-10-19 03:33:14 +02:00
0813facc58
Updated compiler detection code
Christophe Riccio
2014-10-18 22:43:15 +02:00
d298b34c19
Add detail namespace for number_of_elements
Christophe Riccio
2014-10-18 13:23:05 +02:00
14d86e5718
Removed unsupported compiler defines
Christophe Riccio
2014-10-18 13:20:05 +02:00
327c7917fb
Fixed cases of unspecialized simd
Christophe Riccio
2014-10-18 02:34:20 +02:00
8a1bf4410b
Completed GTC_vec1
Christophe Riccio
2014-10-15 02:53:46 +02:00
6d1610ce0d
Fixed swizzle operators with anonymous unions code path
Christophe Riccio
2014-10-13 22:48:11 +02:00
19e239d466
Fixed core_setup_message test with Visual C++
Christophe Riccio
2014-10-12 20:57:41 +02:00
85037a164f
Fixed GLM_FORCE_SIZE_FUNC and added test #245
Christophe Riccio
2014-10-12 20:50:50 +02:00
b2ce1a726b
Clean up formatting for components and swizzle code
Christophe Riccio
2014-10-12 19:58:46 +02:00
093b8042f7
Fixed build
Christophe Riccio
2014-10-12 17:24:02 +02:00
857e7f5075
Fixed build
Christophe Riccio
2014-10-12 02:52:19 +02:00
893de94bb1
Fixed build
Christophe Riccio
2014-10-12 02:51:34 +02:00
e6a890454d
Fixed lack of consistency of quat and dualquat constructors
Christophe Riccio
2014-10-12 02:32:32 +02:00
284ba46dae
Fixed spaces
Christophe Riccio
2014-10-12 02:32:04 +02:00
8cb9328e11
Additional fix for GLM_FORCE_SIZE_FUNC #245
Christophe Riccio
2014-10-12 02:11:02 +02:00
d06db1133d
Updated GTX_associated_min_max with vec1 support
Christophe Riccio
2014-10-12 02:05:27 +02:00
c2d542562e
Fixed GLM_FORCE_SIZE_FUNC support overlook #245 . Added uninitiallized constructor to quaternion. Fixed lack of conscistency or quaternion constructors with other types. Various uninitilized constructor optimizations
Christophe Riccio
2014-10-12 01:24:28 +02:00
2df7addc05
Fixed build errors #250
Christophe Riccio
2014-10-11 21:53:53 +02:00
b3b3069491
Updated preprocessor options
Christophe Riccio
2014-10-11 21:04:12 +02:00
9387eb4672
Refactoring of GLM documentation
Christophe Riccio
2014-10-11 00:53:04 +02:00
d54f2fd667
Refactoring of GLM documentation
Christophe Riccio
2014-10-11 00:51:52 +02:00
a5f37ff858
Updated manual: dependencies session
Christophe Riccio
2014-10-10 23:20:07 +02:00
75939a7960
Fixed GTX_string_cast to support for integer types #249
Christophe Riccio
2014-10-10 01:21:04 +02:00
ca4ed31fb6
Fixed *vec1 scalar constructor
Christophe Riccio
2014-10-06 23:35:26 +02:00
3556f4ad85
Clean up
Christophe Riccio
2014-10-06 23:06:34 +02:00
8e1cb985f5
Updated readme.txt
Christophe Riccio
2014-10-05 23:33:56 +02:00
291708ce07
Added GLM_FORCE_SIZE_FUNC to replace .length() by .size() #245
Christophe Riccio
2014-10-05 22:12:25 +02:00
03a01880b0
Clean up move and initialiazer lists experiments
Christophe Riccio
2014-10-05 20:06:35 +02:00
f9484a6e9f
- Moved template types from 'detail' to 'glm' namespace #239 , #244
Christophe Riccio
2014-10-05 19:37:07 +02:00
4ac77c08c7
Updated readme for issue #238
Christophe Riccio
2014-10-05 16:11:41 +02:00
38399875f4
Merge pull request #238 from SiliconKiwi/patch-1
Christophe Riccio
2014-10-05 16:09:10 +02:00
0684a5e2c6
GTX_range is only available for C++11 compilers #240
Christophe Riccio
2014-10-05 14:42:17 +02:00
7ab7d4beb8
Merge pull request #240 from Jaxan/range
Christophe Riccio
2014-10-05 14:24:19 +02:00
a00fc3fdf4
Enable only GLM_GTX_scalar_multiplication for C++11 compiler #242
Christophe Riccio
2014-10-05 13:26:02 +02:00
36af05b775
Merge pull request #242 from Jaxan/scalars
Christophe Riccio
2014-10-05 12:11:04 +02:00
1e389f8efa
Fixed implicit conversion from another tvec2 type to another tvec2 #241
Christophe Riccio
2014-10-05 10:34:19 +02:00
62ac07815c
Adds scalar multiplication for all types
Joshua Moerman
2014-09-20 16:56:24 +02:00
77c704e210
Adds range support
Joshua Moerman
2014-09-19 16:27:23 +02:00
72a6f35a8e
Fixes typo
Joshua Moerman
2014-09-19 15:08:26 +02:00
a08aca94f3
Progress on vec1 support
Christophe Riccio
2014-09-16 02:31:07 +02:00
46e61b4f07
Added test for fastSin #231
Christophe Riccio
2014-09-16 01:35:29 +02:00
b5409fb728
Update closest_point.inl
SiliconKiwi
2014-09-16 09:11:34 +12:00
ad85092433
Update closest_point.hpp
SiliconKiwi
2014-09-16 09:09:39 +12:00
ec513f4466
Added GTX_common with isdenomal #223
Christophe Riccio
2014-09-07 20:53:35 +02:00
cccf2af0a2
Added vec3 slerp (#237 )
Christophe Riccio
2014-09-07 20:06:59 +02:00
0d42f4a320
Added vec3 slerp #237
Christophe Riccio
2014-09-07 19:56:24 +02:00