aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* github ci: add Vulkan-Loader to windows vulkan setupAndre Weissflog2026-01-192-2/+2
* github ci: setup vulkan sdk on windowsAndre Weissflog2026-01-192-0/+12
* tests: add windows+vulkan to test compilationAndre Weissflog2026-01-193-0/+43
* sokol_app.h win/vk: hook up vulkan to windows frame loopAndre Weissflog2026-01-191-0/+8
* sokol_gfx.h vk: windows supportAndre Weissflog2026-01-192-20/+30
* sokol_gfx.h gl: fix iOS build (don't define _SOKOL_GL_HAS_COLORMASKI on iOS)Andre Weissflog2026-01-191-1/+1
* Merge branch 'luigi-rosso-gles32_mrt_colormask'Andre Weissflog2026-01-192-10/+33
|\
| * update changelog (https://github.com/floooh/sokol/pull/1414)Andre Weissflog2026-01-191-0/+6
| * sokol_gfx.h gl: simplify glColorMask vs glColorMaski codeAndre Weissflog2026-01-191-28/+17
| * Merge branch 'gles32_mrt_colormask' of github.com:luigi-rosso/sokol into luig...Andre Weissflog2026-01-191-1/+29
|/|
| * fix: enable MRT independent write mask on GLES 3.2+Luigi Rosso2026-01-151-1/+29
* | Merge branch 'luigi-rosso-fix_fbo_depth_attachment_switching'Andre Weissflog2026-01-182-0/+17
|\ \ | |/ |/|
| * update changelog (https://github.com/floooh/sokol/pull/1412)Andre Weissflog2026-01-181-0/+9
| * fix: clear depth attachments before switching types on all gl implementationsLuigi Rosso2026-01-151-6/+4
| * fix: GLES3 FBO depth attachment switchingLuigi Rosso2026-01-141-0/+10
|/
* gen_rust.py: fix incorrect type mapping for sokol-shape typesAndre Weissflog2026-01-011-2/+1
* sokol_imgui.h: fix a define-collision with X11 headers ('Status')Andre Weissflog2025-12-281-0/+5
* fix a changelog typoAndre Weissflog2025-12-241-1/+1
* fix some changelog typosAndre Weissflog2025-12-211-2/+2
* Merge pull request #1397 from floooh/issue1367/wgpu-cleanupAndre Weissflog2025-12-139-1007/+799
|\
| * update changelog (https://github.com/floooh/sokol/issues/1367)Andre Weissflog2025-12-131-0/+39
| * sokol_app.h: fix comment typoAndre Weissflog2025-12-121-1/+1
| * sokol_gfx.h macos: init internal framebuffer width/height when no window size...Andre Weissflog2025-12-111-8/+22
| * sokol_spine.h: update embedded wgsl shaderAndre Weissflog2025-12-101-138/+103
| * sokol_nuklear.h: update embedded wgsl shaderAndre Weissflog2025-12-101-102/+86
| * sokol_imgui.h: update embedded wgsl shaderAndre Weissflog2025-12-101-102/+86
| * sokol_gl.h: update embedded wgsl shaderAndre Weissflog2025-12-101-105/+87
| * sokol_fontstash.h: update embedded wgsl shaderAndre Weissflog2025-12-101-107/+89
| * sokol_gfx.h wgpu: fix debug buildAndre Weissflog2025-12-101-1/+0
| * sokol_debugtext.h: update embedded wgsl shaderAndre Weissflog2025-12-101-98/+82
| * sokol_gfx.h wgpu: remove unused vars in _sg_wgpu_apply_uniformsAndre Weissflog2025-12-091-2/+0
| * sokol_gfx.h wgpu: delay setting uniforms bindgroup to draw/dispatchAndre Weissflog2025-12-091-44/+54
| * sokol_gfx.h wgpu: remove cubemap special case for depthOrArrayLayers in _sg_w...Andre Weissflog2025-12-091-5/+1
| * sokol_gfx.h wgpu: clear unused vertex buffer slots, remove special 'empty bin...Andre Weissflog2025-12-091-21/+8
| * sokol_gfx.h wgpu: remove redundant _sg_wgpu_copy_image_data wgpu_tex argAndre Weissflog2025-12-091-4/+4
| * sokol_gfx.h: use _SG_STRUCT for all struct definitionsAndre Weissflog2025-12-081-200/+105
| * sokol_app.h: use _SAPP_STRUCT macro for all struct definitionsAndre Weissflog2025-12-081-73/+36
* | sokol_gfx.h: add assert in _sg_validate_pipeline_desc (fixes #1404)Andre Weissflog2025-12-131-0/+1
* | sokol_gfx.h: fix another gap in assert check (fixes #1405)Andre Weissflog2025-12-131-1/+1
* | sokol_gfx.h: fix another gap in assert check (potentially fixes #1407)Andre Weissflog2025-12-131-1/+1
* | sokol_gfx.h: fix gap in assert check (fixes #1406)Andre Weissflog2025-12-131-1/+1
* | ci: update c3 version to 0.7.8 (see https://github.com/floooh/sokol-c3/pull/11)Andre Weissflog2025-12-131-1/+1
* | fix outdated comments (sapp_desc.win32_* etc...)Andre Weissflog2025-12-102-15/+17
|/
* fix tests (forgot an sg_shutdown in sokol_debugtext_test)Andre Weissflog2025-12-071-1/+2
* sokol_gfx.h: protect sg_setup and sg_shutdown from being called twice (fixes ...Andre Weissflog2025-12-071-0/+2
* fix changelog formattingAndre Weissflog2025-12-061-0/+1
* update changelog (gl backend fixes)Andre Weissflog2025-12-061-0/+7
* sokol_gfx.h gl: move assert into right place (fixes #1395)Andre Weissflog2025-12-061-1/+1
* Merge pull request #1396 from Julianiolo/fix_gl_storage_imageAndre Weissflog2025-12-061-1/+1
|\
| * fix typo in _sg_gl_create_shaderJulianiolo2025-12-061-1/+1
|/