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_gfx: storage images wip
Andre Weissflog
2025-04-21
1
-84
/
+145
|
*
sokol_gfx.h: storage textures wip
Andre Weissflog
2025-04-20
1
-1
/
+2
|
*
sokol_gfx.h: prepare public API for storage images
Andre Weissflog
2025-04-18
1
-0
/
+13
|
*
fix util headers for sg_buffer/image_usage
Andre Weissflog
2025-04-12
3
-8
/
+13
|
*
sokol_gfx.h gl: fix glMemoryBarrier code
Andre Weissflog
2025-04-12
1
-59
/
+59
|
*
sokol_gfx.h gl: update memory barrier code for vertex- and index-buffer bindings
Andre Weissflog
2025-04-12
1
-18
/
+53
|
*
sokol_gfx.h: validate sg_buffer_usage and sg_image_usage flags
Andre Weissflog
2025-04-09
1
-0
/
+16
|
*
fix sokol_gfx_imgui.h for sg_buffer/image_usage
Andre Weissflog
2025-04-08
1
-26
/
+18
|
*
sokol_gfx.h: add sg_features.separate_buffer_types
Andre Weissflog
2025-04-08
1
-0
/
+6
|
*
sokol_gfx.h d3d11: fix for sg_buffer/image_usage
Andre Weissflog
2025-04-08
1
-76
/
+45
|
*
sokol_gfx.h: fix comment
Andre Weissflog
2025-04-07
1
-1
/
+1
|
*
sokol_gfx.h: fix webgpu backend for sg_buffer/image_usage
Andre Weissflog
2025-04-07
1
-14
/
+17
|
*
sokol_gfx.h: fix gl backend for sg_buffer/image_usage
Andre Weissflog
2025-04-07
1
-18
/
+29
|
*
fix some util headers for sg_buffer/image_usage
Andre Weissflog
2025-04-07
4
-11
/
+11
|
*
sokol_gfx.h: sg_buffer_usage and sg_image_usage, plus Metal fixes
Andre Weissflog
2025-04-07
1
-143
/
+108
|
/
*
Merge pull request #1243 from floooh/issue1242/sokol_audio_remove_sles
Andre Weissflog
2025-04-05
3
-337
/
+35
|
\
|
*
update changelog (https://github.com/floooh/sokol/issues/1242)
Andre Weissflog
2025-04-05
1
-19
/
+25
|
*
sokol_audio.h android: remove OpenSLES backend (deprecated in more recent NDK...
Andre Weissflog
2025-04-05
2
-318
/
+10
|
/
*
Merge pull request #1241 from floooh/issue1234/android-gles31
Andre Weissflog
2025-04-05
7
-79
/
+85
|
\
|
*
fix changelog typos
Andre Weissflog
2025-04-05
1
-1
/
+1
|
*
update changelog (https://github.com/floooh/sokol/pull/1241)
Andre Weissflog
2025-04-05
1
-0
/
+24
|
*
tests: remove the Android OpenSLES builds (those trigger deprecated errors now)
Andre Weissflog
2025-04-05
3
-45
/
+0
|
*
fix sokol-gfx and sokol-app comments regarding GLES3.1 contexts and compute s...
Andre Weissflog
2025-04-05
2
-10
/
+10
|
*
switch android tests to android-30 platform
Andre Weissflog
2025-04-05
2
-5
/
+5
|
*
sokol_gfx.h: wip compute support on linux+gles3 and android+gles3
Andre Weissflog
2025-04-05
1
-3
/
+12
|
*
sokol_gfx.h: check actual GL context version for GLES3
Andre Weissflog
2025-04-05
1
-1
/
+6
|
*
sokol_app.h: consider sapp_desc.gl_major/minor_version for some GLES3 platforms
Andre Weissflog
2025-04-05
1
-17
/
+30
|
/
*
fix changelog typos
Andre Weissflog
2025-04-04
1
-2
/
+2
*
update changelog (https://github.com/floooh/sokol/pull/1240)
Andre Weissflog
2025-04-04
1
-0
/
+17
*
Merge branch 'n67094-master'
Andre Weissflog
2025-04-04
1
-1
/
+7
|
\
|
*
sokol_imgui.h: compatibility hack for original cimgui vs dear bindings cimgui
Andre Weissflog
2025-04-04
1
-1
/
+7
|
*
fix: mismatch function with cimgui
n67094
2025-04-03
1
-1
/
+1
|
/
*
Merge branch 'bullno1-resize'
Andre Weissflog
2025-03-31
2
-0
/
+34
|
\
|
*
update changelog (https://github.com/floooh/sokol/pull/1237)
Andre Weissflog
2025-03-31
1
-0
/
+3
|
*
sokol_app.h linux: remove _SAPP_GLX check in new sapp_x11_get_window/display ...
Andre Weissflog
2025-03-31
1
-2
/
+2
|
*
Merge branch 'resize' of github.com:bullno1/sokol into bullno1-resize
Andre Weissflog
2025-03-31
1
-0
/
+31
|
/
|
|
*
Make sure to also check for _SAPP_GLX
Bach Le
2025-03-31
1
-2
/
+2
|
*
Expose X11 Window and Display
Bach Le
2025-03-31
1
-0
/
+31
*
|
Merge branch 'bullno1-x11-dragndrop-leak'
Andre Weissflog
2025-03-31
2
-0
/
+9
|
\
\
|
*
|
coding style fix and update changelog (https://github.com/floooh/sokol/pull/1...
Andre Weissflog
2025-03-31
2
-1
/
+9
|
*
|
Merge branch 'x11-dragndrop-leak' of github.com:bullno1/sokol into bullno1-x1...
Andre Weissflog
2025-03-31
1
-0
/
+1
|
/
|
|
|
*
|
Fix memory leak when doing dragndrop in X11
Bach Le
2025-03-31
1
-0
/
+1
|
|
/
*
|
Merge pull request #1236 from floooh/issue1235/validate-empty-bindings
Andre Weissflog
2025-03-30
2
-0
/
+29
|
\
\
|
|
/
|
/
|
|
*
add pr link to changelog (https://github.com/floooh/sokol/pull/1236)
Andre Weissflog
2025-03-30
1
-0
/
+2
|
*
sokol_gfx.h: new validation layer check in sg_apply_bindings to check for emp...
Andre Weissflog
2025-03-30
2
-0
/
+27
|
/
*
Merge pull request #1232 from floooh/spine-4.2
Andre Weissflog
2025-03-28
3
-3
/
+13
|
\
|
*
fix tests (update spine runtime to 4.2)
Andre Weissflog
2025-03-28
1
-1
/
+3
|
*
sokol_spine.h: updates for Spine C runtime 4.2
Andre Weissflog
2025-03-28
2
-2
/
+10
*
|
Merge pull request #1231 from floooh/clang-windows-fixes
Andre Weissflog
2025-03-28
9
-20
/
+20
|
\
\
|
|
/
|
/
|
|
*
sokol_app.h win32: fix unused warning in release mode (clang)
Andre Weissflog
2025-03-28
1
-1
/
+1
[prev]
[next]