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
/
OpenGL
/
wrappers.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
missed a spot
Michael Lee
2025-08-15
1
-1
/
+1
*
misnamed parameter
Michael Lee
2025-08-15
1
-1
/
+1
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-1
/
+1
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-1
/
+1
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-9
/
+9
*
More style improvements
gingerBill
2024-06-29
1
-28
/
+14
*
Avoid loop index shadowing
iciuperca
2024-04-09
1
-4
/
+4
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Remove the use of `import` within `when`
gingerBill
2023-08-04
1
-3
/
+5
*
Add vendor:zlib to examples/all; prefix vendor packages.
Jeroen van Rijn
2022-09-21
1
-1
/
+1
*
Add GL_DEBUG config that falls back to ODIN_DEBUG to preserve previous behavi...
Joakim Hentula
2022-09-02
1
-1
/
+1
*
remove unneeded semicolons
Phil
2022-06-28
1
-2
/
+2
*
Add OpenGL bindless textures ARB api to vendor
Phil
2022-06-27
1
-0
/
+30
*
fix typo in TexImage3D
awwdev
2022-04-29
1
-1
/
+1
*
replaced a few [^]u8 with cstring
awwdev
2022-04-29
1
-6
/
+6
*
Remove unneeded semicolons from vendor:OpenGL
gingerBill
2021-11-21
1
-1
/
+1
*
Remove `#force_inline` from all wrappers
gingerBill
2021-11-21
1
-1401
/
+1401
*
Merge pull request #1230 from jockus/master
gingerBill
2021-10-26
1
-28
/
+30
|
\
|
*
Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ...
jockus
2021-10-20
1
-28
/
+30
*
|
Set `VertexAttribPointer` related calls to use `uintptr` instead of `rawptr` ...
gingerBill
2021-10-13
1
-8
/
+8
|
/
*
Update appropriate parameters to the corresponding boolean types
gingerBill
2021-09-15
1
-16
/
+16
*
Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`
gingerBill
2021-09-11
1
-3
/
+3
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-1400
/
+1400
*
Strip unneeded semicolons from vendor library
gingerBill
2021-08-31
1
-17
/
+17
*
Change to `[^][N]` to just `[^]`
gingerBill
2021-08-31
1
-128
/
+128
*
Change `[^][1]T` usage to `[^]T`
gingerBill
2021-08-24
1
-16
/
+16
*
Correct indentation
gingerBill
2021-08-24
1
-10
/
+10
*
More `[^][N]T` usage for `UniformNuiv`
gingerBill
2021-08-24
1
-8
/
+8
*
More `[^][N]T` usage
gingerBill
2021-08-24
1
-16
/
+16
*
Improve signatures for `[^][N*M]T` like matrix parameters
gingerBill
2021-08-24
1
-114
/
+114
*
Change some usages of `[^]T` to `^[N]T` where appropriate
gingerBill
2021-08-24
1
-140
/
+140
*
Update more uses of `[^]T` types
gingerBill
2021-08-23
1
-92
/
+92
*
Correct `int` to `i32` usage
gingerBill
2021-08-23
1
-4
/
+4
*
Add more indirect command structs to the procedure calls
gingerBill
2021-08-23
1
-6
/
+6
*
More corrections; Add `DrawArraysIndirectCommand` and `DrawElementsIndirectCo...
gingerBill
2021-08-23
1
-62
/
+37
*
Add `vendor:OpenGL`
gingerBill
2021-08-23
1
-0
/
+1567