aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Added MAX_MATERIAL_MAPS constantFurkan2025-11-011-0/+1
|
* Change `^i16` to `cstring16` where appropriategingerBill2025-10-281-16/+16
|
* Update GetPlatformDisplay and CreatePlatformWindowSurface to take in ↵Meliketoaste2025-10-251-2/+2
| | | | intptr_t/int inistead of i32
* Merge pull request #5813 from lmbarros/lmb/box2d-callbacks-signaturesgingerBill2025-10-221-2/+2
|\ | | | | Fix return types for vendor:box2d callbacks
| * Fix return types for vendor:box2d callbacksLeandro Motta Barros2025-10-151-2/+2
| |
* | Merge pull request #5814 from laytan/wgpu-27.0.2.0gingerBill2025-10-226-15/+42
|\ \ | | | | | | vendor/wgpu: update to 27.0.2.0
| * | vendor/wgpu: update to 27.0.2.0Laytan2025-10-156-15/+42
| |/
* | `vendor:box2d` add `targetAngle` to `RevoluteJoint` struct/procsekliot2025-10-212-0/+10
| |
* | Fix IsNormalized to match the corresponding procedure in box2dFredrik Malmer2025-10-181-1/+1
| |
* | Change box2d epsilon to math C standard libraryFredrik Malmer2025-10-181-1/+1
|/
* Merge pull request #5801 from IllusionMan1212/egl-procsgingerBill2025-10-141-1/+25
|\ | | | | vendor/egl: a few more procedures and constants
| * vendor/egl: a few more procedures and constantsIllusionMan12122025-10-121-1/+25
| |
* | Merge pull request #5766 from rope-hmg/mastergingerBill2025-10-111-0/+6
|\ \ | | | | | | Added PointInRectFloat to SDL3
| * | Changed indentation to tabsHector2025-10-101-2/+2
| | |
| * | Added PointInRectFloat to SDL3Hector2025-10-071-0/+6
| | |
* | | Merge pull request #5773 from karl-zylinski/fontstash-ttc-fixJeroen van Rijn2025-10-113-2/+13
|\ \ \ | | | | | | | | Fix fontstash crash with .TTC files
| * | | Add fontIndex parameter to fontstash that controls which font in a TTC to loadKarl Zylinski2025-10-103-5/+13
| | | |
| * | | Fix for fontstash crash because it didn't fetch the offset of the first font ↵Karl Zylinski2025-10-091-1/+4
| |/ / | | | | | | | | | correctly. The old setup didn't work with TTC files that contain multiple fonts.
* | | Doc lines for vendor:*Jeroen van Rijn2025-10-1052-108/+128
| | |
* | | Start adding pkg lines for vendor.Jeroen van Rijn2025-10-109-2/+9
| | |
* | | Merge pull request #5726 from LeonardoTemperanza/mastergingerBill2025-10-082-1069/+1075
|\ \ \ | | | | | | | | [vendor/vulkan] Fix bindings generator
| * | | Removed 0UL check.Username-Leon2025-09-291-1/+1
| | | | | | | | | | | | | | | | Thought unsigned long was consistent across platforms
| * | | Fixed vulkan bindings.Username-Leon2025-09-292-1069/+1075
| |/ / | | | | | | | | | In vendor/vulkan, vendor constants ending with EXT/AMD/NV/NVX/GOOGLE/KHX (all except KHR) are now present. VK_SHADER_UNUSED_KHR (as well as others previously absent) was improperly translated from (~0U) to 0. Explicit checks for "(~0U)", "(~0UL)" and "(~0ULL)" have been added to produce ~u32(0) and ~u64(0). Hardcoded constants in the bindings generator ending with EXT have been removed as they are now properly caught by the regex.
* / / Removed unused pBufferOut parameters149-code2025-09-291-2/+2
|/ /
* / `MAKE_VERSION` be `"contextless"`gingerBill2025-09-252-2/+2
|/
* fix CreateMotorJoint param typeekliot2025-09-051-1/+1
|
* Split SDL_ttf bindings to group with and without require_resultsDamian Tarnawski2025-08-201-41/+55
|
* Update stb_truetype.c againgingerBill2025-08-188-0/+2
|
* Rebuild stb libraries and compile `stb_truetype` using the `stb_rect_pack` rectsgingerBill2025-08-188-0/+2
|
* Make D3D12_FEATURE_DATA_D3D12_OPTIONS.MinPrecisionSupport a bitsetconnnnal2025-08-171-4/+4
| | | | https://learn.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_feature_data_d3d12_options
* Merge pull request #5590 from leecommamichael/mastergingerBill2025-08-161-1/+1
|\ | | | | [vendor:OpenGL] fix misnamed parameter
| * missed a spotMichael Lee2025-08-151-1/+1
| |
| * misnamed parameterMichael Lee2025-08-151-1/+1
| |
* | Merge pull request #5533 from weskerfoot/add-missing-xlib-procgingerBill2025-08-151-0/+12
|\ \ | | | | | | add missing xlib functions for getting and setting text properties
| * | add missing xlib functions for getting and setting text propertiesWesley Kerfoot2025-08-031-0/+12
| | |
* | | Fix typo in newBufferWithSliceNoCopyTohei Ichikawa2025-08-141-1/+1
| | |
* | | Merge pull request #5558 from odin-lang/bill/init-fini-changesgingerBill2025-08-104-6/+7
|\ \ \ | | | | | | | | `@(init)` & `@(finit)` Changes.
| * | | Assign `context` in scopegingerBill2025-08-081-0/+1
| | | |
| * | | `contextless` fixes for `js`gingerBill2025-08-083-4/+4
| | | |
| * | | Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-2/+2
| | | |
* | | | Fix some webgl bindingsAlex Riedl2025-08-092-9/+59
|/ / /
* | | Merge pull request #5549 from slowhei/mastergingerBill2025-08-072-63/+270
|\ \ \ | | | | | | | | Fix Incorrect/Missing Metal Mesh Shading Bindings
| * | | Add bindings for vertexLinkedFunctionsTohei Ichikawa2025-08-071-0/+8
| | | |
| * | | Fix Metal mesh shading bindingsTohei Ichikawa2025-08-062-63/+262
| |/ /
* / / Alias [^]u16 to Windows LPCWSTRconnnnal2025-08-072-19/+21
|/ /
* | Merge pull request #5505 from RoboMage/sdl2_audio_bitsetLaytan2025-08-011-7/+9
|\ \ | | | | | | SDL2 - AudioAllowChangeFlags bit_set
| * | SDL2 - audio allow change bit_setrobomage2025-07-271-7/+9
| | | | | | | | | | | | sdl.OpenAudioDevice was incorrectly using a bool instead of a c.int for it's last parameter. To make the proc call more idiomatic and inline with other bindings a new bit_set was introduced to be used in place of the constants
* | | fix: align the enum valuesTaylor2025-07-301-8/+8
| | |
* | | add cgltf filter type and wrap mode enumsTaylor2025-07-281-4/+20
|/ /
* | SDL_image save functions should return boolbrandon2025-07-191-6/+6
| |