aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_app.h/sokol_gfx.h vk: basic frame loop wipAndre Weissflog2025-10-132-11/+10
| * sokol_gfx.h vk: _sg_vk_begin_pass/commit wipAndre Weissflog2025-10-133-9/+165
| * sokol_gfx.h vk: _sg_vk_init_capsAndre Weissflog2025-10-133-12/+109
| * sokol_gfx.h vk: backend scaffoldingAndre Weissflog2025-10-132-4/+167
| * sokol_gfx.h vk: start vulkan backend implementationAndre Weissflog2025-10-131-4/+105
| * sokol_app.h vk: frame sync wipAndre Weissflog2025-10-131-3/+78
| * sokol_app.h ios: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-3/+3
| * sokol_app.h linux egl: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-2/+2
| * sokol_app.h gl: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-5/+5
| * sokol_app.h vk: wipAndre Weissflog2025-10-121-0/+26
| * sokol_app.h wgpu: _sapp_wgpu_swapchain_next code cleanupAndre Weissflog2025-10-121-3/+4
| * sokol_app.h wgpu: get next swapchain in sapp_swapchain_next instead of start ...Andre Weissflog2025-10-121-4/+24
| * sokol_app.h vk: query swapchain images and create image viewsAndre Weissflog2025-10-121-0/+44
| * sokol_app.h win32: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-5/+5
| * sokol_app.h web: fix web backend for sapp_desc struct changesAndre Weissflog2025-10-121-14/+15
| * sokol_glue.h: sglue_swapchain => sglue_swapchain_next, and code cleanupAndre Weissflog2025-10-124-45/+39
| * sokol_glue.h: port to new sapp env/swapchain/desc apiAndre Weissflog2025-10-122-33/+64
| * sokol_app.h environment/swapchain/desc cleanup wipAndre Weissflog2025-10-121-200/+199
| * sokol_app.h vk: create swapchain objectAndre Weissflog2025-10-111-4/+75
| * sokol_app.h vk: create surfaceAndre Weissflog2025-10-111-10/+98
| * sokol_app.h vk: create logical deviceAndre Weissflog2025-10-091-1/+68
| * sokol_app.h vk: pick physical deviceAndre Weissflog2025-10-081-8/+66
| * sokol_app.h: start experimental vulkan backendAndre Weissflog2025-10-072-9/+92
|/
* Merge pull request #1342 from floooh/sokol-zig-asrange-fixAndre Weissflog2025-10-071-5/+8
|\
| * sokol-zig bindgen: fix asRange() helper for sentinel-terminated arrays (fixes...Andre Weissflog2025-10-061-5/+8
* | Merge pull request #1343 from floooh/macos-cleanup-frame-funcAndre Weissflog2025-10-062-26/+33
|\ \ | |/ |/|
| * sokol_app.h macos: fix comment typosAndre Weissflog2025-10-061-2/+2
| * sokol_app.h macos: add a warning comment to _sapp_macos_frame()Andre Weissflog2025-10-061-0/+4
| * update changelogAndre Weissflog2025-10-061-0/+5
| * sokol_gfx.h macos: minor code cleanup to unify metal, gl and wgpu per-frame codeAndre Weissflog2025-10-061-26/+24
|/
* sokol_imgui.h: fix assert in simgui_shutdown() when no UI was rendered (fixes...Andre Weissflog2025-10-052-10/+20
* fix a changelog typoAndre Weissflog2025-10-041-1/+1
* fix a wrong info snippet in the last changelog entryAndre Weissflog2025-10-041-1/+1
* Merge pull request #1339 from floooh/sg_draw_exAndre Weissflog2025-10-044-65/+302
|\
| * changelog tweakAndre Weissflog2025-10-041-2/+2
| * mention vertex-attribute-related bugfix in chaneglogAndre Weissflog2025-10-041-0/+7
| * sokol_gfx.h: fix sg_draw_ex validation layer check for base_vertex (base_vert...Andre Weissflog2025-10-041-2/+2
| * update changelog and readme (https://github.com/floooh/sokol/pull/1339)Andre Weissflog2025-10-042-1/+38
| * sokol_gfx_imgui.h: fix for sg_features.draw_base_vertex_base_instance removalAndre Weissflog2025-10-041-1/+0
| * sokol_gfx.h: remove sg_features.draw_base_vertex_base_index, add inline docs ...Andre Weissflog2025-10-041-17/+19
| * sokol_gfx.h gl: fix sg_draw_ex for gles3Andre Weissflog2025-10-031-3/+5
| * sokol_gfx.h gl: fix sg_draw_ex for gl 4.1Andre Weissflog2025-10-031-2/+18
| * sokol_gfx.h gl: fix gcc warningsAndre Weissflog2025-10-031-3/+3
| * sokol_gfx.h gl4.3: implement sg_draw_exAndre Weissflog2025-10-031-5/+29
| * sokol_gfx.h d3d11: implement sg_draw_exAndre Weissflog2025-10-031-4/+16
| * sokol_gfx_imgui.h: hook up sg_draw_ex callbackAndre Weissflog2025-10-031-0/+1
| * sokol_gfx.h wgpu: implement sg_draw_exAndre Weissflog2025-10-031-20/+31
| * sokol_gfx_imgui.h: add sg_features.draw_* flags to features panelAndre Weissflog2025-10-031-0/+3
| * sokol_gfx.h mtl: populate sg_draw_ex feature flagsAndre Weissflog2025-10-011-0/+3
| * sokol_gfx_imgui.h: track sg_draw_exAndre Weissflog2025-10-011-0/+39