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
/
sokol_app.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
sokol_app.h vk: attempt at framebuffer resize (validation layer errors)
Andre Weissflog
2025-10-15
1
-2
/
+35
*
|
sokol_app.h: basic frame loop wip
Andre Weissflog
2025-10-13
1
-1
/
+2
*
|
sokol_gfx.h vk: basic frame loop wip
Andre Weissflog
2025-10-13
1
-2
/
+7
*
|
sokol_app.h/sokol_gfx.h vk: basic frame loop wip
Andre Weissflog
2025-10-13
1
-9
/
+8
*
|
sokol_gfx.h vk: _sg_vk_begin_pass/commit wip
Andre Weissflog
2025-10-13
1
-5
/
+9
*
|
sokol_gfx.h vk: _sg_vk_init_caps
Andre Weissflog
2025-10-13
1
-10
/
+11
*
|
sokol_app.h vk: frame sync wip
Andre Weissflog
2025-10-13
1
-3
/
+78
*
|
sokol_app.h ios: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-3
/
+3
*
|
sokol_app.h linux egl: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-2
/
+2
*
|
sokol_app.h gl: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-5
/
+5
*
|
sokol_app.h vk: wip
Andre Weissflog
2025-10-12
1
-0
/
+26
*
|
sokol_app.h wgpu: _sapp_wgpu_swapchain_next code cleanup
Andre Weissflog
2025-10-12
1
-3
/
+4
*
|
sokol_app.h wgpu: get next swapchain in sapp_swapchain_next instead of start ...
Andre Weissflog
2025-10-12
1
-4
/
+24
*
|
sokol_app.h vk: query swapchain images and create image views
Andre Weissflog
2025-10-12
1
-0
/
+44
*
|
sokol_app.h win32: fixes for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-5
/
+5
*
|
sokol_app.h web: fix web backend for sapp_desc struct changes
Andre Weissflog
2025-10-12
1
-14
/
+15
*
|
sokol_glue.h: sglue_swapchain => sglue_swapchain_next, and code cleanup
Andre Weissflog
2025-10-12
1
-34
/
+28
*
|
sokol_glue.h: port to new sapp env/swapchain/desc api
Andre Weissflog
2025-10-12
1
-4
/
+4
*
|
sokol_app.h environment/swapchain/desc cleanup wip
Andre Weissflog
2025-10-12
1
-200
/
+199
*
|
sokol_app.h vk: create swapchain object
Andre Weissflog
2025-10-11
1
-4
/
+75
*
|
sokol_app.h vk: create surface
Andre Weissflog
2025-10-11
1
-10
/
+98
*
|
sokol_app.h vk: create logical device
Andre Weissflog
2025-10-09
1
-1
/
+68
*
|
sokol_app.h vk: pick physical device
Andre Weissflog
2025-10-08
1
-8
/
+66
*
|
sokol_app.h: start experimental vulkan backend
Andre Weissflog
2025-10-07
1
-8
/
+87
|
/
*
sokol_app.h macos: fix comment typos
Andre Weissflog
2025-10-06
1
-2
/
+2
*
sokol_app.h macos: add a warning comment to _sapp_macos_frame()
Andre Weissflog
2025-10-06
1
-0
/
+4
*
sokol_gfx.h macos: minor code cleanup to unify metal, gl and wgpu per-frame code
Andre Weissflog
2025-10-06
1
-26
/
+24
*
Merge branch 'master' into issue1302/flexible-bind-limits
Andre Weissflog
2025-09-28
1
-3
/
+0
|
\
|
*
sokol_app.h d3d11/dxgi: fix frame time issue on 120Hz displays (fixes #1337)
Andre Weissflog
2025-09-28
1
-3
/
+0
*
|
sokol_app.h wgpu: request adapter limits for texture-, storage-buffer and sto...
Andre Weissflog
2025-09-20
1
-0
/
+10
|
/
*
fix misleading _DEBUG vs NDEBUG doc comments
Andre Weissflog
2025-09-15
1
-1
/
+1
*
sokol_app.h: update doc header with info about using WebGPU backend on native...
Andre Weissflog
2025-09-08
1
-14
/
+30
*
sokol_app.h linux: don't reconfigure swapchain on x11 resize events but at mo...
Andre Weissflog
2025-09-08
1
-8
/
+2
*
sokol_app.h wgpu: fix emscripten code path (missing functions in emdawnwebgpu)
Andre Weissflog
2025-09-07
1
-4
/
+9
*
sokol_app.h: fix new signed/unsigned warnings
Andre Weissflog
2025-09-07
1
-3
/
+3
*
sokol_app.h wgpu: device lost, logging and uncaptured error callbacks
Andre Weissflog
2025-09-07
1
-10
/
+74
*
sokol_app.h linux: revert dpi computation back to always render at native res...
Andre Weissflog
2025-09-06
1
-7
/
+4
*
sokol_app.h linux: cleanup sizing update and dpi behaviour
Andre Weissflog
2025-09-06
1
-30
/
+47
*
sokol_app.h linux: wgpu backend wip
Andre Weissflog
2025-09-06
1
-50
/
+94
*
sokol_app.h win32: add webgpu-dawn backend
Andre Weissflog
2025-09-05
1
-23
/
+39
*
sokol_app.h: fix wgpu backend for latest dawn webgpu.h
Andre Weissflog
2025-09-04
1
-1
/
+5
*
sokol_app.h: fix emscripten+wgpu code path
Andre Weissflog
2025-09-04
1
-1
/
+7
*
sokol_app.h macos+gl: move GL_SILENCE_DEPRECATION define in front of Cocoa.h
Andre Weissflog
2025-09-04
1
-18
/
+3
*
sokol_app.h macos+gl: explicitly disable -Wdeprecated-declarations (not sure ...
Andre Weissflog
2025-09-04
1
-0
/
+16
*
sokol_app.h wgpu: remove an incorrect assert
Andre Weissflog
2025-09-04
1
-1
/
+0
*
sokol_app.h: macos+wgpu backend done
Andre Weissflog
2025-09-04
1
-33
/
+56
*
sokol_app.h macos: more wgpu integration wip
Andre Weissflog
2025-09-03
1
-14
/
+39
*
sokol_app.h macos: wgpu integration wip
Andre Weissflog
2025-09-03
1
-38
/
+147
*
sokol_app.h: fix emscripten build
Andre Weissflog
2025-09-03
1
-1
/
+1
*
sokol_app.h ios: isolate metal vs gles3 specific code
Andre Weissflog
2025-09-03
1
-69
/
+95
[prev]
[next]