aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4907 from Feoramund/os2-fix-env-linuxdev-2025-03gingerBill2025-03-052-30/+22
|\
| * Fix data races in `os2/env_linux.odin`Feoramund2025-03-041-28/+20
| * Fix typoFeoramund2025-03-041-1/+1
| * Fix indentationFeoramund2025-03-041-1/+1
|/
* Merge pull request #4905 from Feoramund/os2-fix-random-stringgingerBill2025-03-042-40/+11
|\
| * Shorten buffers used for `os2.random_string` resultsFeoramund2025-03-031-2/+2
| * Make `os2.random_string` use `context.random_generator`Feoramund2025-03-031-38/+9
* | Merge pull request #4893 from Barinzaya/for-bitset-ctzgingerBill2025-03-041-49/+30
|\ \
| * | Implemented `#reverse` for `for in bit_set`.Barinzaya2025-03-021-1/+10
| * | Re-implemented `for` on `bit_set`s to use CTZ.Barinzaya2025-02-281-50/+22
* | | wgpu: fix link in doc.odinLaytan Laats2025-03-031-1/+1
* | | wgpu: device lost callback device by pointer in JSLaytan Laats2025-03-031-4/+9
* | | Merge pull request #4899 from Valakor/wgpuLaytan2025-03-032-100/+100
|\ \ \
| * | | Fix typo: SprivShaderPassThrough -> SpirvShaderPassthroughMatthew Pohlmann2025-03-021-1/+1
| * | | Some more fixes: ChainedStruct vs. ChainedStructOut, desiredMaximumFrameLaten...Matthew Pohlmann2025-03-022-94/+94
| * | | Merge branch 'wgpu' of https://github.com/Valakor/Odin into wgpuMatthew Pohlmann2025-03-021-0/+2
| |\ \ \
| | * \ \ Merge branch 'odin-lang:master' into wgpuMatthew Pohlmann2025-03-021-0/+2
| | |\ \ \
| * | | | | Use ^Device instead of Maybe(Device) for device callbacksMatthew Pohlmann2025-03-021-2/+2
| |/ / / /
| * | | | wgpu v24.0.0.2 fixesMatthew Pohlmann2025-03-021-5/+5
* | | | | Merge pull request #4904 from laytan/move-wgpu-examples-to-examples-repoLaytan2025-03-0313-760/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | wgpu: move examples to examples repoLaytan Laats2025-03-0313-760/+20
|/ / / /
* | | | dynlib: fix initialize_symbols when there is no field for the handle in the s...Laytan Laats2025-03-031-0/+5
* | | | sys/windows: fix tabsLaytan Laats2025-03-031-4/+4
* | | | Fix #4903gingerBill2025-03-031-1/+3
* | | | Merge pull request #4900 from Barinzaya/fix-bitset-xor-changes-enumgingerBill2025-03-031-3/+2
|\ \ \ \
| * | | | Fixed `~` on `bit_set[Some_Enum]` altering the definition of the enum.Barinzaya2025-03-021-3/+2
| | |_|/ | |/| |
* | | | Merge pull request #4901 from Feoramund/os2-fixesgingerBill2025-03-032-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add missing allocator in `os2.file_info_clone`Feoramund2025-03-021-1/+1
| * | | Fix wrong path in `os2.user_config_dir`Feoramund2025-03-021-1/+1
|/ / /
* | | Merge pull request #4898 from alektron/ArenaTotalUsedMismatchgingerBill2025-03-021-0/+2
|\ \ \ | |_|/ |/| |
| * | Fix: When resizing a virtual arena by commiting more of the already reserved ...alektron2025-03-021-0/+2
|/ /
* | Merge pull request #4853 from laytan/update-wgpu-24gingerBill2025-03-0228-1343/+1833
|\ \
| * | wgpu: update to v24.0.0.2Laytan Laats2025-02-286-7/+7
| * | wgpu: stringView -> StringView typoLaytan Laats2025-02-271-1/+1
| * | wgpu: fix mode which is u64 not unwrapping big intLaytan Laats2025-02-271-0/+1
| * | wgpu: copy over gpu contents to cpu side when mappingLaytan Laats2025-02-271-0/+6
| * | wgpu: layout left blank should set it to "auto" in JSLaytan Laats2025-02-271-2/+2
| * | wgpu: fix wrapper and add more wrappersLaytan Laats2025-02-271-4/+16
| * | wgpu: remove mode field of uncaptured error callback infoLaytan Laats2025-02-272-2/+12
| * | wgpu: add missing libs on WindowsLaytan Laats2025-02-271-0/+2
| * | wgpu: update releaseLaytan Laats2025-02-2411-9/+9
| * | wgpu: update to v24.0.0Laytan Laats2025-02-1720-1342/+1801
* | | Merge pull request #4884 from Dzentsetsu/masterJeroen van Rijn2025-03-021-0/+7
|\ \ \
| * | | Update core/sys/windows/dwmapi.odingingerBill2025-03-021-1/+1
| * | | Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferencesRoman Osipov2025-02-261-0/+7
* | | | Merge pull request #4545 from flysand7/docs-simdgingerBill2025-03-021-38/+2282
|\ \ \ \
| * | | | Fix documentation for simd_shuffleflysand72025-03-021-5/+3
| * | | | Merge branch 'master' into docs-simdflysand72025-03-02526-7392/+111714
| |\ \ \ \
| * \ \ \ \ Merge branch 'simd-docs' into docs-simdflysand72025-01-211-86/+90
| |\ \ \ \ \
| | * | | | | Suggestion fixesflysand72025-01-211-64/+75