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
...
|
*
fix clang warnings on windows
Andre Weissflog
2025-03-28
9
-19
/
+19
|
/
*
sokol_app.h: more robust mouse-lock behaviour on Windows (fixes #1221) (#1230)
Andre Weissflog
2025-03-26
2
-93
/
+149
*
Merge pull request #1229 from floooh/zig-0.14.0-cleanup
Andre Weissflog
2025-03-21
2
-34
/
+15
|
\
|
*
gen_bindings.yml: run zig build examples
Andre Weissflog
2025-03-21
1
-1
/
+1
|
*
gen_zig.py: remove zig 0.13.0 vs 0.14.0 hack in code-generated asRange helper
Andre Weissflog
2025-03-21
1
-33
/
+14
|
/
*
fix changelog typo
Andre Weissflog
2025-03-20
1
-1
/
+1
*
sokol_app.h macos: fix for Ctrl-Tab key down event not sent (#1228)
Andre Weissflog
2025-03-20
2
-0
/
+29
*
Merge pull request #1226 from floooh/issue1225/use-fetch-api
Andre Weissflog
2025-03-17
2
-88
/
+87
|
\
|
*
changelog: add pr link (https://github.com/floooh/sokol/pull/1226)
Andre Weissflog
2025-03-17
1
-0
/
+2
|
*
update changelog
Andre Weissflog
2025-03-17
1
-0
/
+6
|
*
sokol_fetch.h: fix if-else coding style
Andre Weissflog
2025-03-17
1
-50
/
+25
|
*
sokol_fetch.h: replace XMLHttpRequest with fetch API
Andre Weissflog
2025-03-17
1
-38
/
+54
|
/
*
Merge pull request #1216 from adamrt/add-tigerstyle-for-zig-bindgen
Andre Weissflog
2025-03-17
2
-8
/
+17
|
\
|
*
bindgen: add option to use tiger style for zig
Adam Patterson
2025-03-05
2
-8
/
+17
*
|
sokol_gfx.h: fix vertexformat-to-string for SHORT2
Andre Weissflog
2025-03-15
1
-1
/
+1
*
|
changelog: clarification in last entry
Andre Weissflog
2025-03-15
1
-2
/
+2
*
|
Merge pull request #1222 from floooh/issue1213/vertexformats
Andre Weissflog
2025-03-15
5
-91
/
+383
|
\
\
|
*
|
tweak changelog
Andre Weissflog
2025-03-15
1
-2
/
+2
|
*
|
changelog: mention sokol_log.h changes
Andre Weissflog
2025-03-15
1
-0
/
+6
|
*
|
add sokol-shdc PR link to last changelog entry (https://github.com/floooh/sok...
Andre Weissflog
2025-03-15
1
-0
/
+2
|
*
|
update readme (https://github.com/floooh/sokol/pull/1222)
Andre Weissflog
2025-03-15
1
-1
/
+1
|
*
|
update changelog (https://github.com/floooh/sokol/pull/1222)
Andre Weissflog
2025-03-15
1
-0
/
+63
|
*
|
sokol_gfx.h: update inline doc comments
Andre Weissflog
2025-03-15
1
-74
/
+76
|
*
|
sokol_gfx_imgui.h: print shader attr base types
Andre Weissflog
2025-03-14
1
-4
/
+21
|
*
|
sokol_gfx.h: vertex format vs shader attr base type fixes
Andre Weissflog
2025-03-14
1
-9
/
+60
|
*
|
sokol_log.h: on Linux and macOS don't log to syslog (only stderr)
Andre Weissflog
2025-03-14
1
-9
/
+0
|
*
|
sokol_gfx.h gl: select glVertexAttribPointer vs glVertexAttribIPointer
Andre Weissflog
2025-03-11
1
-2
/
+10
|
*
|
sokol_gfx.h: minor code cleanup
Andre Weissflog
2025-03-10
1
-1
/
+1
|
*
|
sokol_gfx_imgui.h: add new vertex formats
Andre Weissflog
2025-03-10
1
-0
/
+12
|
*
|
sokol_gfx.h: validate pipeline vertex attr formats against shader vertex attr...
Andre Weissflog
2025-03-10
1
-1
/
+12
|
*
|
sokol_gfx.h d3d11: fix vertex format typo
Andre Weissflog
2025-03-10
1
-1
/
+1
|
*
|
sokol_gfx.h: start adding new vertex formats
Andre Weissflog
2025-03-10
1
-3
/
+132
|
/
/
*
|
Merge pull request #1220 from floooh/issue1211/win32_mouse_lock_behaviour
Andre Weissflog
2025-03-09
2
-25
/
+62
|
\
\
|
*
|
fix changelog
Andre Weissflog
2025-03-09
1
-6
/
+9
|
*
|
update changelog (https://github.com/floooh/sokol/pull/1220)
Andre Weissflog
2025-03-09
1
-0
/
+16
|
*
|
sokol_app.h win32: fix mouse lock edge cases (fixes #1211)
Andre Weissflog
2025-03-09
1
-25
/
+43
|
/
/
*
|
add PR link to last changelog item
Andre Weissflog
2025-03-09
1
-0
/
+2
*
|
Merge pull request #1219 from floooh/compute-regression-fixes-1
Andre Weissflog
2025-03-09
2
-23
/
+52
|
\
\
|
*
|
update changelog (d3d11 regressions in compute shader update)
Andre Weissflog
2025-03-09
1
-0
/
+14
|
*
|
Compute shader update regression fixes in sokol_gfx.h:
Andre Weissflog
2025-03-09
1
-23
/
+38
|
/
/
*
|
Merge pull request #1200 from floooh/sgcompute
Andre Weissflog
2025-03-08
7
-964
/
+2352
|
\
\
|
|
/
|
/
|
|
*
update readme and changelog (https://github.com/floooh/sokol/pull/1200)
Andre Weissflog
2025-03-08
2
-1
/
+28
|
*
sokol_gfx.h: doc header tweaks
Andre Weissflog
2025-03-02
1
-9
/
+10
|
*
sokol_gfx.h: update doc headers for compute shaders
Andre Weissflog
2025-03-02
1
-17
/
+50
|
*
sokol_gfx.h: compute shader documentation wip
Andre Weissflog
2025-03-02
1
-49
/
+211
|
*
sokol_gfx.h d3d11: fix parameter passing in CSSetUnorderedAccessViews wrapper...
Andre Weissflog
2025-03-01
1
-1
/
+1
|
*
sokol_gfx_test.c: more buffer creation tests
Andre Weissflog
2025-03-01
1
-0
/
+68
|
*
fix sokol_gfx_test.c
Andre Weissflog
2025-03-01
1
-7
/
+5
|
*
sokol_gfx.h: fix dummy backend, fix unused warning
Andre Weissflog
2025-03-01
1
-4
/
+12
|
*
update gen_d.py for sokol-gfx compute shader update
Andre Weissflog
2025-02-25
1
-0
/
+3
[prev]
[next]