index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
sokol_app.h/sokol_gfx.h vk: basic frame loop wip
Andre Weissflog
2025-10-13
2
-11
/
+10
|
*
sokol_gfx.h vk: _sg_vk_begin_pass/commit wip
Andre Weissflog
2025-10-13
3
-9
/
+165
|
*
sokol_gfx.h vk: _sg_vk_init_caps
Andre Weissflog
2025-10-13
3
-12
/
+109
|
*
sokol_gfx.h vk: backend scaffolding
Andre Weissflog
2025-10-13
2
-4
/
+167
|
*
sokol_gfx.h vk: start vulkan backend implementation
Andre Weissflog
2025-10-13
1
-4
/
+105
|
*
sokol_app.h vk: frame sync wip
Andre Weissflog
2025-10-13
1
-3
/
+78
|
*
sokol_app.h ios: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-3
/
+3
|
*
sokol_app.h linux egl: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-2
/
+2
|
*
sokol_app.h gl: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-5
/
+5
|
*
sokol_app.h vk: wip
Andre Weissflog
2025-10-12
1
-0
/
+26
|
*
sokol_app.h wgpu: _sapp_wgpu_swapchain_next code cleanup
Andre Weissflog
2025-10-12
1
-3
/
+4
|
*
sokol_app.h wgpu: get next swapchain in sapp_swapchain_next instead of start ...
Andre Weissflog
2025-10-12
1
-4
/
+24
|
*
sokol_app.h vk: query swapchain images and create image views
Andre Weissflog
2025-10-12
1
-0
/
+44
|
*
sokol_app.h win32: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-5
/
+5
|
*
sokol_app.h web: fix web backend for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-14
/
+15
|
*
sokol_glue.h: sglue_swapchain => sglue_swapchain_next, and code cleanup
Andre Weissflog
2025-10-12
4
-45
/
+39
|
*
sokol_glue.h: port to new sapp env/swapchain/desc api
Andre Weissflog
2025-10-12
2
-33
/
+64
|
*
sokol_app.h environment/swapchain/desc cleanup wip
Andre Weissflog
2025-10-12
1
-200
/
+199
|
*
sokol_app.h vk: create swapchain object
Andre Weissflog
2025-10-11
1
-4
/
+75
|
*
sokol_app.h vk: create surface
Andre Weissflog
2025-10-11
1
-10
/
+98
|
*
sokol_app.h vk: create logical device
Andre Weissflog
2025-10-09
1
-1
/
+68
|
*
sokol_app.h vk: pick physical device
Andre Weissflog
2025-10-08
1
-8
/
+66
|
*
sokol_app.h: start experimental vulkan backend
Andre Weissflog
2025-10-07
2
-9
/
+92
|
/
*
Merge pull request #1342 from floooh/sokol-zig-asrange-fix
Andre Weissflog
2025-10-07
1
-5
/
+8
|
\
|
*
sokol-zig bindgen: fix asRange() helper for sentinel-terminated arrays (fixes...
Andre Weissflog
2025-10-06
1
-5
/
+8
*
|
Merge pull request #1343 from floooh/macos-cleanup-frame-func
Andre Weissflog
2025-10-06
2
-26
/
+33
|
\
\
|
|
/
|
/
|
|
*
sokol_app.h macos: fix comment typos
Andre Weissflog
2025-10-06
1
-2
/
+2
|
*
sokol_app.h macos: add a warning comment to _sapp_macos_frame()
Andre Weissflog
2025-10-06
1
-0
/
+4
|
*
update changelog
Andre Weissflog
2025-10-06
1
-0
/
+5
|
*
sokol_gfx.h macos: minor code cleanup to unify metal, gl and wgpu per-frame code
Andre Weissflog
2025-10-06
1
-26
/
+24
|
/
*
sokol_imgui.h: fix assert in simgui_shutdown() when no UI was rendered (fixes...
Andre Weissflog
2025-10-05
2
-10
/
+20
*
fix a changelog typo
Andre Weissflog
2025-10-04
1
-1
/
+1
*
fix a wrong info snippet in the last changelog entry
Andre Weissflog
2025-10-04
1
-1
/
+1
*
Merge pull request #1339 from floooh/sg_draw_ex
Andre Weissflog
2025-10-04
4
-65
/
+302
|
\
|
*
changelog tweak
Andre Weissflog
2025-10-04
1
-2
/
+2
|
*
mention vertex-attribute-related bugfix in chaneglog
Andre Weissflog
2025-10-04
1
-0
/
+7
|
*
sokol_gfx.h: fix sg_draw_ex validation layer check for base_vertex (base_vert...
Andre Weissflog
2025-10-04
1
-2
/
+2
|
*
update changelog and readme (https://github.com/floooh/sokol/pull/1339)
Andre Weissflog
2025-10-04
2
-1
/
+38
|
*
sokol_gfx_imgui.h: fix for sg_features.draw_base_vertex_base_instance removal
Andre Weissflog
2025-10-04
1
-1
/
+0
|
*
sokol_gfx.h: remove sg_features.draw_base_vertex_base_index, add inline docs ...
Andre Weissflog
2025-10-04
1
-17
/
+19
|
*
sokol_gfx.h gl: fix sg_draw_ex for gles3
Andre Weissflog
2025-10-03
1
-3
/
+5
|
*
sokol_gfx.h gl: fix sg_draw_ex for gl 4.1
Andre Weissflog
2025-10-03
1
-2
/
+18
|
*
sokol_gfx.h gl: fix gcc warnings
Andre Weissflog
2025-10-03
1
-3
/
+3
|
*
sokol_gfx.h gl4.3: implement sg_draw_ex
Andre Weissflog
2025-10-03
1
-5
/
+29
|
*
sokol_gfx.h d3d11: implement sg_draw_ex
Andre Weissflog
2025-10-03
1
-4
/
+16
|
*
sokol_gfx_imgui.h: hook up sg_draw_ex callback
Andre Weissflog
2025-10-03
1
-0
/
+1
|
*
sokol_gfx.h wgpu: implement sg_draw_ex
Andre Weissflog
2025-10-03
1
-20
/
+31
|
*
sokol_gfx_imgui.h: add sg_features.draw_* flags to features panel
Andre Weissflog
2025-10-03
1
-0
/
+3
|
*
sokol_gfx.h mtl: populate sg_draw_ex feature flags
Andre Weissflog
2025-10-01
1
-0
/
+3
|
*
sokol_gfx_imgui.h: track sg_draw_ex
Andre Weissflog
2025-10-01
1
-0
/
+39
[prev]
[next]