aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix clang warnings on windowsAndre Weissflog2025-03-289-19/+19
|/
* sokol_app.h: more robust mouse-lock behaviour on Windows (fixes #1221) (#1230)Andre Weissflog2025-03-262-93/+149
* Merge pull request #1229 from floooh/zig-0.14.0-cleanupAndre Weissflog2025-03-212-34/+15
|\
| * gen_bindings.yml: run zig build examplesAndre Weissflog2025-03-211-1/+1
| * gen_zig.py: remove zig 0.13.0 vs 0.14.0 hack in code-generated asRange helperAndre Weissflog2025-03-211-33/+14
|/
* fix changelog typoAndre Weissflog2025-03-201-1/+1
* sokol_app.h macos: fix for Ctrl-Tab key down event not sent (#1228)Andre Weissflog2025-03-202-0/+29
* Merge pull request #1226 from floooh/issue1225/use-fetch-apiAndre Weissflog2025-03-172-88/+87
|\
| * changelog: add pr link (https://github.com/floooh/sokol/pull/1226)Andre Weissflog2025-03-171-0/+2
| * update changelogAndre Weissflog2025-03-171-0/+6
| * sokol_fetch.h: fix if-else coding styleAndre Weissflog2025-03-171-50/+25
| * sokol_fetch.h: replace XMLHttpRequest with fetch APIAndre Weissflog2025-03-171-38/+54
|/
* Merge pull request #1216 from adamrt/add-tigerstyle-for-zig-bindgenAndre Weissflog2025-03-172-8/+17
|\
| * bindgen: add option to use tiger style for zigAdam Patterson2025-03-052-8/+17
* | sokol_gfx.h: fix vertexformat-to-string for SHORT2Andre Weissflog2025-03-151-1/+1
* | changelog: clarification in last entryAndre Weissflog2025-03-151-2/+2
* | Merge pull request #1222 from floooh/issue1213/vertexformatsAndre Weissflog2025-03-155-91/+383
|\ \
| * | tweak changelogAndre Weissflog2025-03-151-2/+2
| * | changelog: mention sokol_log.h changesAndre Weissflog2025-03-151-0/+6
| * | add sokol-shdc PR link to last changelog entry (https://github.com/floooh/sok...Andre Weissflog2025-03-151-0/+2
| * | update readme (https://github.com/floooh/sokol/pull/1222)Andre Weissflog2025-03-151-1/+1
| * | update changelog (https://github.com/floooh/sokol/pull/1222)Andre Weissflog2025-03-151-0/+63
| * | sokol_gfx.h: update inline doc commentsAndre Weissflog2025-03-151-74/+76
| * | sokol_gfx_imgui.h: print shader attr base typesAndre Weissflog2025-03-141-4/+21
| * | sokol_gfx.h: vertex format vs shader attr base type fixesAndre Weissflog2025-03-141-9/+60
| * | sokol_log.h: on Linux and macOS don't log to syslog (only stderr)Andre Weissflog2025-03-141-9/+0
| * | sokol_gfx.h gl: select glVertexAttribPointer vs glVertexAttribIPointerAndre Weissflog2025-03-111-2/+10
| * | sokol_gfx.h: minor code cleanupAndre Weissflog2025-03-101-1/+1
| * | sokol_gfx_imgui.h: add new vertex formatsAndre Weissflog2025-03-101-0/+12
| * | sokol_gfx.h: validate pipeline vertex attr formats against shader vertex attr...Andre Weissflog2025-03-101-1/+12
| * | sokol_gfx.h d3d11: fix vertex format typoAndre Weissflog2025-03-101-1/+1
| * | sokol_gfx.h: start adding new vertex formatsAndre Weissflog2025-03-101-3/+132
|/ /
* | Merge pull request #1220 from floooh/issue1211/win32_mouse_lock_behaviourAndre Weissflog2025-03-092-25/+62
|\ \
| * | fix changelogAndre Weissflog2025-03-091-6/+9
| * | update changelog (https://github.com/floooh/sokol/pull/1220)Andre Weissflog2025-03-091-0/+16
| * | sokol_app.h win32: fix mouse lock edge cases (fixes #1211)Andre Weissflog2025-03-091-25/+43
|/ /
* | add PR link to last changelog itemAndre Weissflog2025-03-091-0/+2
* | Merge pull request #1219 from floooh/compute-regression-fixes-1Andre Weissflog2025-03-092-23/+52
|\ \
| * | update changelog (d3d11 regressions in compute shader update)Andre Weissflog2025-03-091-0/+14
| * | Compute shader update regression fixes in sokol_gfx.h:Andre Weissflog2025-03-091-23/+38
|/ /
* | Merge pull request #1200 from floooh/sgcomputeAndre Weissflog2025-03-087-964/+2352
|\ \ | |/ |/|
| * update readme and changelog (https://github.com/floooh/sokol/pull/1200)Andre Weissflog2025-03-082-1/+28
| * sokol_gfx.h: doc header tweaksAndre Weissflog2025-03-021-9/+10
| * sokol_gfx.h: update doc headers for compute shadersAndre Weissflog2025-03-021-17/+50
| * sokol_gfx.h: compute shader documentation wipAndre Weissflog2025-03-021-49/+211
| * sokol_gfx.h d3d11: fix parameter passing in CSSetUnorderedAccessViews wrapper...Andre Weissflog2025-03-011-1/+1
| * sokol_gfx_test.c: more buffer creation testsAndre Weissflog2025-03-011-0/+68
| * fix sokol_gfx_test.cAndre Weissflog2025-03-011-7/+5
| * sokol_gfx.h: fix dummy backend, fix unused warningAndre Weissflog2025-03-011-4/+12
| * update gen_d.py for sokol-gfx compute shader updateAndre Weissflog2025-02-251-0/+3