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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
sokol_gfx.h mtl: implement sg_draw_ex()
Andre Weissflog
2025-10-01
1
-9
/
+14
|
*
sokol_gfx.h: start implementing sg_draw_ex()
Andre Weissflog
2025-09-30
2
-35
/
+111
|
/
*
fix changelog typos
Andre Weissflog
2025-09-29
1
-5
/
+5
*
Merge pull request #1330 from floooh/issue1302/flexible-bind-limits
Andre Weissflog
2025-09-29
6
-193
/
+771
|
\
|
*
update last changelog item (mention new d3d11 warning if feature level 0 devi...
Andre Weissflog
2025-09-29
1
-1
/
+2
|
*
sokol_gfx.h d3d11: add a warning in sg_setup() when D3D11 device is feature l...
Andre Weissflog
2025-09-29
1
-0
/
+4
|
*
add details to last changelog entry (https://github.com/floooh/sokol/pull/1330)
Andre Weissflog
2025-09-29
1
-0
/
+5
|
*
sokol_gfx.h: fix a validation layer message
Andre Weissflog
2025-09-29
1
-1
/
+1
|
*
update changelog and readme (https://github.com/floooh/sokol/pull/1330)
Andre Weissflog
2025-09-29
2
-1
/
+84
|
*
sokol_gfx.h d3d11: minor code cleanup
Andre Weissflog
2025-09-28
1
-1
/
+1
|
*
sokol_gfx.h: simplify the sg_desc.enforce_portable_limit code
Andre Weissflog
2025-09-28
1
-15
/
+21
|
*
sokol_gfx.h: add max portable resource limit constants and options checks (sg...
Andre Weissflog
2025-09-28
1
-7
/
+21
|
*
Merge branch 'master' into issue1302/flexible-bind-limits
Andre Weissflog
2025-09-28
6
-12
/
+115
|
|
\
|
*
|
sokol_gfx.h d3d11: dynamic resource limits minor code cleanup
Andre Weissflog
2025-09-28
1
-1
/
+0
|
*
|
sokol_gfx.h: remove redundant bindslot limit validation layer checks
Andre Weissflog
2025-09-28
1
-93
/
+101
|
*
|
fix sokol-gfx tests
Andre Weissflog
2025-09-27
1
-2
/
+2
|
*
|
sokol_gfx.h: update backend api bindings limits in comments and validation me...
Andre Weissflog
2025-09-27
1
-30
/
+30
|
*
|
sokol_gfx.h: remove separate sg_limits.max_readonly/writable_storage_buffer_b...
Andre Weissflog
2025-09-27
2
-61
/
+45
|
*
|
sokol_gfx.h: fix gen_bindings rule violation
Andre Weissflog
2025-09-27
1
-1
/
+1
|
*
|
sokol_gfx.h gl: fix unused warning on non-compute platforms
Andre Weissflog
2025-09-27
1
-1
/
+1
|
*
|
sokol_gfx.h: fix validation layer messages for readonly vs writable storage b...
Andre Weissflog
2025-09-24
1
-5
/
+5
|
*
|
sokol_gfx.h gl: fix storage buffer bindings limit check on non-compute platforms
Andre Weissflog
2025-09-24
1
-22
/
+24
|
*
|
sokol_gfx.h gl: fix max storage buffer bindings limit for readonly vs writable
Andre Weissflog
2025-09-24
1
-6
/
+11
|
*
|
sokol_gfx.h wgpu: fix max storage buffer bindings limit for readonly vs writable
Andre Weissflog
2025-09-24
1
-1
/
+2
|
*
|
sokol_gfx.h mtl: fix max storage buffer bindings limit for readonly vs writable
Andre Weissflog
2025-09-24
1
-1
/
+2
|
*
|
sokol_gfx.h: fix dummy backend and tests
Andre Weissflog
2025-09-22
2
-13
/
+49
|
*
|
Merge branch 'master' into issue1302/flexible-bind-limits
Andre Weissflog
2025-09-22
3
-34
/
+71
|
|
\
\
|
*
|
|
sokol_gfx.h d3d11: dynamic resource limits wip
Andre Weissflog
2025-09-22
2
-19
/
+50
|
*
|
|
sokol_gfx.h gl: fix gl backend for dynamic binding limits
Andre Weissflog
2025-09-22
1
-12
/
+19
|
*
|
|
sokol_gfx.h gl: init sg_limits.max_storage_buffer/image_bindings_per_stage
Andre Weissflog
2025-09-21
1
-5
/
+17
|
*
|
|
sokol_gfx.h gl: init sg_limits.max_color_attachments and max_texture_bindings...
Andre Weissflog
2025-09-21
1
-6
/
+25
|
*
|
|
sokol_gfx.h wgpu: remove unused define
Andre Weissflog
2025-09-21
1
-1
/
+1
|
*
|
|
sokol_app.h wgpu: request adapter limits for texture-, storage-buffer and sto...
Andre Weissflog
2025-09-20
1
-0
/
+10
|
*
|
|
sokol_gfx.h: populate new dynamic limits
Andre Weissflog
2025-09-20
1
-0
/
+4
|
*
|
|
sokol_gfx.h: check dynamic max-pass-attachment limits
Andre Weissflog
2025-09-20
2
-3
/
+74
|
*
|
|
sokol_gfx.h: finer-grained error messages on binding-limit violation, plus ne...
Andre Weissflog
2025-09-20
2
-17
/
+194
|
*
|
|
sokol_gfx.h: add validation check for max bindings per stage in _sg_init_shader
Andre Weissflog
2025-09-20
1
-3
/
+75
|
*
|
|
sokol_gfx.h: dynamic limits wip
Andre Weissflog
2025-09-19
1
-12
/
+16
|
*
|
|
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 mtl: populate the new sg_limits
Andre Weissflog
2025-09-17
1
-0
/
+5
|
*
|
|
sokol_gfx.h: start with flexible resource binding limits
Andre Weissflog
2025-09-16
1
-0
/
+4
*
|
|
|
ci: attempt to fix rust missing fmt
Andre Weissflog
2025-09-29
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1338 from floooh/issue1337/dxgi_timing_bug
Andre Weissflog
2025-09-28
3
-4
/
+12
|
\
\
\
|
*
|
|
update readme
Andre Weissflog
2025-09-28
2
-2
/
+2
|
*
|
|
sokol_app.h d3d11/dxgi: fix frame time issue on 120Hz displays (fixes #1337)
Andre Weissflog
2025-09-28
2
-3
/
+11
|
/
/
/
*
|
|
sokol_gfx.h: fix per-frame resource stats (see: https://github.com/floooh/sok...
Andre Weissflog
2025-09-24
1
-24
/
+24
*
|
|
Merge pull request #1334 from floooh/issue1332/resource-stats
Andre Weissflog
2025-09-23
3
-3
/
+101
|
\
\
\
|
*
|
|
sokol_gfx.h: frame stats tracking minor code cleanup
Andre Weissflog
2025-09-23
1
-9
/
+13
|
*
|
|
update changelog (https://github.com/floooh/sokol/pull/1334)
Andre Weissflog
2025-09-23
1
-0
/
+12
[prev]
[next]