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 'radekm-c3-lang-support'
Andre Weissflog
2025-02-10
5
-1
/
+498
|
\
\
|
*
|
Merge branch 'c3-lang-support' of https://github.com/radekm/sokol into radekm...
Andre Weissflog
2025-02-10
5
-1
/
+498
|
/
|
|
|
*
|
Add support for C3 to bindgen
Radek Micek
2025-02-01
5
-1
/
+498
*
|
|
Merge pull request #1210 from floooh/remove-pvrtc
Andre Weissflog
2025-02-09
7
-136
/
+9
|
\
\
\
|
*
|
|
tests/CMakeLists.txt: remove the -Wno-deprecated-declarations exception for iOS
Andre Weissflog
2025-02-09
1
-5
/
+0
|
*
|
|
fix tests (sokol_gfx.h pvrtc removal)
Andre Weissflog
2025-02-09
1
-4
/
+0
|
*
|
|
update changelog (pvrtc removal)
Andre Weissflog
2025-02-09
2
-1
/
+6
|
*
|
|
sokol_gfx.h: remove pvrtc pixelformat (see: https://github.com/floooh/sokol/i...
Andre Weissflog
2025-02-09
3
-126
/
+3
|
/
/
/
*
|
|
Merge branch 'jdah-master'
Andre Weissflog
2025-02-09
3
-7
/
+49
|
\
\
\
|
*
|
|
update changelog (https://github.com/floooh/sokol/pull/1209)
Andre Weissflog
2025-02-09
1
-0
/
+8
|
*
|
|
sokol_gfx.h: add default handling and validation layer check for blend-op-min...
Andre Weissflog
2025-02-09
1
-7
/
+27
|
*
|
|
sokol_gfx_imgui.h: add SG_BLENDOP_MIN/MAX support
Andre Weissflog
2025-02-09
1
-0
/
+2
|
*
|
|
added GL_MIN, GL_MAX constants
jdah
2025-02-07
1
-0
/
+2
|
*
|
|
added SG_BLENDOP_MIN/MAX
jdah
2025-02-06
1
-0
/
+10
|
/
/
/
*
/
/
gen_zig.py: don't 'pub' extern C func declaration.
Andre Weissflog
2025-02-01
1
-1
/
+1
|
/
/
*
|
Merge branch 'fix-extra-semicolons'
Andre Weissflog
2025-01-30
8
-30
/
+39
|
\
\
|
*
|
CI tests: don't enable -Wextra-semi for GCC in C mode
Andre Weissflog
2025-01-30
1
-1
/
+5
|
*
|
add -Wextra-semi to CI tests and fix resulting warnings
Andre Weissflog
2025-01-30
8
-31
/
+36
|
/
/
*
|
Merge pull request #1205 from RobLoach/patch-1
Andre Weissflog
2025-01-30
1
-2
/
+2
|
\
\
|
*
|
sokol_args: Fix Emscripten extra semi-colon
Rob Loach
2025-01-30
1
-2
/
+2
|
/
/
*
|
Merge pull request #1202 from battledash/patch-1
Andre Weissflog
2025-01-26
1
-1
/
+1
|
\
\
|
*
|
Fix doc typo.
Sean Kahler
2025-01-25
1
-1
/
+1
|
|
/
*
|
Merge pull request #1204 from karl-zylinski/odin-bindgen-wasm
Andre Weissflog
2025-01-26
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Generate Odin bindings that: (1) Are easier to use with web builds. (2) Compi...
Karl Zylinski
2025-01-26
1
-0
/
+5
|
/
*
Merge pull request #1199 from floooh/issue1198_bindslot_rangechecks
Andre Weissflog
2025-01-25
2
-31
/
+186
|
\
|
*
update changelog (https://github.com/floooh/sokol/pull/1199)
Andre Weissflog
2025-01-25
1
-0
/
+22
|
*
sokol_gfx.h: some naming convention cleanup for validation log item names
Andre Weissflog
2025-01-25
1
-28
/
+28
|
*
sokol_gfx.h wgpu: add wgsl bindslot range checks in release mode
Andre Weissflog
2025-01-25
1
-0
/
+41
|
*
sokol_gfx.h mtl: add msl bindslot range checks in release mode
Andre Weissflog
2025-01-24
1
-0
/
+40
|
*
sokol_gfx gl: change the new release mode bindslot range check to not be fata...
Andre Weissflog
2025-01-24
1
-3
/
+7
|
*
sokol_gfx d3d11: check bindslot ranges in release, don't crash when shader cr...
Andre Weissflog
2025-01-24
1
-0
/
+48
|
/
*
mention last changelog item in readme
Andre Weissflog
2025-01-23
1
-1
/
+1
*
sokol_gfx.h gl: fix max number of storage buffer bindings (fixes #1193) (#1196)
Andre Weissflog
2025-01-23
2
-4
/
+44
*
Merge pull request #1195 from floooh/issue1194_genbindings_comments_windows
Andre Weissflog
2025-01-21
1
-2
/
+6
|
\
|
*
gen_ir.py: fix last comment character being ommitted
Andre Weissflog
2025-01-21
1
-1
/
+1
|
*
gen_ir.py: don't let python 'fix' line endings in input file
Andre Weissflog
2025-01-21
1
-1
/
+5
|
/
*
gen_util.py: fix a regular expression warning on Windows
Andre Weissflog
2025-01-21
1
-2
/
+2
*
sokol_gfx.h d3d11: fix color vs depth pixel format caps bit lookup
Andre Weissflog
2025-01-18
1
-2
/
+7
*
gen_zig.py: fix naming convention change in 0.14.0-dev
Andre Weissflog
2025-01-18
1
-2
/
+2
*
sokol_args.h: coding style fixes
Andre Weissflog
2025-01-13
1
-75
/
+62
*
Merge branch 'munrocket-master'
Andre Weissflog
2025-01-13
1
-2
/
+1
|
\
|
*
Merge branch 'master' of https://github.com/munrocket/sokol into munrocket-ma...
Andre Weissflog
2025-01-13
1
-2
/
+1
|
/
|
|
*
sokol_gfx.h: add unorm10-10-10-2 vertex format
munrocket
2024-09-07
1
-2
/
+1
*
|
changelog: fix PR link
Andre Weissflog
2025-01-12
1
-1
/
+1
*
|
Merge pull request #1187 from kassane/d-bindgen-fixes
Andre Weissflog
2025-01-12
2
-0
/
+4
|
\
\
|
*
|
undo char default value
Matheus Catarino
2025-01-12
1
-1
/
+0
|
*
|
some changes
Matheus Catarino
2025-01-12
2
-0
/
+5
*
|
|
sokol_app.h html5: new init flag sapp_desc.html5_update_document_title (#1186)
Andre Weissflog
2025-01-12
2
-3
/
+21
|
/
/
*
|
Merge pull request #1185 from floooh/issue1184_glsl_warning
Andre Weissflog
2025-01-12
1
-3
/
+8
|
\
\
|
*
|
sokol_gfx.h: improve warning message on vertex-attr/uniform-block/image-sampl...
Andre Weissflog
2025-01-12
1
-3
/
+8
[prev]
[next]