| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove GLES2/WebGL1 support. (#821) | Andre Weissflog | 2023-04-30 | 1 | -50/+55 |
| * | sokol_debugtext.h, sokol_gl.h: replace figlet font | Andre Weissflog | 2023-02-11 | 1 | -54/+45 |
| * | sokol_gl.h: add human readable logging messages | Andre Weissflog | 2023-02-10 | 1 | -10/+10 |
| * | sokol_debugtext.h: add new-style logging | Andre Weissflog | 2023-02-02 | 1 | -2/+0 |
| * | sokol_gl.h: remove comment typo | Andre Weissflog | 2023-02-02 | 1 | -1/+0 |
| * | sokol_gl.h: implmenent new-style logging | Andre Weissflog | 2023-02-02 | 1 | -108/+248 |
| * | sokol_gl.h: minor code cleanup (better naming) | Andre Weissflog | 2022-11-14 | 1 | -9/+9 |
| * | sokol_gl.h: minor code cleanup (better naming) | Andre Weissflog | 2022-11-14 | 1 | -32/+32 |
| * | sokol_gl.h: minor code cleanup | Andre Weissflog | 2022-11-12 | 1 | -51/+55 |
| * | sokol_gl.h: 'static inline' => 'static' | Andre Weissflog | 2022-11-12 | 1 | -13/+13 |
| * | sokol_gl.h: fix doc typo | Andre Weissflog | 2022-11-11 | 1 | -1/+1 |
| * | sokol_gl.h: rename 'layer' to 'layer_id' (because of name clash in Zig bindin... | Andre Weissflog | 2022-11-11 | 1 | -20/+20 |
| * | sokol_gl.h: document layered rendering, and a bit of code cleanup | Andre Weissflog | 2022-11-11 | 1 | -17/+46 |
| * | sokol_gl.h: bugfix, render layer wasn't stored in draw command | Andre Weissflog | 2022-11-10 | 1 | -1/+1 |
| * | sokol_gl.h: implement layer drawing | Andre Weissflog | 2022-11-10 | 1 | -8/+58 |
| * | sokol_gl.h: call _sgl_rewind from a sokol-gfx commit listener instead of sgl_... | Andre Weissflog | 2022-11-08 | 1 | -1/+20 |
| * | simplify logging preprocessor macros | Andre Weissflog | 2022-10-22 | 1 | -25/+12 |
| * | Replace SOKOL_LOG with runtime callbacks. | Manuel Floruß | 2022-10-03 | 1 | -11/+72 |
| * | Language bindings: fix new allocator callbacks (#671) | Andre Weissflog | 2022-05-30 | 1 | -5/+2 |
| * | Add memory allocator callbacks to sokol headers. (#662) | Andre Weissflog | 2022-05-15 | 1 | -42/+109 |
| * | Add point size support to sokol_gl.h (#581) | Andre Weissflog | 2021-11-18 | 1 | -945/+982 |
| * | minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md) | Andre Weissflog | 2021-08-21 | 1 | -4/+14 |
| * | sokol_gl.h: context support (#549) | Andre Weissflog | 2021-08-20 | 1 | -341/+969 |
| * | sokol_gl.h: fix a confusing (but correct) piece of init code | Andre Weissflog | 2021-08-11 | 1 | -2/+1 |
| * | fix compilation with dummy backend in various util headers | Andre Weissflog | 2021-04-06 | 1 | -2/+2 |
| * | Language-binding-friendly API changes. (#458) | Andre Weissflog | 2021-02-10 | 1 | -36/+46 |
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 1 | -3/+3 |
| * | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup... | Andre Weissflog | 2020-11-28 | 1 | -3/+6 |
| * | document SOKOL_API_DECL (these macros are still valid) | Andre Weissflog | 2020-11-28 | 1 | -0/+1 |
| * | Auto-generated distinct macros per lib. Resolves #428 | Borislav Stanimirov | 2020-11-19 | 1 | -80/+84 |
| * | add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,... | Andre Weissflog | 2020-06-28 | 1 | -0/+2 |
| * | sokol_gl.h, sokol_debugtext.h, metal: minor code cleanup in shader creation | Andre Weissflog | 2020-06-21 | 1 | -6/+2 |
| * | sokol_gl.h d3d11: replace embedded shaders with code generated by sokol-shdc | Andre Weissflog | 2020-06-21 | 1 | -356/+109 |
| * | sokol_gl.h GL,Metal,WGPU: replace embedded shaders with code generated by sok... | Andre Weissflog | 2020-06-21 | 1 | -207/+1165 |
| * | sokol_gl.h, sokol_imgui.h: replace embedded D3D11 shaders with SM 4.0 | Andre Weissflog | 2020-06-20 | 1 | -307/+272 |
| * | sokol_gl.h: fix a MSVC /W4 warning | Andre Weissflog | 2020-06-15 | 1 | -1/+2 |
| * | add missing C++ reference-based function wrappers | Andre Weissflog | 2020-05-28 | 1 | -0/+4 |
| * | sokol_gl.h: code cleanup and destroy all pipeline object at shutdown | Andre Weissflog | 2020-05-09 | 1 | -7/+15 |
| * | sokol_gl.h: fix a minor code smell | Andre Weissflog | 2020-05-08 | 1 | -1/+1 |
| * | sokol_gl.h: fix subtle bug in the "merge draw call optimization" | Andre Weissflog | 2020-04-05 | 1 | -4/+4 |
| * | sokol_gl.h: add wgpu shader blob | Andre Weissflog | 2020-03-29 | 1 | -2/+222 |
| * | Fix typos. | Bruce Mitchener | 2020-01-30 | 1 | -1/+1 |
| * | replace pragma once with include guards in the util headers too (see #205 and... | Andre Weissflog | 2019-09-02 | 1 | -1/+2 |
| * | sokol_gl.h: explain the draw command merging in the documentation header | Andre Weissflog | 2019-09-02 | 1 | -2/+23 |
| * | sokol_gl.h: bugfix, wrong texture applied when texturing disabled | Andre Weissflog | 2019-08-25 | 1 | -2/+3 |
| * | sokol_gl.h: merge a draw command with last one if possible | Andre Weissflog | 2019-08-25 | 1 | -10/+42 |
| * | sokol_gl.h: allow to override shader in sgl_make_pipeline() | Andre Weissflog | 2019-08-24 | 1 | -1/+4 |
| * | sokol_gl.h: fix extern C | Andre Weissflog | 2019-08-22 | 1 | -4/+4 |
| * | Fix typos. | Bruce Mitchener | 2019-06-26 | 1 | -2/+2 |
| * | Add SOKOL_DLL support to all headers. (#163) | Andre Weissflog | 2019-06-04 | 1 | -2/+16 |