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
/
vendor
Commit message (
Expand
)
Author
Age
Files
Lines
*
vendor/box2d: clarify wasm building
Laytan Laats
2025-01-05
3
-1
/
+8
*
vendor/raylib: fix SetVertexAttribute definition
Laytan Laats
2025-01-05
1
-1
/
+1
*
Merge pull request #4639 from flga/vulkan_xlib_xcb
Laytan
2025-01-05
8
-16
/
+213
|
\
|
*
vendor:x11/xlib add IS_SUPPORTED constant to match core:time and friends
fleandro
2025-01-05
3
-4
/
+6
|
*
vendor:vulkan Use vendor:x11/xlib types when available
fleandro
2024-12-31
2
-6
/
+30
|
*
vendor:vulkan Add support for xlib and xcb
fleandro
2024-12-30
7
-16
/
+187
*
|
Merge pull request #4636 from 2nafish117/update-to-cgltf-1.14
Laytan
2025-01-05
5
-242
/
+549
|
\
\
|
*
|
rebuild windows lib
laytan
2025-01-05
1
-0
/
+0
|
*
|
update wasm blob
Laytan Laats
2025-01-05
1
-0
/
+0
|
*
|
build cgltf lib
shashank
2024-12-29
1
-0
/
+0
|
*
|
update cgltf from 1.13 to 1.14
shashank
2024-12-29
3
-242
/
+549
|
|
/
*
|
vendor/raylib: fix Vector3Unproject wrong assignment
Laytan Laats
2025-01-05
1
-1
/
+1
*
|
Added WASM libs for raylib and raygui. Added them to the foreign import block...
Karl Zylinski
2025-01-01
5
-0
/
+15
*
|
Merge pull request #4644 from karl-zylinski/box2d-build-script-fix
Laytan
2025-01-01
1
-1
/
+1
|
\
\
|
*
|
Fix for casing error in box2d/wasm.Makefile
Karl Zylinski
2025-01-01
1
-1
/
+1
*
|
|
Fix for vendor:libc using wrong types for log and sin procs.
Karl Zylinski
2025-01-01
2
-4
/
+4
|
/
/
*
|
Disable the os-specific code in `libc` so that non-OS specific platforms stil...
gingerBill
2025-01-01
1
-0
/
+1
*
|
Clean up box2d `foreign import`
gingerBill
2025-01-01
1
-10
/
+2
|
/
*
Change single pointers to multipointers, fix UUIDs in d3d11 and d3d12
imlodinu
2024-12-19
4
-142
/
+141
*
Fixed typo in wgpu.js
Courtney Strachan
2024-12-17
1
-2
/
+2
*
Merge pull request #4558 from thebigtoona/vendor/raylib-add-rcamera-module-bi...
gingerBill
2024-12-11
1
-0
/
+28
|
\
|
*
change camera defines to constants
Tina Colvin
2024-12-04
1
-5
/
+5
|
*
add bindings for rCamera module in vendor/raylib/raylib.odin
Tina Colvin
2024-12-04
1
-0
/
+28
*
|
change pointer arg to multipointer in GetDisplayModeList and GetDisplayModeList1
shashank
2024-12-08
1
-2
/
+2
*
|
Merge pull request #4551 from wrapperup/vulkan-1.4.303
gingerBill
2024-12-08
8
-1934
/
+3892
|
\
\
|
*
|
add missing vulkan video constants
wrapperup
2024-12-07
2
-2
/
+56
|
*
|
regenerate vulkan vendor bindings (1.4.303)
wrapperup
2024-12-02
8
-1932
/
+3836
|
|
/
*
/
raylib/rlgl: fix foreign imports after update to 5.5
Laytan Laats
2024-12-06
1
-5
/
+3
|
/
*
vendor/raylib: revert removal of arm64 raygui binaries and fix import paths
Laytan Laats
2024-11-26
3
-2
/
+2
*
Add aliases for Is*Ready -> Is*Valid
Jeroen van Rijn
2024-11-25
1
-5
/
+19
*
Resolve indentation issues
lxmcf
2024-11-25
1
-4
/
+4
*
Add missing trailing commas
Alex Macafee
2024-11-25
1
-2
/
+2
*
Update vendor:raylib to raylib 5.5
lxmcf
2024-11-25
22
-206
/
+230
*
Fix typo, its supposed to be #config
Waqar Ahmed
2024-11-18
1
-1
/
+1
*
fix LoadRandomSequence binding in vendor raylib
nickk-dv
2024-11-06
1
-5
/
+5
*
Fixed raymath not applying matrix translations.
Barinzaya
2024-10-31
1
-2
/
+2
*
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
1
-7
/
+7
|
\
|
*
port pthread_mutex_t and pthread_cond_t from sys/unix cause miniaudio wants it
Laytan
2024-10-28
1
-7
/
+7
*
|
wgpu: add missing JS impl for RenderPassEncoderSetBlendConstant
Laytan Laats
2024-10-26
1
-0
/
+10
*
|
wgpu: take version check out of @init, use C cc when appropriate
Laytan Laats
2024-10-20
1
-24
/
+35
|
/
*
rlgl: Add `EnableColorBlend()`
Stefan Stefanov
2024-10-12
1
-0
/
+1
*
Merge pull request #4324 from laytan/va-list-stb-sprintf-raylib-fixe
gingerBill
2024-09-30
5
-3
/
+4
|
\
|
*
va_list fixes for raylib & stb sprintf
Laytan Laats
2024-09-29
5
-3
/
+4
*
|
Merge pull request #4302 from Pariatech/enable_static_glfw_linux
Laytan
2024-09-29
1
-2
/
+12
|
\
\
|
|
/
|
/
|
|
*
do recommendation
Gabriel Pariat
2024-09-29
1
-2
/
+6
|
*
adding binding for static for linux
Gabriel Pariat
2024-09-24
1
-2
/
+8
*
|
fix box2d World_Draw not taking a pointer
Laytan Laats
2024-09-29
1
-1
/
+1
*
|
fix wgpu examples after move of files in 95721fe
Laytan Laats
2024-09-29
8
-10
/
+12
*
|
generate new vulkan files (1.3.296)
wrapperup
2024-09-26
21
-530
/
+7593
*
|
fix mismatching type generation with newer vulkan headers
wrapperup
2024-09-26
1
-6
/
+11
|
/
[next]