index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
/
linalg
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename adjugate to cofactor to keep existing usages for inverse and determina...
Sebastian Pahnke
2024-12-28
1
-18
/
+66
*
add trunc to glsl linalg
Gabriel Pariat
2024-12-17
2
-0
/
+18
*
Remove `distinct` from `core:math/linalg/(glsl|hlsl)` types
gingerBill
2024-09-18
1
-35
/
+35
*
fix(linalg/glsl): incorrect quat by vector3 multiplication
IllusionMan1212
2024-04-28
1
-2
/
+2
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
Move matrix related procedures to the different `linalg` packages
gingerBill
2024-01-28
1
-23
/
+275
*
Add `@(require_results)` to `core:math/linalg`'s `glsl` and `hlsl` packages
gingerBill
2023-05-22
2
-530
/
+562
*
Fix #2545 - Typo in vec4 lerping procedures
KyleRhoads45
2023-05-18
1
-2
/
+2
*
Add `round` to linalg_glsl_math.odin
gingerBill
2022-01-30
1
-0
/
+2
*
Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSL
Jesse Stiller
2022-01-30
1
-0
/
+19
*
Extraneous parameters in hlsl/glsl.saturate removed
Jesse Stiller
2022-01-17
1
-17
/
+16
*
Fix quaternion casting
gingerBill
2022-01-03
1
-2
/
+2
*
Add inverse for dmatN types
gingerBill
2021-11-04
1
-4
/
+12
*
Add `smoothstep`
gingerBill
2021-11-04
1
-0
/
+25
*
Minor reorganization
gingerBill
2021-11-04
1
-111
/
+114
*
Add `f64` variants of all types and procedures
gingerBill
2021-11-04
2
-37
/
+695
*
Add more comments
gingerBill
2021-11-04
1
-12
/
+16
*
Add comments
gingerBill
2021-11-04
1
-2
/
+1
*
Remove unneeded suffixes
gingerBill
2021-11-04
1
-8
/
+8
*
Remove build tag
gingerBill
2021-11-04
1
-1
/
+0
*
`core:math/linalg/glsl` - GLSL-like mathematics types and operations
gingerBill
2021-11-04
2
-0
/
+1186