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
*
Merge pull request #1397 from floooh/issue1367/wgpu-cleanup
Andre Weissflog
2025-12-13
1
-81
/
+58
|
\
|
*
sokol_app.h: fix comment typo
Andre Weissflog
2025-12-12
1
-1
/
+1
|
*
sokol_gfx.h macos: init internal framebuffer width/height when no window size...
Andre Weissflog
2025-12-11
1
-8
/
+22
|
*
sokol_app.h: use _SAPP_STRUCT macro for all struct definitions
Andre Weissflog
2025-12-08
1
-73
/
+36
*
|
fix outdated comments (sapp_desc.win32_* etc...)
Andre Weissflog
2025-12-10
1
-14
/
+16
|
/
*
sokol_app/gfx/glue.h: rename sapp_swapchain_next() to sapp_get_swapchain() an...
Andre Weissflog
2025-11-20
1
-5
/
+8
*
sokol_app.h vk: code cleanup (_SAPP_STRUCT etc)
Andre Weissflog
2025-11-19
1
-86
/
+66
*
sokol_app.h vk: code cleanup in _sapp_x11_update_dimensions
Andre Weissflog
2025-11-19
1
-16
/
+12
*
Merge branch 'master' into experimental-vulkan
Andre Weissflog
2025-11-19
1
-3
/
+56
|
\
|
*
sokol_app.h win32: add a doc blurb about setting both win32_console_attach an...
Andre Weissflog
2025-11-17
1
-1
/
+6
|
*
win32: Prioritize attaching console, otherwise create
Daniel Hooper
2025-11-14
1
-3
/
+4
|
*
tvos handlers refactoring
Tomas Andrle
2025-10-23
1
-28
/
+19
|
*
tvos defines redefined, press handling code in C function like the rest.
Tomas Andrle
2025-10-22
1
-35
/
+44
|
*
handle apple tv remote button presses and some game controller inputs that ca...
Tomas Andrle
2025-10-22
1
-0
/
+39
|
*
tvos build fixes
Tomas Andrle
2025-10-22
1
-0
/
+8
*
|
sokol_gfx/app.h vk: deprecated vkGetPhysicalDeviceFeatures => ...Features2
Andre Weissflog
2025-11-18
1
-15
/
+16
*
|
sokol_app.h vk: remove redundant device extensions
Andre Weissflog
2025-11-17
1
-3
/
+0
*
|
sokol_app.h vk: clarify swapchain depth/msaa surface re-creation
Andre Weissflog
2025-11-17
1
-2
/
+2
*
|
sokol_gfx/app.h vk: fix unused warnings in release builds
Andre Weissflog
2025-11-15
1
-3
/
+4
*
|
sokol_app.h vk: reduce Vulkan API version requirement to 1.3
Andre Weissflog
2025-11-15
1
-2
/
+2
*
|
sokol_app.h vk: fix c++ compatibility
Andre Weissflog
2025-11-14
1
-3
/
+8
*
|
sokol_app.h vk: query and request texture compression features
Andre Weissflog
2025-11-03
1
-4
/
+16
*
|
sokol_app.h vk: enable samplerAnisotropy feature
Andre Weissflog
2025-11-02
1
-0
/
+1
*
|
sokol_app/gfx.h vk: more detailed create-device-failure errors, more descript...
Andre Weissflog
2025-11-02
1
-2
/
+18
*
|
sokol_gfx.h vk: descriptor buffers wip
Andre Weissflog
2025-11-02
1
-1
/
+0
*
|
sokol_app/gfx.h vk: re-enable push descriptors
Andre Weissflog
2025-11-02
1
-0
/
+1
*
|
sokol_app.h vk: descriptor buffers wip
Andre Weissflog
2025-11-02
1
-4
/
+16
*
|
sokol_app.h vk: require VK_EXT_descriptor_buffer
Andre Weissflog
2025-11-02
1
-0
/
+1
*
|
sokol_app.h vk: swapchain msaa support
Andre Weissflog
2025-10-27
1
-54
/
+90
*
|
sokol_app.h vk: fix sapp_depth_format()
Andre Weissflog
2025-10-26
1
-4
/
+0
*
|
sokol_app.h vk: depth-buffer support
Andre Weissflog
2025-10-26
1
-1
/
+140
*
|
sokol_gfx.h vk: triangle-bufferless-sapp working (but upside down)
Andre Weissflog
2025-10-20
1
-0
/
+15
*
|
sokol_app.h vk: fix swapchain recreation on window resize
Andre Weissflog
2025-10-16
1
-24
/
+27
*
|
sokol_app.h vk: set oldSwapchain when recreating swapchain object
Andre Weissflog
2025-10-15
1
-9
/
+26
*
|
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
[next]