| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sokol_gl.h: update embedded wgsl shader | Andre Weissflog | 2025-12-10 | 1 | -105/+87 |
| | | |||||
| * | sokol_spine.h: add embedded vulkan-spirv shader | Andre Weissflog | 2025-11-13 | 1 | -0/+1 |
| | | |||||
| * | sokol_gl: add embedded vulkan-spirv shader | Andre Weissflog | 2025-11-13 | 1 | -1/+215 |
| | | |||||
| * | fix util headers for cubeface => slice rework | Andre Weissflog | 2025-09-13 | 1 | -1/+1 |
| | | |||||
| * | sokol_gl.h: add label for default sampler | Andre Weissflog | 2025-07-21 | 1 | -0/+1 |
| | | |||||
| * | sokol_gl.h: fix for sokol-gfx shader desc and bindings views | Andre Weissflog | 2025-07-20 | 1 | -9/+9 |
| | | |||||
| * | sokol_gl.h: port to texture view objects | Andre Weissflog | 2025-07-11 | 1 | -31/+40 |
| | | |||||
| * | 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_gl.h: remove obsolete comment | Andre Weissflog | 2024-10-25 | 1 | -1/+0 |
| | | |||||
| * | sokol_gl.h: update d3d11 shader blobs | Andre Weissflog | 2024-10-15 | 1 | -2/+88 |
| | | |||||
| * | sokol_fontstash.h, sokol_gl.h: fix for bindings cleanup (except hlsl) | Andre Weissflog | 2024-10-14 | 1 | -673/+1069 |
| | | |||||
| * | sokol_gl.h: fix a C-ism / C++ warning (using {0} for a struct init) | Andre Weissflog | 2024-09-20 | 1 | -1/+2 |
| | | |||||
| * | sokol_gl.h: don't skip rendering completely in case of errors, plus: | Andre Weissflog | 2024-08-26 | 1 | -35/+105 |
| | | | | | | - more detailed error tracking - two new functions to query number of recorded vertices and commands | ||||
| * | update embedded shaders for changed wgpu bind slots and glsl v410 | Andre Weissflog | 2024-04-15 | 1 | -51/+56 |
| | | |||||
| * | replace SOKOL_GLCORE33 with SOKOL_GLCORE | Andre Weissflog | 2024-03-10 | 1 | -4/+4 |
| | | |||||
| * | Typo fixes. | Bruce Mitchener | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | Fix strict-prototype warnings. | Bruce Mitchener | 2024-01-20 | 1 | -1/+1 |
| | | | | | | Need to specify `(void)` as the empty arg list in C rather than just `()`. | ||||
| * | Merge branch 'master' into sgfx-wgpu | Andre Weissflog | 2023-10-03 | 1 | -9/+9 |
| |\ | |||||
| | * | rename custom allocator callbacks to alloc_fn/free_fn | Andre Weissflog | 2023-09-25 | 1 | -9/+9 |
| | | | |||||
| * | | sokol_gl.h: fix embedded wgsl shader | Andre Weissflog | 2023-09-02 | 1 | -186/+120 |
| | | | |||||
| * | | sg_sampler_type renaming fixes | Andre Weissflog | 2023-08-31 | 1 | -1/+1 |
| |/ | |||||
| * | sokol_gl.h: update documentation | Andre Weissflog | 2023-07-10 | 1 | -2/+6 |
| | | |||||
| * | sokol_gl.h: update embedded hlsl4 shaders | Andre Weissflog | 2023-06-23 | 1 | -38/+36 |
| | | |||||
| * | sokol_gl.h: fixes for separate images and samplers (fixme: HLSL and WGSL) | Andre Weissflog | 2023-06-17 | 1 | -778/+778 |
| | | |||||
| * | Remove GLES2/WebGL1 support. (#821) | Andre Weissflog | 2023-04-30 | 1 | -50/+55 |
| | | | | | | | | | | | | | | 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 | -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 ↵ | Andre Weissflog | 2022-11-11 | 1 | -20/+20 |
| | | | | | binding generator) | ||||
| * | 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 ↵ | Andre Weissflog | 2022-11-08 | 1 | -1/+20 |
| | | | | | sgl_draw() | ||||
| * | 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 |
| | | | | | Also removes SOKOL_LOG from sokol_fontstash.h and sokol_args.h because it's not used there. | ||||
| * | 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/+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 |
| | | |||||