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 ios/mtl: fix drawable size mismatch assert on rotate (see https:/...
Andre Weissflog
7 days
1
-8
/
+20
*
sokol_app.h vk/win: fix frame time measurement on vulkan+windows
Andre Weissflog
11 days
1
-5
/
+1
*
sokol_app.h vk: cleanup swapchain creation, don't update fb w/h in _sapp_win3...
Andre Weissflog
11 days
1
-44
/
+66
*
sokol_app.h vk: fix case where no suitable physical device is found
Andre Weissflog
11 days
1
-4
/
+5
*
sokol_app.h vk: fix swapchain validation layer error on Windows+NVIDIA
floooh
2026-01-31
1
-2
/
+6
*
sokol_app.h vk: enfore a min-swapchain-image-count of at least 3, fixes prese...
Andre Weissflog
2026-01-31
1
-1
/
+15
*
sokol_app.h vk: fix inconsistent semaphore indexing
Andre Weissflog
2026-01-31
1
-2
/
+2
*
Dual-source-blending (#1426)
Andre Weissflog
2026-01-26
1
-1
/
+6
*
sokol_app.h vk: post-merge fix (remove a redundant return statement)
Andre Weissflog
2026-01-24
1
-1
/
+0
*
Vulkan backend: enable debug object labels. (#1422)
Andre Weissflog
2026-01-24
1
-3
/
+56
*
sokol_gfx/app.h: update vulkan backend build instructions
Andre Weissflog
2026-01-19
1
-0
/
+5
*
sokol_app/gfx.h: vulkan build instructions
Andre Weissflog
2026-01-19
1
-0
/
+7
*
sokol_app.h win/vk: hook up vulkan to windows frame loop
Andre Weissflog
2026-01-19
1
-0
/
+8
*
sokol_gfx.h vk: windows support
Andre Weissflog
2026-01-19
1
-2
/
+12
*
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
[next]