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
*
Merge branch 'master' into vk-swapchain-maintenance1
vk-swapchain-maintenance1
Andre Weissflog
11 days
2
-13
/
+25
|
\
|
*
changelog: add missing pr link to last item
Andre Weissflog
11 days
1
-0
/
+2
|
*
Merge pull request #1433 from floooh/vk-code-cleanup
Andre Weissflog
11 days
2
-53
/
+85
|
|
\
|
|
*
update changelog (https://github.com/floooh/sokol/pull/1433)
Andre Weissflog
11 days
1
-0
/
+13
|
|
*
sokol_app.h vk/win: fix frame time measurement on vulkan+windows
Andre Weissflog
11 days
1
-5
/
+1
|
|
*
sokol_app.h vk: cleanup swapchain creation, don't update fb w/h in _sapp_win3...
Andre Weissflog
11 days
1
-44
/
+66
|
|
*
sokol_app.h vk: fix case where no suitable physical device is found
Andre Weissflog
11 days
1
-4
/
+5
|
|
/
|
*
tweak last changelog entry
Andre Weissflog
11 days
1
-2
/
+4
*
|
sokol_app.h vk: fix swapchain scale via dpi_scale
Andre Weissflog
12 days
1
-2
/
+2
*
|
sokol_app.h vk: present-mode-scaling, and fix resize fb width/height update r...
floooh
12 days
1
-19
/
+53
*
|
sokol_app.h vk: query present scaling modes
Andre Weissflog
12 days
1
-12
/
+25
*
|
sokol_app.h vk: use deferred memory allocation for swapchain images
Andre Weissflog
12 days
1
-27
/
+42
*
|
sokol_app.h vk: allow dynamic present mode switching
Andre Weissflog
12 days
1
-7
/
+29
*
|
sokol_app.h vk: enable swapchain-maintenance1 feature in device
Andre Weissflog
12 days
1
-1
/
+6
*
|
sokol_app.h vk: require VK_EXT_swapchain_maintenance1, fix pick physical device
Andre Weissflog
12 days
1
-4
/
+10
|
/
*
Merge pull request #1430 from floooh/vk-swapchain-cleanup-2
Andre Weissflog
12 days
2
-1
/
+36
|
\
|
*
update changelog (https://github.com/floooh/sokol/pull/1430)
Andre Weissflog
13 days
1
-0
/
+17
|
*
sokol_app.h vk: fix swapchain validation layer error on Windows+NVIDIA
floooh
2026-01-31
1
-2
/
+6
|
*
sokol_app.h vk: enfore a min-swapchain-image-count of at least 3, fixes prese...
Andre Weissflog
2026-01-31
1
-1
/
+15
|
*
sokol_app.h vk: fix inconsistent semaphore indexing
Andre Weissflog
2026-01-31
1
-2
/
+2
|
/
*
readme: update see-whats-new
Andre Weissflog
2026-01-26
1
-1
/
+1
*
Dual-source-blending (#1426)
Andre Weissflog
2026-01-26
4
-1
/
+101
*
sokol_gfx.h vk: fix catastrophic performance of uniform updates on Intel Wind...
Andre Weissflog
2026-01-24
2
-40
/
+71
*
sokol_app.h vk: post-merge fix (remove a redundant return statement)
Andre Weissflog
2026-01-24
1
-1
/
+0
*
Vulkan backend: enable debug object labels. (#1422)
Andre Weissflog
2026-01-24
4
-9
/
+92
*
Merge pull request #1418 from luigi-rosso/expose_command_queue
Andre Weissflog
2026-01-20
1
-0
/
+14
|
\
|
*
feature: expose Metal CommandQueue
Luigi Rosso
2026-01-20
1
-0
/
+14
|
/
*
changelog tweak
Andre Weissflog
2026-01-19
1
-1
/
+1
*
Merge pull request #1417 from floooh/vulkan-windows
Andre Weissflog
2026-01-19
8
-23
/
+129
|
\
|
*
update changelog (https://github.com/floooh/sokol/pull/1417)
Andre Weissflog
2026-01-19
1
-0
/
+7
|
*
sokol_gfx/app.h: update vulkan backend build instructions
Andre Weissflog
2026-01-19
2
-3
/
+21
|
*
sokol_app/gfx.h: vulkan build instructions
Andre Weissflog
2026-01-19
2
-0
/
+8
|
*
github ci: add Vulkan-Loader to windows vulkan setup
Andre Weissflog
2026-01-19
2
-2
/
+2
|
*
github ci: setup vulkan sdk on windows
Andre Weissflog
2026-01-19
2
-0
/
+12
|
*
tests: add windows+vulkan to test compilation
Andre Weissflog
2026-01-19
3
-0
/
+43
|
*
sokol_app.h win/vk: hook up vulkan to windows frame loop
Andre Weissflog
2026-01-19
1
-0
/
+8
|
*
sokol_gfx.h vk: windows support
Andre Weissflog
2026-01-19
2
-20
/
+30
|
/
*
sokol_gfx.h gl: fix iOS build (don't define _SOKOL_GL_HAS_COLORMASKI on iOS)
Andre Weissflog
2026-01-19
1
-1
/
+1
*
Merge branch 'luigi-rosso-gles32_mrt_colormask'
Andre Weissflog
2026-01-19
2
-10
/
+33
|
\
|
*
update changelog (https://github.com/floooh/sokol/pull/1414)
Andre Weissflog
2026-01-19
1
-0
/
+6
|
*
sokol_gfx.h gl: simplify glColorMask vs glColorMaski code
Andre Weissflog
2026-01-19
1
-28
/
+17
|
*
Merge branch 'gles32_mrt_colormask' of github.com:luigi-rosso/sokol into luig...
Andre Weissflog
2026-01-19
1
-1
/
+29
|
/
|
|
*
fix: enable MRT independent write mask on GLES 3.2+
Luigi Rosso
2026-01-15
1
-1
/
+29
*
|
Merge branch 'luigi-rosso-fix_fbo_depth_attachment_switching'
Andre Weissflog
2026-01-18
2
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
update changelog (https://github.com/floooh/sokol/pull/1412)
Andre Weissflog
2026-01-18
1
-0
/
+9
|
*
fix: clear depth attachments before switching types on all gl implementations
Luigi Rosso
2026-01-15
1
-6
/
+4
|
*
fix: GLES3 FBO depth attachment switching
Luigi Rosso
2026-01-14
1
-0
/
+10
|
/
*
gen_rust.py: fix incorrect type mapping for sokol-shape types
Andre Weissflog
2026-01-01
1
-2
/
+1
*
sokol_imgui.h: fix a define-collision with X11 headers ('Status')
Andre Weissflog
2025-12-28
1
-0
/
+5
*
fix a changelog typo
Andre Weissflog
2025-12-24
1
-1
/
+1
[next]