aboutsummaryrefslogtreecommitdiff
path: root/vendor/OpenGL
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1230 from jockus/mastergingerBill2021-10-263-43/+45
|\
| * Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ...jockus2021-10-203-43/+45
* | Set `VertexAttribPointer` related calls to use `uintptr` instead of `rawptr` ...gingerBill2021-10-132-12/+12
|/
* Update appropriate parameters to the corresponding boolean typesgingerBill2021-09-152-25/+25
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-3/+3
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-1400/+1400
* Strip unneeded semicolons from vendor librarygingerBill2021-08-314-2940/+2940
* Change to `[^][N]` to just `[^]`gingerBill2021-08-312-193/+193
* Fix return valuegingerBill2021-08-251-0/+1
* Make `sync_t` `distinct`gingerBill2021-08-241-1/+1
* Change `[^][1]T` usage to `[^]T`gingerBill2021-08-242-24/+24
* Correct indentationgingerBill2021-08-241-10/+10
* More `[^][N]T` usage for `UniformNuiv`gingerBill2021-08-242-12/+12
* More `[^][N]T` usagegingerBill2021-08-242-24/+24
* Improve signatures for `[^][N*M]T` like matrix parametersgingerBill2021-08-242-171/+171
* Change some usages of `[^]T` to `^[N]T` where appropriategingerBill2021-08-242-213/+213
* Update more uses of `[^]T` typesgingerBill2021-08-232-146/+146
* Correct `int` to `i32` usagegingerBill2021-08-232-6/+6
* Add more indirect command structs to the procedure callsgingerBill2021-08-232-22/+28
* More corrections; Add `DrawArraysIndirectCommand` and `DrawElementsIndirectCo...gingerBill2021-08-232-86/+67
* Remove dead proceduregingerBill2021-08-231-6/+0
* Remove space prefixgingerBill2021-08-231-84/+84
* Add `vendor:OpenGL`gingerBill2021-08-238-0/+6491