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
path:
root
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update sokol_nuklear.h
David Lannan
2024-10-24
1
-1
/
+1
*
Added command to enable cursors with default font.
David Lannan
2024-10-23
1
-0
/
+2
*
sokol_imgui.h: changed ImTextureID type from void* to uint64_t
Thomas Stehle
2024-10-21
1
-6
/
+6
*
sokol_gl.h: fix a C-ism / C++ warning (using {0} for a struct init)
Andre Weissflog
2024-09-20
1
-1
/
+2
*
sokol_imgui.h: fix unused warning with SOKOL_IMGUI_NO_SOKOL_APP
Andre Weissflog
2024-09-20
1
-2
/
+5
*
sokol_imgui.h: update for Dear ImGui 1.91.1 (fixed https://github.com/floooh...
Andre Weissflog
2024-09-10
1
-6
/
+8
*
sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)
Andre Weissflog
2024-09-02
4
-13
/
+14
*
sokol_gfx.h wgpu: fix up bindgroups cache when destroying associated resource...
Andre Weissflog
2024-08-31
1
-0
/
+1
*
sokol_gl.h: don't skip rendering completely in case of errors, plus:
Andre Weissflog
2024-08-26
1
-35
/
+105
*
sokol_gfx_imgui.h: minor fix in frame stats window (scroll-freeze only the ta...
Andre Weissflog
2024-08-13
1
-1
/
+1
*
sokol_imgui.h zig bindings wip
Andre Weissflog
2024-05-30
1
-17
/
+10
*
ETC2 pixel format cleanup:
Andre Weissflog
2024-05-10
1
-2
/
+4
*
sokol_gfx_imgui.h: add storage buffers to shader and apply-bindings panels
Andre Weissflog
2024-05-01
1
-0
/
+40
*
Merge branch 'master' into storage-buffers
Andre Weissflog
2024-04-21
3
-3
/
+15
|
\
|
*
sokol_debug.text.h: fix flipped alpha blend factors
Andre Weissflog
2024-04-08
1
-2
/
+2
|
*
Merge branch 'master' of https://github.com/elloramir/sokol into elloramir-ma...
Andre Weissflog
2024-03-21
1
-0
/
+6
|
|
\
|
|
*
resolve texture leak on new font loading
ello
2024-03-19
1
-0
/
+8
|
|
*
fix font loading to work with more fonts than default one
elloramir
2024-03-13
1
-7
/
+5
|
*
|
Fix a couple of typos.
Bruce Mitchener
2024-03-20
1
-1
/
+1
|
*
|
sokol_imgui.h: assert against texture leakage when calling simgui_create_font...
Andre Weissflog
2024-03-14
1
-0
/
+6
|
|
/
*
|
update embedded shaders for changed wgpu bind slots and glsl v410
Andre Weissflog
2024-04-15
6
-292
/
+321
*
|
sokol_gfx_imgui.h: add SG_BUFFERTYPE_STORAGEBUFFER
Andre Weissflog
2024-04-03
1
-0
/
+1
*
|
sokol_gfx.h gl: storage buffers wip
Andre Weissflog
2024-03-11
1
-3
/
+3
*
|
replace SOKOL_GLCORE33 with SOKOL_GLCORE
Andre Weissflog
2024-03-10
6
-24
/
+24
*
|
sokol_gfx.h, sokol_gfx_imgui.h: minor storage buffer related code cleanup
Andre Weissflog
2024-03-09
1
-0
/
+1
*
|
sokol_gfx.h metal: filter redundant storage buffer bindings
Andre Weissflog
2024-03-08
1
-0
/
+1
|
/
*
Merge branch 'font_texture' of https://github.com/Dvad/sokol into Dvad-font_t...
Andre Weissflog
2024-03-02
1
-35
/
+64
|
\
|
*
[sokol_imgui] add optional argument to simgui_create_fonts_texture
David Caruso
2024-02-22
1
-14
/
+25
|
*
[sokol_imgui] add optional backend interface for font creation/destruction
David Caruso
2024-02-21
1
-24
/
+42
*
|
Merge branch 'master' into issue904-pass-cleanup
Andre Weissflog
2024-02-27
1
-7
/
+18
|
\
\
|
*
|
sokol_imgui.h: ignore special ImDrawCallback_ResetRenderState user callback c...
Andre Weissflog
2024-02-25
1
-7
/
+18
|
|
/
*
|
sokol_gfx.h: code cleanup around sg_begin_pass
Andre Weissflog
2024-02-18
1
-3
/
+2
*
|
sokol_gfx.h gl: replace GL_MAX_VERTEX_UNIFORM_VECTORS with GL_MAX_VERTEX_UNIF...
Andre Weissflog
2024-02-17
1
-1
/
+1
*
|
sokol_gfx_imgui.h: add swapchain panel to begin-pass capture info
Andre Weissflog
2024-02-12
1
-2
/
+45
*
|
sokol_gfx_imgui.h: fix begin pass panel
Andre Weissflog
2024-02-11
1
-2
/
+3
*
|
sokol_gfx_imgui.h: pass => attachments and general code cleanup
Andre Weissflog
2024-02-11
1
-1746
/
+1705
*
|
Merge branch 'master' into issue904-pass-cleanup
Andre Weissflog
2024-02-10
6
-7
/
+11
|
\
|
|
*
Typo fixes.
Bruce Mitchener
2024-02-08
6
-7
/
+7
|
*
check isnan width and height
Matheus Catarino França
2024-02-01
1
-0
/
+4
*
|
sokol_gfx_imgui.h: remove obsolete ctx_id
Andre Weissflog
2024-01-28
1
-1
/
+0
|
/
*
Fix strict-prototype warnings.
Bruce Mitchener
2024-01-20
1
-1
/
+1
*
basic supprt of some BC3, BC7, ETC2 and ASTC compressed texture formats
Anton Semenov
2024-01-16
1
-0
/
+6
*
sokol_nuklear.h: change snk_handle_event to return a bool if handled
Adam Patterson
2023-12-20
1
-3
/
+8
*
Fix typos.
Bruce Mitchener
2023-12-09
1
-5
/
+5
*
sokol_gfx.h, sokol_shape.h: remove the SOKOL_ZIG_BINDINGS struct size workaround
Andre Weissflog
2023-12-04
1
-6
/
+0
*
sokol_imgui.h: fix minor documentation issue
Andre Weissflog
2023-11-21
1
-2
/
+2
*
sokol_gfx_imgui.h: fixes for sokol_gfx.h stats member renames
Andre Weissflog
2023-10-09
1
-3
/
+3
*
Merge branch 'master' into sgfx-wgpu
Andre Weissflog
2023-10-03
8
-72
/
+72
|
\
|
*
rename custom allocator callbacks to alloc_fn/free_fn
Andre Weissflog
2023-09-25
8
-72
/
+72
*
|
sokol_gfx_imgui.h: add d3d11 frame stats to stats panel
Andre Weissflog
2023-10-03
1
-1
/
+30
[next]