Recep Aslantas
|
63e60f46f3
|
Merge pull request #88 from yushli/master
Update quat.h
v0.5.4
|
2019-04-30 10:20:26 +03:00 |
|
Recep Aslantas
|
f28260e20b
|
Merge branch 'master' into master
|
2019-04-30 10:16:55 +03:00 |
|
yushli
|
d232ab7865
|
Update quat.h
fix typo
|
2019-04-30 14:47:20 +08:00 |
|
Recep Aslantas
|
e3b52100e3
|
Merge pull request #87 from recp/revert-86-const
Revert "mark readonly parameters as const"
|
2019-04-30 09:40:30 +03:00 |
|
Recep Aslantas
|
bb8ff25752
|
Revert "mark readonly parameters as const"
|
2019-04-30 08:19:07 +03:00 |
|
Recep Aslantas
|
98244da67f
|
Merge pull request #86 from recp/const
mark readonly parameters as const
|
2019-04-29 17:58:51 +03:00 |
|
Recep Aslantas
|
14f06a262f
|
Merge branch 'master' into const
|
2019-04-28 21:55:23 +03:00 |
|
Recep Aslantas
|
392565f920
|
mark readonly parameters as const (continue)
|
2019-04-28 21:48:19 +03:00 |
|
Recep Aslantas
|
120ae9ae99
|
buil: fix linking cmocka
|
2019-04-28 19:43:58 +03:00 |
|
Recep Aslantas
|
a5f1ed32af
|
build: don't link libcmocka if not exists
|
2019-04-28 19:24:09 +03:00 |
|
Recep Aslantas
|
010e887946
|
build: don't link libcmocka if not exists
|
2019-04-28 19:21:13 +03:00 |
|
Recep Aslantas
|
6e501ef1f6
|
build: don't link libcmocka if not exists
|
2019-04-28 19:15:55 +03:00 |
|
Recep Aslantas
|
6ed275734b
|
mark readonly parameters as const
|
2019-04-28 12:15:43 +03:00 |
|
Recep Aslantas
|
85ca81ce79
|
Merge pull request #84 from haxpor/fix_82
Resolve vec4 : glm_vec4_distance() to satisfy compiling on armv7
|
2019-04-27 10:09:44 +03:00 |
|
Recep Aslantas
|
e909c8268d
|
Merge branch 'master' into fix_82
|
2019-04-27 09:37:08 +03:00 |
|
Recep Aslantas
|
73e6b65da0
|
test: fix comparing floats in bezier tests
|
2019-04-27 09:36:15 +03:00 |
|
Recep Aslantas
|
ecbe36df6b
|
Merge branch 'master' into fix_82
|
2019-04-21 00:24:52 +03:00 |
|
Recep Aslantas
|
d85b5234a9
|
ci: print test logs after failure
|
2019-04-21 00:19:17 +03:00 |
|
Wasin Thonkaew
|
5b80e0e3c2
|
test cases for glm_vec4_distance
|
2019-04-19 03:04:00 +08:00 |
|
Wasin Thonkaew
|
461a4009ba
|
refactor vec4 : glm_vec4_distance for SSE/SSE2
According to suggestion by recp at
https://github.com/recp/cglm/issues/82#issuecomment-483051704.
|
2019-04-19 02:07:57 +08:00 |
|
Wasin Thonkaew
|
8f2f2c5572
|
Fix to use armv7 compatible function for glm_vec4_distance
Before it used armv8 only function thus it leads to build failed for
Android with target of armv7 i.e. armeabi-v7a. This fixed that issue.
|
2019-04-19 01:47:50 +08:00 |
|
Recep Aslantas
|
81a74ba225
|
move 'stdbool.h' to common header, add missing common.h header to public headers
|
2019-03-31 18:58:20 +03:00 |
|
Recep Aslantas
|
6c0c5167b0
|
docs: fix some parameter docs
|
2019-03-31 18:53:31 +03:00 |
|
Alejandro Coto Gutiérrez
|
4c5451994f
|
Include stddef.h to ensure size_t and other dependent types (#79)
|
2019-03-29 08:54:09 +03:00 |
|
Wasin Thonkaew
|
73226bd2fd
|
Fulfill #76 (#77)
* Fulfill #76
|
2019-03-20 09:32:31 +03:00 |
|
Recep Aslantas
|
8fa21a1837
|
docs: use sphinx_rtd_theme theme dor documentation
|
2019-03-17 09:33:38 +03:00 |
|
Recep Aslantas
|
ee1937f28d
|
now working on v0.5.4
|
2019-03-17 09:29:36 +03:00 |
|
Recep Aslantas
|
b4efcefe7f
|
drop glm__memcpy, glm__memset and glm__memzero
* implement mat3_zero and mat4_zero functions
* copy matrix items manually in ucopy functions
v0.5.3
|
2019-02-13 10:14:53 +03:00 |
|
Recep Aslantas
|
0d2e5a996a
|
docs: add SSE3 and SSE4 dot product options
|
2019-02-13 10:13:06 +03:00 |
|
Recep Aslantas
|
2b1eece9ac
|
mat3: add rmc for mat3
|
2019-02-13 10:12:49 +03:00 |
|
Recep Aslantas
|
c8b8f4f6f0
|
now working on v0.5.3
|
2019-02-13 10:00:57 +03:00 |
|
Recep Aslantas
|
1a34ffcf4b
|
Merge pull request #72 from recp/simd-update
SIMD update (NEON, SSE3, SSE4) + Features
v0.5.2
|
2019-02-03 17:18:54 +03:00 |
|
Recep Aslantas
|
af088a1059
|
Merge branch 'master' into simd-update
|
2019-02-02 15:58:57 +03:00 |
|
Recep Aslantas
|
18f06743ed
|
build: make automake build slient (less-verbose)
|
2019-02-02 15:54:09 +03:00 |
|
Recep Aslantas
|
60cfc87009
|
remove bezier_solve for now
|
2019-02-02 15:30:05 +03:00 |
|
Recep Aslantas
|
4e5879497e
|
update docs
|
2019-02-02 15:29:48 +03:00 |
|
Recep Aslantas
|
7848dda1dd
|
curve: cubic hermite intrpolation
|
2019-01-29 22:17:44 +03:00 |
|
Recep Aslantas
|
1e121a4855
|
mat4: fix rmc multiplication
|
2019-01-29 22:11:04 +03:00 |
|
Recep Aslantas
|
0f223db7d3
|
Merge pull request #74 from ccworld1000/patch-1
Update cglm.podspec
|
2019-01-29 14:48:46 +03:00 |
|
CC
|
a4e2c39c1d
|
Update cglm.podspec
update pod version
|
2019-01-29 16:54:02 +08:00 |
|
Recep Aslantas
|
c22231f296
|
curve: de casteljau implementation for solving cubic bezier
|
2019-01-28 15:52:42 +03:00 |
|
Recep Aslantas
|
730cb1e9f7
|
add bezier helpers
|
2019-01-28 15:32:24 +03:00 |
|
Recep Aslantas
|
b0e48a56ca
|
test: rename test_rand_angle() to test_rand()
|
2019-01-28 15:31:03 +03:00 |
|
Recep Aslantas
|
11a6e4471e
|
fix vec4_cubic function
|
2019-01-28 14:26:02 +03:00 |
|
Recep Aslantas
|
60cb4beb0a
|
curve: helper for calculate result of SMC multiplication
|
2019-01-26 18:06:26 +03:00 |
|
Recep Aslantas
|
32ddf49756
|
mat4: helper for row * matrix * column
|
2019-01-26 18:05:05 +03:00 |
|
Recep Aslantas
|
807d5589b4
|
call: add missing end guard to call headers
|
2019-01-26 16:05:11 +03:00 |
|
Recep Aslantas
|
59b9e54879
|
vec4: helper to fill vec4 as [S^3, S^2, S, 1]
|
2019-01-26 15:54:10 +03:00 |
|
Recep Aslantas
|
fc7f958167
|
simd: remove re-load in SSE4 and SSE3
|
2019-01-25 21:56:17 +03:00 |
|
Recep Aslantas
|
31bb303c55
|
simd: organise SIMD-functions
* optimize dot product
|
2019-01-24 10:17:49 +03:00 |
|