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
/
sokol_gfx_imgui.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dual-source-blending (#1426)
Andre Weissflog
2026-01-26
1
-0
/
+5
*
sokol_gfx_imgui.h: fix msvc build
Andre Weissflog
2025-12-05
1
-1
/
+1
*
fix tests
Andre Weissflog
2025-12-05
1
-1
/
+5
*
sokol_gfx_imgui.h: code and api cleanup (move state structs into implementation)
Andre Weissflog
2025-12-05
1
-1121
/
+1144
*
sokol_gfx_imgui.h: fix for sg_query_stats()
Andre Weissflog
2025-12-04
1
-157
/
+177
*
Merge branch 'master' into experimental-vulkan
Andre Weissflog
2025-11-19
1
-1
/
+3
|
\
|
*
sokol_gfx_imgui.h: add DEARIMGUI_VERSION to the capabilities window
Andre Weissflog
2025-10-20
1
-1
/
+2
|
*
sokol_gfx_imgui.h: add missing sg_features.gl_texture_views flag
Andre Weissflog
2025-10-10
1
-0
/
+1
*
|
sokol_gfx_imgui.h: add vulkan specific items
Andre Weissflog
2025-11-17
1
-0
/
+29
*
|
sokol_gfx_imgui.h: add SG_BACKEND_VULKAN stringify
Andre Weissflog
2025-11-14
1
-0
/
+1
|
/
*
sokol_gfx_imgui.h: fix for sg_features.draw_base_vertex_base_instance removal
Andre Weissflog
2025-10-04
1
-1
/
+0
*
sokol_gfx_imgui.h: hook up sg_draw_ex callback
Andre Weissflog
2025-10-03
1
-0
/
+1
*
sokol_gfx_imgui.h: add sg_features.draw_* flags to features panel
Andre Weissflog
2025-10-03
1
-0
/
+3
*
sokol_gfx_imgui.h: track sg_draw_ex
Andre Weissflog
2025-10-01
1
-0
/
+39
*
sokol_gfx.h: start implementing sg_draw_ex()
Andre Weissflog
2025-09-30
1
-0
/
+1
*
Merge branch 'master' into issue1302/flexible-bind-limits
Andre Weissflog
2025-09-28
1
-0
/
+30
|
\
|
*
sokol_gfx.h: add resource pool frame stats (fixes: #1332)
Andre Weissflog
2025-09-23
1
-0
/
+30
*
|
sokol_gfx.h: remove separate sg_limits.max_readonly/writable_storage_buffer_b...
Andre Weissflog
2025-09-27
1
-2
/
+1
*
|
sokol_gfx.h d3d11: dynamic resource limits wip
Andre Weissflog
2025-09-22
1
-1
/
+3
*
|
sokol_gfx_imgui.h: add common struct sizes to Capabilities panel
Andre Weissflog
2025-09-19
1
-0
/
+10
*
|
sokol_gfx_imgui.h: view the new sg_limits in the capabilities panel
Andre Weissflog
2025-09-17
1
-0
/
+4
|
/
*
sokol_gfx.h gl: bind storage buffers with offset, clarify why glBindImageText...
Andre Weissflog
2025-08-04
1
-0
/
+1
*
sokol_gfx.h mtl: more robust bindings cache for dynamic resources (take activ...
Andre Weissflog
2025-08-03
1
-4
/
+16
*
sokol_gfx_imgui.h: remove unused _sgimgui_viewtype_string function
Andre Weissflog
2025-08-02
1
-12
/
+0
*
sokol_gfx.h: strip _binding from usage.*_binding
Andre Weissflog
2025-07-21
1
-2
/
+2
*
sokol_gfx_imgui.h: don't attempt to render msaa images
Andre Weissflog
2025-07-21
1
-3
/
+3
*
sokol_gfx_imgui.h: don't attempt to render non-2d texture views
Andre Weissflog
2025-07-21
1
-2
/
+6
*
sokol_gfx_imgui.h: fix for unified view bindings
Andre Weissflog
2025-07-21
1
-102
/
+57
*
sokol_gfx_imgui.h: ported to view objects
Andre Weissflog
2025-07-14
1
-61
/
+104
*
sokol_gfx_imgui.h: implement new ui image rendering
Andre Weissflog
2025-07-14
1
-70
/
+57
*
sokol_gfx_imgui.h: view objects wip
Andre Weissflog
2025-07-14
1
-20
/
+79
*
sokol_gfx_imgui.h: view objects wip
Andre Weissflog
2025-07-14
1
-65
/
+72
*
sokol_gfx_imgui.h: start fixing for view objects (wip)
Andre Weissflog
2025-07-14
1
-224
/
+238
*
sokol_gfx_imgui.h: fix _SGIMGUI_IMGUI_FUNC macro for C++
Andre Weissflog
2025-06-29
1
-3
/
+3
*
sokol_gfx_imgui.h: cleanup C++ vs C DearImGui calls
Andre Weissflog
2025-06-29
1
-502
/
+563
*
sokol_gfx_imgui.h: fix C ImTextureRef constructor wrapper
Andre Weissflog
2025-06-29
1
-4
/
+12
*
sokol_gfx.h: safe internal resource refs wip
Andre Weissflog
2025-05-29
1
-0
/
+1
*
sokol_gfx.h d3d11: storage attachments wip
Andre Weissflog
2025-05-03
1
-2
/
+2
*
sokol_gfx_imgui.h: storage attachment support
Andre Weissflog
2025-04-27
1
-3
/
+22
*
sokol_gfx_imgui.h: add storage images to shader panel
Andre Weissflog
2025-04-21
1
-22
/
+48
*
fix sokol_gfx_imgui.h for sg_buffer/image_usage
Andre Weissflog
2025-04-08
1
-26
/
+18
*
sokol_gfx_imgui.h: print shader attr base types
Andre Weissflog
2025-03-14
1
-4
/
+21
*
sokol_gfx_imgui.h: add new vertex formats
Andre Weissflog
2025-03-10
1
-0
/
+12
*
merge from master
Andre Weissflog
2025-02-22
1
-4
/
+2
|
\
|
*
sokol_gfx.h: remove pvrtc pixelformat (see: https://github.com/floooh/sokol/i...
Andre Weissflog
2025-02-09
1
-4
/
+0
|
*
sokol_gfx_imgui.h: add SG_BLENDOP_MIN/MAX support
Andre Weissflog
2025-02-09
1
-0
/
+2
*
|
sokol_gfx_imgui.h: fixes for sokol_gfx.h compute shader update
Andre Weissflog
2025-02-18
1
-34
/
+89
*
|
sokol_gfx_imgui.h: fix typo
Andre Weissflog
2025-02-16
1
-1
/
+1
*
|
sokol_gfx.h metal: set images and samplers on compute passes
Andre Weissflog
2025-02-15
1
-0
/
+4
*
|
sokol_gfx.h gl: fix conditional compilation for compute available
Andre Weissflog
2025-02-15
1
-1
/
+2
|
/
[next]