Commit Graph

  • 44cd0ae4fd avx: optimize avx mat4 scale and mat4 mul Recep Aslantas 2024-04-13 00:33:57 +03:00
  • d75467f93f avx: implement transpose with AVX Recep Aslantas 2024-04-13 00:12:14 +03:00
  • 45c1beff51 simd: fix glmm_set1, glmm_splat Recep Aslantas 2024-04-12 21:53:20 +03:00
  • 14c567d9d9 sse: drop unused macros: glmm_shuff1x, glmm_shuff2 Recep Aslantas 2024-04-11 21:57:46 +03:00
  • 480e1de048 sse: make use of int domain as default behavior if possible ( compiler may ignore it ) Recep Aslantas 2024-04-11 21:57:16 +03:00
  • de66f0a67f glmm, avx: optimize splat macros Recep Aslantas 2024-04-10 23:49:18 +03:00
  • 68bdec4510 simd: use glmm_set1() to optimize broadcasting single float Recep Aslantas 2024-04-10 22:52:53 +03:00
  • 62c0448e25 simd, msvc: ensure required definitions are exist on msvc Recep Aslantas 2024-04-07 22:48:11 +03:00
  • 4f00ce0e52 sse: reduce some instructions in mat4 inv Recep Aslantas 2024-04-07 22:33:37 +03:00
  • a7845ffc44 msvc, simd: fix simd headers for _M_ARM64EC Recep Aslantas 2024-04-07 00:54:29 +03:00
  • bd941ed7fb arm, neon: fix neon support on GCC ARM Recep Aslantas 2024-04-06 14:23:36 +03:00
  • 87350f809b msvc bug: dont align types due to "ARM32 = C2719: formal parameter with requested alignment of 16 won't be aligned." on ARM32/MSVC Recep Aslantas 2024-04-06 14:11:46 +03:00
  • f50a7a7d00 arm, neon: improve glm_mat4_inv_neon Recep Aslantas 2024-04-06 14:10:13 +03:00
  • b3308af146 arm: fix glmm_vhadd on ARM32 Recep Aslantas 2024-04-06 14:09:52 +03:00
  • a94f839d6d Merge branch 'master' into optimize-inv Recep Aslantas 2024-04-04 00:31:08 +03:00
  • 0ff0e8948f Update mat4.h Recep Aslantas 2024-04-03 00:05:42 +03:00
  • 5b772d0eb4 neon: mat4_inv, reduce 1mul for two extra 2xor Recep Aslantas 2024-04-03 00:03:55 +03:00
  • c528ca1095 neon: mat4_inv remastered Recep Aslantas 2024-04-02 13:21:49 +03:00
  • f0e09776d7 arm, neon: optimize glmm_vhadd and add glmm_vdot Recep Aslantas 2024-04-02 02:36:16 +03:00
  • da4224ba32 now working on v0.9.5 Recep Aslantas 2024-04-02 00:52:54 +03:00
  • 1796cc5ce2 Merge pull request #412 from recp/sse_only v0.9.4 Recep Aslantas 2024-04-01 17:52:06 +03:00
  • 568634a79e tests: dont test isinf == true on fast math sse_only Recep Aslantas 2024-04-01 16:48:58 +03:00
  • c9c7941a72 tests: dont test isnan on fast math Recep Aslantas 2024-04-01 14:10:38 +03:00
  • 4e929a81c2 Update x86.h Recep Aslantas 2024-04-01 13:26:08 +03:00
  • 1d09c41e18 make xor enable in SSEonly + fast math Recep Aslantas 2024-04-01 13:23:52 +03:00
  • d8e933b5b1 Update test_project.h Recep Aslantas 2024-04-01 13:23:22 +03:00
  • 8b15fd51ba common way to identify CGLM_FAST_MATH Recep Aslantas 2024-04-01 13:23:17 +03:00
  • 9ce0a3b625 tests: disable isnan check for min/max which may not work correctly especially in fast-math environment Recep Aslantas 2024-04-01 13:22:51 +03:00
  • 00d2e8a4cf suppress warnings Recep Aslantas 2024-04-01 01:46:25 +03:00
  • 35a12ed033 make SSE2-only features not available in SSE Recep Aslantas 2024-04-01 00:52:59 +03:00
  • 9ad7dd3fbc Merge pull request #409 from EasyIP2023/feature/expand-content-width Recep Aslantas 2024-03-31 23:44:40 +03:00
  • 28142b5912 Merge pull request #411 from EasyIP2023/bugfix/mat4x3-multiplication Recep Aslantas 2024-03-31 23:44:00 +03:00
  • f07d75c680 Merge pull request #410 from EasyIP2023/bugfix/mat4x2-multiplication Recep Aslantas 2024-03-31 23:43:11 +03:00
  • 17d8b83a38 Merge pull request #408 from EasyIP2023/bugfix/mat3x4-multiplication Recep Aslantas 2024-03-31 23:41:40 +03:00
  • 32a477ef07 separate SSE and SSE2 Recep Aslantas 2024-03-31 23:35:15 +03:00
  • e3ed9834a1 Update mat2x3.h Recep Aslantas 2024-03-31 23:06:50 +03:00
  • 8396bbf0b3 coding style Recep Aslantas 2024-03-31 23:06:30 +03:00
  • 013ac5dd07 docs: mat4x3 account for latest mulitplication changes Vincent Davis Jr 2024-03-31 14:36:38 -04:00
  • a0e3d3766f mat4x3: fix multiplication functions Vincent Davis Jr 2024-03-31 14:14:35 -04:00
  • fc7f0e13fd docs: mat3x4 account for latest mulitplication changes Vincent Davis Jr 2024-03-31 02:07:21 -04:00
  • 1340b5d512 mat3x4: fix multiplication functions Vincent Davis Jr 2024-03-31 01:48:50 -04:00
  • 85165dd3e3 docs: mat4x2 account for latest mulitplication changes Vincent Davis Jr 2024-03-31 13:33:33 -04:00
  • 3445f93fbc mat4x2: fix multiplication functions Vincent Davis Jr 2024-03-31 13:09:02 -04:00
  • d2642eb206 docs: expand wy-nav-content width to edge of screen Vincent Davis Jr 2024-03-31 12:20:02 -04:00
  • 929963c6eb Merge pull request #407 from EasyIP2023/bugfix/mat3x2-multiplication Recep Aslantas 2024-03-31 13:40:58 +03:00
  • 25b33fab6b Merge pull request #405 from EasyIP2023/bugfix/mat2x4-mutli Recep Aslantas 2024-03-31 13:40:45 +03:00
  • c9adbaabd7 Merge pull request #403 from EasyIP2023/bugfix/mat2x3-multiplication Recep Aslantas 2024-03-31 13:36:39 +03:00
  • b22e8230d0 Merge pull request #406 from recp/I_macro Recep Aslantas 2024-03-31 13:30:42 +03:00
  • bf4c5b4e26 dont use I macro defined in standard I_macro Recep Aslantas 2024-03-31 13:24:50 +03:00
  • 54dfbc5a28 docs: mat2x4 account for latest mulitplication changes Vincent Davis Jr 2024-03-30 18:29:03 -04:00
  • 088c66029d docs: mat3x2 account for latest mulitplication changes Vincent Davis Jr 2024-03-31 00:39:27 -04:00
  • 2283c708c6 mat3x2: fix multiplication functions Vincent Davis Jr 2024-03-30 21:10:10 -04:00
  • 46864ba2f7 mat2x4: fix multiplication functions Vincent Davis Jr 2024-03-30 17:44:28 -04:00
  • c5dcb93c92 docs: mat2x3 account for latest mulitplication changes Vincent Davis Jr 2024-03-30 14:22:23 -04:00
  • 050bc95264 mat2x3: fix multiplication functions Vincent Davis Jr 2024-03-29 23:14:11 -04:00
  • f388df7f3e fix typos Recep Aslantas 2024-03-31 04:40:42 +03:00
  • 4c872238d9 dont use I macro defined in standard Recep Aslantas 2024-03-31 04:22:42 +03:00
  • 8366e51b47 optimize mat4 scalar inv Recep Aslantas 2024-03-29 22:13:23 +03:00
  • 30b4ea80a9 optimize mat3 scalar inv Recep Aslantas 2024-03-29 20:59:54 +03:00
  • edfb5e3984 docs: alignment Recep Aslantas 2024-03-29 08:42:07 +03:00
  • 4d43241a69 docs: add note to enable config where may not work is some environments Recep Aslantas 2024-03-29 08:21:14 +03:00
  • 1337e9cdfb docs: ray sphere docs improvements Recep Aslantas 2024-03-29 08:10:56 +03:00
  • 9df36ce005 docs: ray sphere docs improvements Recep Aslantas 2024-03-29 08:05:10 +03:00
  • 55521ecd61 Merge pull request #402 from nitrix/fix/struct-api-ray-at Recep Aslantas 2024-03-29 07:55:28 +03:00
  • 829b7dddce now working on v0.9.4 Recep Aslantas 2024-03-29 07:53:48 +03:00
  • 2fced7181a Struct API glms_ray_at incorrect dir param. Alex Belanger 2024-03-28 14:22:39 -04:00
  • 1de373a9bd normalize: norm == 0.0f to norm < FLT_EPSILON, improving handling of very small vectors to prevent instability and overflow v0.9.3 Recep Aslantas 2024-03-25 02:22:46 +03:00
  • 6a7d03bafb suppress warnings Recep Aslantas 2024-03-25 02:17:03 +03:00
  • aad5223da0 change signature of refraction to let caller know if refraction occurs or not Recep Aslantas 2024-03-24 06:31:29 +03:00
  • 707bff021c Merge pull request #399 from recp/ray Recep Aslantas 2024-03-23 11:26:17 +03:00
  • e4c38ccc4c docs: update ray sphere intersection brief ray Recep Aslantas 2024-03-22 23:49:05 +03:00
  • ceaa54aef8 tests: test for ray, reflect, refract and faceforward Recep Aslantas 2024-03-22 23:44:43 +03:00
  • da57558078 docs for new ray functions Recep Aslantas 2024-03-22 22:30:22 +03:00
  • 6ad0aca7e0 fix refract Recep Aslantas 2024-03-22 21:59:10 +03:00
  • 96e415daa4 build: add missing file Recep Aslantas 2024-03-22 10:42:29 +03:00
  • 3701305c9e suppress warnings Recep Aslantas 2024-03-22 10:36:28 +03:00
  • 2b78f9ab47 refract Recep Aslantas 2024-03-22 00:18:55 +03:00
  • 41d1a8b9eb faceforward Recep Aslantas 2024-03-21 02:21:28 +03:00
  • 8ea2fd1cd1 reflect missing stuff Recep Aslantas 2024-03-21 02:21:07 +03:00
  • 8c81443f24 reflect Recep Aslantas 2024-03-21 00:18:02 +03:00
  • 608e7d9c2c Update CREDITS Recep Aslantas 2024-03-20 07:33:43 +03:00
  • 73a4fc76d7 ray: point along a ray at a parameter t Recep Aslantas 2024-03-20 07:24:07 +03:00
  • aa45d081fc ray: ray sphere intersection Recep Aslantas 2024-03-20 07:22:36 +03:00
  • f1d4aea69b win: add missing files to vsproj Recep Aslantas 2024-03-20 07:16:17 +03:00
  • 0ef8ebe84e Merge pull request #397 from recp/affine-docs Recep Aslantas 2024-03-20 01:05:18 +03:00
  • 8b6eca29cf docs: clarify some rotation rules affine-docs Recep Aslantas 2024-03-19 23:55:42 +03:00
  • 0fbad944c5 Merge pull request #398 from waywardmonkeys/make-const-floats Recep Aslantas 2024-03-18 16:48:02 +03:00
  • 182c28faf8 Allow passing const float* to make functions. Bruce Mitchener 2024-03-18 19:49:50 +07:00
  • 995fb2e347 clarify some rotation rules Recep Aslantas 2024-03-16 00:34:11 +03:00
  • 838c5078b7 Merge pull request #395 from recp/ndebug Recep Aslantas 2024-03-02 11:15:18 +03:00
  • 772238f53f update cmake to respect DEBUG ndebug Recep Aslantas 2024-03-01 12:01:58 +03:00
  • b9e62b6fe5 use NDEBUG to check DEBUG mode Recep Aslantas 2024-03-01 12:00:01 +03:00
  • c9e2b81e99 test: fix ivec2 and ivec3 comparison and suppress warnings Recep Aslantas 2024-02-24 06:55:45 +03:00
  • ee18e58815 test: fix ivec2 and ivec3 comparison and suppress warnings Recep Aslantas 2024-02-24 06:50:07 +03:00
  • 85ee366861 move deprecated glmc_aabb2d_size to right place Recep Aslantas 2024-02-24 06:33:30 +03:00
  • 0e4201b816 suppress warnings: C4244: 'function': conversion from 'int' to 'float' Recep Aslantas 2024-02-24 06:10:48 +03:00
  • b7e4c96738 Merge pull request #392 from duarm/master Recep Aslantas 2024-02-24 05:58:49 +03:00
  • 0d92bfc722 docs and call api for _aabb2d_zero duarm 2024-02-23 14:07:58 -03:00
  • 237432969d macro for call api too duarm 2024-02-23 14:01:26 -03:00
  • 131ac68ad3 size -> diag, new sizev duarm 2024-02-23 13:53:25 -03:00