| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added CheckFramebufferStatus to WebGL bindings | Karl Zylinski | 2025-12-29 | 1 | -0/+1 |
| | | |||||
| * | More webgl bindings and fixes | Karl Zylinski | 2025-12-27 | 1 | -1/+14 |
| | | |||||
| * | More allocator-aware webgl bindings and added more missing bindings. | Karl Zylinski | 2025-12-26 | 2 | -1/+61 |
| | | |||||
| * | WebGL: Add GetActiveAttrib binding | Karl Zylinski | 2025-12-26 | 1 | -1/+43 |
| | | |||||
| * | Fix some webgl bindings | Alex Riedl | 2025-08-09 | 2 | -9/+59 |
| | | |||||
| * | Update webgl.odin | Michael Lee | 2025-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect parameter types | Michael Lee | 2025-04-28 | 1 | -3/+3 |
| | | |||||
| * | webgl: add `BlendEquationSeparate` and `GetParameter4i` | Laytan Laats | 2025-03-12 | 2 | -11/+13 |
| | | | | | | | | | | `GetParameter4i` can be used to retrieve the current scissor rect, or the curent viewport, which was previously impossible. Also adds `BlendEquationSeparate` which seemed to be missing. Also removes an instance of `do`. | ||||
| * | Fix: remove extra `usage` in webgl.odin:250 | marcosantos98 | 2024-08-02 | 1 | -1/+1 |
| | | | | | | | Compilation error when using webgl.BufferSubDataSlice. The `usage` parameter is nowhere to be found. This is probably a copy-pasta leftover. | ||||
| * | USe `intrinsics.matrix_flatten` in `webgl2.odin` | Damian Tarnawski | 2024-02-05 | 1 | -6/+7 |
| | | |||||
| * | Change ClearMask to ColorMask in webgl.odin | Kay | 2024-02-02 | 1 | -2/+2 |
| | | | | https://registry.khronos.org/OpenGL-Refpages/gl4/html/glColorMask.xhtml | ||||
| * | Correct glIsEnabled in wasm.webgl | Damian Tarnawski | 2024-01-06 | 1 | -0/+1 |
| | | |||||
| * | added webgl GetParameter | Rehkitzdev | 2023-10-08 | 1 | -0/+1 |
| | | |||||
| * | Update WebGL procedures to `contextless` calling convention | gingerBill | 2023-06-22 | 2 | -56/+53 |
| | | |||||
| * | fixed webgl BindFramebuffer parameter | Rehkitzdev | 2023-05-31 | 1 | -1/+1 |
| | | |||||
| * | Rename to `CreateProgramFromStrings` | gingerBill | 2022-05-21 | 1 | -1/+1 |
| | | |||||
| * | Add WebGL helper (`CreateProgramHelper`) | gingerBill | 2022-05-21 | 1 | -0/+49 |
| | | |||||
| * | Add documentation for `CreateCurrentContextById` and `SetCurrentContextById` | gingerBill | 2022-05-18 | 1 | -2/+5 |
| | | |||||
| * | Add WebGL `ContextAttributes` | gingerBill | 2022-05-18 | 1 | -0/+17 |
| | | |||||
| * | Add WebGL runtime into the js/runtime.mjs; Allow for multiple WebGL contexts | gingerBill | 2022-05-18 | 2 | -1034/+1 |
| | | |||||
| * | Begin work on Event System for js_wasm32 target | gingerBill | 2022-05-09 | 1 | -99/+99 |
| | | |||||
| * | [WASM] Added missing zoffset parameters to some gl functions | ryuukk | 2021-12-15 | 1 | -6/+6 |
| | | |||||
| * | Fix storeInt call in webgl glue code | Rehkitzdev | 2021-12-11 | 1 | -5/+5 |
| | | |||||
| * | Add vendor packages for the `js_wasm32` target | gingerBill | 2021-11-09 | 5 | -0/+2153 |