| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sokol_debugtext.h: update embedded wgsl shader | Andre Weissflog | 2025-12-10 | 1 | -98/+82 |
| | | |||||
| * | sokol_spine.h: add embedded vulkan-spirv shader | Andre Weissflog | 2025-11-13 | 1 | -0/+1 |
| | | |||||
| * | sokol_debugtext.h: add embedded vulkan/spirv shader | Andre Weissflog | 2025-11-13 | 1 | -1/+178 |
| | | |||||
| * | sokol_gfx.h: sg_image_desc.subimage => .mip_levels | Andre Weissflog | 2025-09-13 | 1 | -1/+1 |
| | | |||||
| * | sokol_gfx.h mtl: cubemap faces => slices wip | Andre Weissflog | 2025-09-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into issue1252/resource_views | Andre Weissflog | 2025-08-03 | 1 | -0/+13 |
| |\ | |||||
| | * | sokol_debugtext.h: expose the internal string-format buffer to language ↵ | Andre Weissflog | 2025-07-15 | 1 | -0/+13 |
| | | | | | | | | | bindings (used by sokol-zig) | ||||
| * | | sokol_debugtext.h: add a label for the font texture view | Andre Weissflog | 2025-07-21 | 1 | -0/+1 |
| | | | |||||
| * | | sokol_debugtext.h: fixes for latest sokol_gfx.h changes | Andre Weissflog | 2025-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | sokol_debiugtext.h: fix for sg_bindings.views[] | Andre Weissflog | 2025-07-20 | 1 | -8/+8 |
| | | | |||||
| * | | sokol_debugtext.h: port to texture views | Andre Weissflog | 2025-07-08 | 1 | -12/+20 |
| |/ | |||||
| * | fix some util headers for sg_buffer/image_usage | Andre Weissflog | 2025-04-07 | 1 | -2/+2 |
| | | |||||
| * | fix clang warnings on windows | Andre Weissflog | 2025-03-28 | 1 | -1/+1 |
| | | |||||
| * | sokol_debugtext.h: update embedded d3d11 shader blobs | Andre Weissflog | 2024-10-15 | 1 | -1/+76 |
| | | |||||
| * | sokol_debugtext.h: fix for bindings cleanup | Andre Weissflog | 2024-10-14 | 1 | -616/+963 |
| | | |||||
| * | Merge branch 'master' into storage-buffers | Andre Weissflog | 2024-04-21 | 1 | -2/+2 |
| |\ | |||||
| | * | sokol_debug.text.h: fix flipped alpha blend factors | Andre Weissflog | 2024-04-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | See #1090 Many thanks to @kochol for noticing the issue. | ||||
| * | | update embedded shaders for changed wgpu bind slots and glsl v410 | Andre Weissflog | 2024-04-15 | 1 | -44/+50 |
| | | | |||||
| * | | replace SOKOL_GLCORE33 with SOKOL_GLCORE | Andre Weissflog | 2024-03-10 | 1 | -4/+4 |
| |/ | |||||
| * | Typo fixes. | Bruce Mitchener | 2024-02-08 | 1 | -2/+2 |
| | | |||||
| * | check isnan width and height | Matheus Catarino França | 2024-02-01 | 1 | -0/+4 |
| | | | | | based on D bindings: https://github.com/kassane/sokol-d/issues/5#issuecomment-1921244802 | ||||
| * | Merge branch 'master' into sgfx-wgpu | Andre Weissflog | 2023-10-03 | 1 | -10/+10 |
| |\ | |||||
| | * | rename custom allocator callbacks to alloc_fn/free_fn | Andre Weissflog | 2023-09-25 | 1 | -10/+10 |
| | | | |||||
| * | | sokol_debugtext.h: fix embedded wgsl shader | Andre Weissflog | 2023-09-02 | 1 | -166/+104 |
| | | | |||||
| * | | sg_sampler_type renaming fixes | Andre Weissflog | 2023-08-31 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'master' into sgfx-samplers-bindings | Andre Weissflog | 2023-07-16 | 1 | -1/+1 |
| |\ | |||||
| | * | sokol_debugtext.h: fix doc code example typo | Stian H. Johannesen | 2023-07-15 | 1 | -1/+1 |
| | | | |||||
| * | | sokol_debugtext.h: update embedded hlsl4 shaders | Andre Weissflog | 2023-06-23 | 1 | -37/+34 |
| | | | |||||
| * | | sokol_debugtext.h: fixes for separate images and samplers (fixme: HLSL and WGSL) | Andre Weissflog | 2023-06-18 | 1 | -744/+722 |
| |/ | |||||
| * | Remove GLES2/WebGL1 support. (#821) | Andre Weissflog | 2023-04-30 | 1 | -44/+47 |
| | | | | | | | | | | | | | | notable changes: - depth/stencil images are now regular gl textures - SG_PIXELFORMAT_DEPTH now resolves to GL_DEPTH_COMPONENT32F - sg_gl_context_desc and sg_desc.gl removed - in sg_begin_pass() only use glClearBuffer functions - in sg_end_pass() MSAA resolve now does glInvalidateFramebuffer() on the MSAA buffer - sg_features: instancing, multiple_render_targets, msaa_render_targets, imagetype_3d, imagetype_array removed - sapp_desc.gl_force_gles2 removed - sapp_gles2() function removed - any GLES3-to-GLES2 fallbacks removed | ||||
| * | sokol_debugtext.h, sokol_gl.h: replace figlet font | Andre Weissflog | 2023-02-11 | 1 | -43/+35 |
| | | |||||
| * | sokol_debugtext.h: add human readable logging messages | Andre Weissflog | 2023-02-10 | 1 | -9/+12 |
| | | |||||
| * | sokol_debugtext.h: add new-style logging | Andre Weissflog | 2023-02-02 | 1 | -65/+179 |
| | | |||||
| * | update sokol_debugtext.h docs for layered rendering, changelog and readme | Andre Weissflog | 2022-11-16 | 1 | -2/+32 |
| | | |||||
| * | sokol_debugtext.h: fix texture bleeding artefacts without font texture waste | Andre Weissflog | 2022-11-16 | 1 | -13/+13 |
| | | |||||
| * | sokol_debugtext.h: fix texturing artefacts by spacing out character cells in ↵ | Andre Weissflog | 2022-11-14 | 1 | -16/+12 |
| | | | | | font texture | ||||
| * | sokol_debugtext.h: add missing draw functions, some doc tweaks | Andre Weissflog | 2022-11-14 | 1 | -3/+30 |
| | | |||||
| * | sokol_debugtext.h: render layers more wip | Andre Weissflog | 2022-11-14 | 1 | -49/+179 |
| | | |||||
| * | sokol_debugtext.h: render layers wip | Andre Weissflog | 2022-11-12 | 1 | -1/+16 |
| | | |||||
| * | simplify logging preprocessor macros | Andre Weissflog | 2022-10-22 | 1 | -25/+12 |
| | | |||||
| * | Replace SOKOL_LOG with runtime callbacks. | Manuel Floruß | 2022-10-03 | 1 | -7/+71 |
| | | | | | Also removes SOKOL_LOG from sokol_fontstash.h and sokol_args.h because it's not used there. | ||||
| * | "are implements" -> "are implemented" | Cedric Hutchings | 2022-06-01 | 1 | -1/+1 |
| | | |||||
| * | Language bindings: fix new allocator callbacks (#671) | Andre Weissflog | 2022-05-30 | 1 | -5/+2 |
| | | | | | | | | * remove typedef indirection for allocator callback functions * language bindings: fix allocator bindings * language bindings: replace FIXMEs and ??? with actual errors | ||||
| * | Add memory allocator callbacks to sokol headers. (#662) | Andre Weissflog | 2022-05-15 | 1 | -42/+115 |
| | | |||||
| * | fixed sokol_debugtext.h for SOKOL_WGPU backend | Matt Chiasson | 2021-12-30 | 1 | -5/+3 |
| | | | | | Just a minor typo and some code that probably didn't get updated during a past refactoring session. | ||||
| * | minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md) | Andre Weissflog | 2021-08-21 | 1 | -0/+10 |
| | | |||||
| * | Window icon support for sokol_app.h (#509) | Andre Weissflog | 2021-04-09 | 1 | -0/+1 |
| | | |||||
| * | suppress some VS2015 warnings | Andre Weissflog | 2021-02-10 | 1 | -0/+1 |
| | | |||||
| * | Language-binding-friendly API changes. (#458) | Andre Weissflog | 2021-02-10 | 1 | -54/+75 |
| | | | | See: https://floooh.github.io/2021/02/07/sokol-api-overhaul.html | ||||
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 1 | -3/+3 |
| | | |||||