aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* OpenGL: updated READMEhikari2022-12-061-8/+2
* Merge pull request #2203 from janivanecky/content_layout_rectgingerBill2022-11-291-0/+4
|\
| * Add NSWindow::content_layout_rectJan Ivanecky2022-11-171-0/+4
* | Fix UUIDgingerBill2022-11-211-1/+1
* | Fix #2174gingerBill2022-11-211-3/+5
* | fix missing wasm memory caseColin Davidson2022-11-181-1/+1
|/
* Update constants.odinMichael Kutowski2022-11-151-1206/+1631
* Update enums.odinMichael Kutowski2022-11-151-1404/+1831
* Fix formattinggingerBill2022-11-041-1/+0
* Add `@(require_results)`gingerBill2022-11-041-0/+1
* Move LICENSEgingerBill2022-11-041-0/+0
* Use `#by_ptr` and `@(require_results)` were usefulgingerBill2022-11-041-10/+24
* Update README.mdgingerBill2022-11-041-1/+11
* Add README.mdgingerBill2022-11-041-0/+146
* Wrap `parse` procedures to allow for multiple return valuesgingerBill2022-11-041-13/+30
* Add `//+build windows`gingerBill2022-11-041-0/+1
* Use slices and Odin `string` where possible due to struct field orderinggingerBill2022-11-041-93/+45
* Fix +build ignoregingerBill2022-11-041-1/+1
* Add `vendor:cgltf`gingerBill2022-11-046-0/+9041
* Merge branch 'master' into allocator-mode-alloc-non-zeroedgingerBill2022-11-0318-587/+709
|\
| * d3d12: Fixed RESOURCE_STATE_GENERIC_READ flagsHyp-X2022-11-031-1/+1
| * Add more `bit_set`s to direct packagesgingerBill2022-11-022-77/+93
| * Correct more flags for d3d12gingerBill2022-11-021-33/+39
| * Make many d3d12 flags `enum`s into `bit_set`gingerBill2022-11-021-276/+298
| * Fixed #2170gingerBill2022-11-021-8/+7
| * Fix STB lib import references on `ODIN_OS == .Darwin`Julian Ceipek2022-10-293-3/+3
| * Update many `enum`s to `bit_set`s for D3D11gingerBill2022-10-231-141/+183
| * Add RawMouseMotionSupportedJeroen van Rijn2022-10-212-0/+4
| * Fix indentationJulian Ceipek2022-10-201-1/+1
| * Add `objc_registerClassPair` to allow subclassingJulian Ceipek2022-10-201-0/+1
| * Use `c.size_t` to match C declaration more directlyJulian Ceipek2022-10-201-1/+1
| * Fix signature for `objc_allocateClassPair`Julian Ceipek2022-10-201-1/+1
| * Fix GetInstanceProcAddr crashterids2022-10-142-10/+10
| * Use `NS.BOOL` instead of `bool`Julian Ceipek2022-10-091-2/+2
| * Fix signature for `shouldTerminateAfterLastWindowClosed` delegate procJulian Ceipek2022-10-081-3/+3
| * Merge pull request #2117 from janivanecky/cocoa_windowJeroen van Rijn2022-10-084-33/+46
| |\
| | * Add glfw.GetCocoaWindowJan Ivanecky2022-10-084-33/+46
| * | Add class_getInstanceMethod, method_setImplementation bindingsJan Ivanecky2022-10-081-0/+3
| |/
| * Add additional NSWindow methodsJan Ivanecky2022-10-081-0/+16
* | Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-222-4/+7
|/
* Add vendor:zlib to examples/all; prefix vendor packages.Jeroen van Rijn2022-09-2126-26/+26
* removed doAndré (counter)2022-09-211-3/+3
* Fix darwin libs for vendor stbiray.garner2022-09-183-3/+3
* [zlib] Add statically linked x64 library.Jeroen van Rijn2022-09-141-0/+0
* [zlib] Add LICENSE, update READMEJeroen van Rijn2022-09-142-1/+28
* vendor zlibDale Weiler2022-09-141-0/+262
* Added support for ID3D11InfoQueueeadesmet2022-09-121-0/+1431
* Revert "Remove the workaround for NSWindow initWithContentFrame"gingerBill2022-09-091-1/+12
* Fix typo for `pow` in `runtime.js`gingerBill2022-09-081-1/+1
* Remove the workaround for NSWindow initWithContentFrameHasen Judy2022-09-061-12/+1