| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add vendor:zlib to examples/all; prefix vendor packages. | Jeroen van Rijn | 2022-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add OpenGL bindless textures ARB api to vendor | Phil | 2022-06-27 | 1 | -0/+44 |
| | | |||||
| * | fix typo in TexImage3D | awwdev | 2022-04-29 | 1 | -1/+1 |
| | | |||||
| * | replaced a few [^]u8 with cstring | awwdev | 2022-04-29 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #1230 from jockus/master | gingerBill | 2021-10-26 | 1 | -14/+14 |
| |\ | | | | | Convert all vendor:OpenGL functions taking GLboolean to bool | ||||
| | * | Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ↵ | jockus | 2021-10-20 | 1 | -14/+14 |
| | | | | | | | | | type size matching sizeof(unsigned char) as per the C headers | ||||
| * | | Set `VertexAttribPointer` related calls to use `uintptr` instead of `rawptr` ↵ | gingerBill | 2021-10-13 | 1 | -4/+4 |
| |/ | | | | for the byte offset parameter | ||||
| * | Update appropriate parameters to the corresponding boolean types | gingerBill | 2021-09-15 | 1 | -9/+9 |
| | | |||||
| * | Strip unneeded semicolons from vendor library | gingerBill | 2021-08-31 | 1 | -1430/+1430 |
| | | |||||
| * | Change to `[^][N]` to just `[^]` | gingerBill | 2021-08-31 | 1 | -65/+65 |
| | | |||||
| * | Make `sync_t` `distinct` | gingerBill | 2021-08-24 | 1 | -1/+1 |
| | | |||||
| * | Change `[^][1]T` usage to `[^]T` | gingerBill | 2021-08-24 | 1 | -8/+8 |
| | | |||||
| * | More `[^][N]T` usage for `UniformNuiv` | gingerBill | 2021-08-24 | 1 | -4/+4 |
| | | |||||
| * | More `[^][N]T` usage | gingerBill | 2021-08-24 | 1 | -8/+8 |
| | | |||||
| * | Improve signatures for `[^][N*M]T` like matrix parameters | gingerBill | 2021-08-24 | 1 | -57/+57 |
| | | |||||
| * | Change some usages of `[^]T` to `^[N]T` where appropriate | gingerBill | 2021-08-24 | 1 | -73/+73 |
| | | |||||
| * | Update more uses of `[^]T` types | gingerBill | 2021-08-23 | 1 | -54/+54 |
| | | |||||
| * | Correct `int` to `i32` usage | gingerBill | 2021-08-23 | 1 | -2/+2 |
| | | |||||
| * | Add more indirect command structs to the procedure calls | gingerBill | 2021-08-23 | 1 | -16/+22 |
| | | |||||
| * | More corrections; Add `DrawArraysIndirectCommand` and ↵ | gingerBill | 2021-08-23 | 1 | -24/+30 |
| | | | | | `DrawElementsIndirectCommand` data structures | ||||
| * | Remove dead procedure | gingerBill | 2021-08-23 | 1 | -6/+0 |
| | | |||||
| * | Remove space prefix | gingerBill | 2021-08-23 | 1 | -84/+84 |
| | | |||||
| * | Add `vendor:OpenGL` | gingerBill | 2021-08-23 | 1 | -0/+1590 |
| Based off a heavily modified version of: https://github.com/vassvik/odin-gl | |||||