aboutsummaryrefslogtreecommitdiff
path: root/vendor/sdl2/sdl_pixels.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `@(ignore_duplicates)` for `foreign import` declarationsgingerBill2025-01-281-0/+2
* Fix SDL constantsFeoramund2024-07-031-2/+2
* [vendor/sdl]: Fix fourcc codes for pixel formats to match FOURCC definitionflysand72023-12-011-8/+8
* Revert "Unify `foreign import` for `vendor:sdl2`"gingerBill2023-05-021-0/+6
* Unify `foreign import` for `vendor:sdl2`gingerBill2023-04-201-6/+0
* vendor: sdl2: simplify foreign importSébastien Marie2022-03-021-5/+5
* sdl2: add openbsd supportSébastien Marie2022-02-281-1/+2
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-4/+4
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-151-4/+4
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-4/+4
* Strip unneeded semicolons from vendor librarygingerBill2021-08-311-48/+48
* Embed the SDL2 libraries into `vendor:sdl2`gingerBill2021-08-221-0/+237