aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* fix -vet-tabsLaytan Laats2024-08-271-5/+5
* Merge pull request #4150 from laytan/update-wgpu-to-22-1-0gingerBill2024-08-269-153/+210
|\
| * wgpu: update to v22.1.0.1Laytan Laats2024-08-269-153/+210
* | wgpu: cont. fix sdl2glue on LinuxLaytan Laats2024-08-262-1/+7
* | wgpu: fix sdl2glue not using GetWindowWMInfo properlyLaytan2024-08-261-0/+2
* | Fix binding to cmark_node_get_fence_infoZac Nowicki2024-08-251-1/+1
* | Merge pull request #4134 from karl-zylinski/fix-raylib-LoadImageAnim-bindingLaytan2024-08-241-1/+1
|\ \
| * | Fix comment indentation.Karl Zylinski2024-08-241-1/+1
| * | Make rl.LoadImageAnim take a pointer instead of a multipointer. The param fra...Karl Zylinski2024-08-241-1/+1
| |/
* | Remove unused importgingerBill2024-08-241-1/+0
* | `MemFree` as a procedure group for both `rawptr` and `cstring`gingerBill2024-08-241-1/+18
* | Use `fmt.caprintf` directlygingerBill2024-08-241-2/+1
* | Fix `-vet-tabs` issuesgingerBill2024-08-2412-2034/+2034
* | Add missing trailing commaJason Olson2024-08-171-1/+1
* | Restores vertical text alignment broken after 4.0 migrationJason Olson2024-08-171-7/+5
* | Minor clean up of commentsgingerBill2024-08-141-32/+34
* | Minor changes to `vendor:ENet`gingerBill2024-08-144-34/+34
* | Add `fmt:"v,extensions_count"` tags to many struct fieldsgingerBill2024-08-141-22/+22
* | Improve doc comments for `vendor:ggpo`gingerBill2024-08-141-304/+260
* | Add `require_results` and change some of the wrapper to return a slicegingerBill2024-08-141-22/+35
* | Fix foreign import pathsgingerBill2024-08-141-2/+4
* | Add deprecated and require_results attributes to math_functions.odingingerBill2024-08-141-12/+74
* | Fix paths for amd64 targetsgingerBill2024-08-141-0/+2
* | Clean up `foreign import` code for library path determinationgingerBill2024-08-141-20/+9
* | Merge branch 'vendor/box2d' of https://github.com/odin-lang/Odin into vendor/...gingerBill2024-08-145-3/+89
|\ \
| * | box2d: add build script and MacOS librariesLaytan Laats2024-08-135-3/+89
* | | Improve presentationgingerBill2024-08-144-379/+392
|/ /
* | Minor style changegingerBill2024-08-131-3/+3
* | Change .lib to be /MT compatible; Fix commentsgingerBill2024-08-134-403/+403
* | Use `intrinsics.has_target_feature`gingerBill2024-08-131-2/+4
* | Add libraries for windowsgingerBill2024-08-134-286/+298
* | Create bindings for box2dgingerBill2024-08-137-0/+3780
* | Merge pull request #4050 from IllusionMan1212/egl-procsgingerBill2024-08-131-6/+25
|\ \
| * | vendor/egl: added a few more egl procedures and constantsIllusionMan12122024-08-101-6/+25
* | | Merge pull request #4049 from IllusionMan1212/xrandr-xinput-xfixesgingerBill2024-08-133-5/+234
|\ \ \
| * | | vendor/x11: added a few procedures for xrandr, xinput, and xfixesIllusionMan12122024-08-103-5/+234
| |/ /
* | / remove panic workaroundLaytan Laats2024-08-121-7/+1
| |/ |/|
* | wgpu: fix examples after changing color to an arrayLaytan Laats2024-08-062-2/+2
* | fix vet errors in stb truetypeLaytan Laats2024-08-031-2/+1
* | Merge pull request #3969 from elvodqa/masterLaytan2024-08-0217-6/+495
|\ \
| * | Update vendor/wgpu/examples/sdl2/main.odinEmir2024-08-021-1/+1
| * | Update README.mdEmir2024-07-241-1/+8
| * | Update os_sdl2.odinEmir2024-07-241-3/+3
| * | Update os_sdl2.odinEmir2024-07-241-2/+0
| * | Add newline to glue_darwin.odinEmir2024-07-241-1/+1
| * | Fix indentation and add full exampleEmir2024-07-249-107/+265
| * | Add `sdl2glue/glue_linux.odin`Emir2024-07-232-0/+43
| * | Update glue.odinEmir2024-07-231-1/+0
| * | Remove unused variable from exampleEmir2024-07-231-1/+0
| * | Add sdl2glue to `vendor:wgpu` package + triangle exampleEmir2024-07-2310-5/+290