aboutsummaryrefslogtreecommitdiff
path: root/core/math/linalg/hlsl
Commit message (Collapse)AuthorAgeFilesLines
* Add half support to all proc groups and add ashalf proc groupNick Driscoll2025-10-282-2/+759
|
* Add all half scalar, vector, and matrix typesNick Driscoll2025-10-281-0/+25
|
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* Package lines for `core:math` and more.Jeroen van Rijn2025-10-091-1/+1
|
* Rename adjugate to cofactor to keep existing usages for inverse and ↵Sebastian Pahnke2024-12-281-18/+66
| | | | determinant correct and add new adjugate procedures
* Remove `distinct` from `core:math/linalg/(glsl|hlsl)` typesgingerBill2024-09-181-74/+74
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
|
* Move matrix related procedures to the different `linalg` packagesgingerBill2024-01-281-15/+276
|
* Add `@(require_results)` to `core:math/linalg`'s `glsl` and `hlsl` packagesgingerBill2023-05-222-735/+745
|
* Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSLJesse Stiller2022-01-302-0/+85
|
* Extraneous parameters in hlsl/glsl.saturate removedJesse Stiller2022-01-171-16/+16
| | | | | | This is a breaking change to anyone who used glsl/hlsl.saturate functions prior, but the y and z parameters never were used and do not conform to how the saturate function works in HLSL: https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-saturate Note however GLSL does not contain a saturate function, but removing it does not accomplish anything good IMO.
* Add `core:math/linalg/hlsl`gingerBill2021-11-042-0/+1841