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
...
|
*
rust bindgen fixes, add sokol_imgui.h to rust generation
Andre Weissflog
2024-02-20
2
-7
/
+9
|
*
bindgen minor code cleanup
Andre Weissflog
2024-02-20
3
-6
/
+3
|
*
gen_odin.py: add sokol_glue.h as regular module, remove cruft
Andre Weissflog
2024-02-19
1
-4
/
+2
|
*
gen_zig.py: remove some cruft
Andre Weissflog
2024-02-19
1
-2
/
+0
|
*
fix sokol-zig bindings
Andre Weissflog
2024-02-19
2
-1
/
+3
|
*
sokol_gfx.h dummy: fix _sg_dummy_begin_pass()
Andre Weissflog
2024-02-18
1
-1
/
+1
|
*
sokol_gfx.h wgpu: fix swapchain passes for optional depth-buffer
Andre Weissflog
2024-02-18
1
-1
/
+1
|
*
sokol_gfx.h: only fix swapchain pass defaults when it's actually a swapchain ...
Andre Weissflog
2024-02-18
1
-9
/
+12
|
*
sokol_gfx.h: code cleanup around sg_begin_pass
Andre Weissflog
2024-02-18
2
-99
/
+134
|
*
sokol_gfx.h gl: replace GL_MAX_VERTEX_UNIFORM_VECTORS with GL_MAX_VERTEX_UNIF...
Andre Weissflog
2024-02-17
2
-5
/
+5
|
*
sokol_gfx.h d3d11: sg_d3d11_query_pass_info => sg_d3d11_query_attachments_info
Andre Weissflog
2024-02-14
1
-1
/
+1
|
*
fix tests
Andre Weissflog
2024-02-12
8
-301
/
+312
|
*
sokol_gfx.h: metal import QuartzCore/CoreAnimation.h (needed for CAMetalDrawa...
Andre Weissflog
2024-02-12
1
-2
/
+4
|
*
sokol_gfx_imgui.h: add swapchain panel to begin-pass capture info
Andre Weissflog
2024-02-12
1
-2
/
+45
|
*
sokol_gfx_imgui.h: fix begin pass panel
Andre Weissflog
2024-02-11
1
-2
/
+3
|
*
sokol_gfx.h: metal fix pass store action for stencil, fix trace hooks begin-p...
Andre Weissflog
2024-02-11
1
-6
/
+6
|
*
sokol_gfx_imgui.h: pass => attachments and general code cleanup
Andre Weissflog
2024-02-11
1
-1746
/
+1705
|
*
sokol_gfx.h fix trace hooks struct
Andre Weissflog
2024-02-11
1
-1
/
+0
|
*
Merge branch 'master' into issue904-pass-cleanup
Andre Weissflog
2024-02-10
12
-25
/
+65
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #988 from waywardmonkeys/maybe-the-last-big-round-of-typo-...
Andre Weissflog
2024-02-08
12
-25
/
+25
|
\
\
|
*
|
Typo fixes.
Bruce Mitchener
2024-02-08
12
-25
/
+25
|
/
/
*
|
Merge pull request #987 from kassane/not_nan
Andre Weissflog
2024-02-01
1
-0
/
+4
|
\
\
|
*
|
check isnan width and height
Matheus Catarino França
2024-02-01
1
-0
/
+4
|
/
/
*
|
fix changelog typo
Andre Weissflog
2024-01-31
1
-1
/
+1
*
|
Merge branch 'zoo-3d-sokol-app-focus-steal'
Andre Weissflog
2024-01-31
2
-0
/
+26
|
\
\
|
*
|
sokol_app.h macos: shorten comment for window focus workaround, update changelog
Andre Weissflog
2024-01-31
2
-11
/
+15
|
*
|
Merge branch 'sokol-app-focus-steal' of https://github.com/zoo-3d/sokol into ...
Andre Weissflog
2024-01-31
1
-0
/
+22
|
/
|
|
|
*
|
fix typo
zoo3d
2024-01-28
1
-3
/
+3
|
*
|
merge
zoo3d
2024-01-28
0
-0
/
+0
|
|
\
\
|
|
*
|
sokol_app.h: fix focus stolen from user when app is too slow to active
zoo3d
2024-01-28
1
-0
/
+20
|
*
|
|
sokol_app.h: fix focus stolen from user when app is too slow to active
zoo3d
2024-01-28
1
-0
/
+22
|
|
/
/
*
|
|
update changelog
Andre Weissflog
2024-01-28
1
-0
/
+7
*
|
|
Merge pull request #984 from edubart/fix/unregister-resize-callback
Andre Weissflog
2024-01-28
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sokol_app.h: unregister canvas resize callback when quitting
Eduardo Bart
2024-01-28
1
-0
/
+3
|
/
/
|
*
sokol_gfx.h metal+wgpu: support pass labels
Andre Weissflog
2024-02-10
1
-11
/
+22
|
*
sokol_gfx.h metal: replace sg_metal_swapchain.render_pass_encoder with indivi...
Andre Weissflog
2024-02-10
2
-36
/
+62
|
*
sokol_app.h macos/ios: replace getting render-pass-desc with getting individu...
Andre Weissflog
2024-02-10
1
-13
/
+29
|
*
sokol_glue.h: change prefix from sapp_ to sglue_
Andre Weissflog
2024-02-07
1
-12
/
+19
|
*
sokol_gfx.h: fix c++ wrapper functions
Andre Weissflog
2024-02-07
1
-3
/
+3
|
*
sokol_app.h android: query gl framebuffer binding
Andre Weissflog
2024-02-07
1
-1
/
+3
|
*
sokol_gfx.h mtl: minor code cleanup in _sg_mtl_state_cache_t
Andre Weissflog
2024-02-07
1
-1
/
+1
|
*
sokol_app.h, sokol_gfx.h d3d11: move d3d11 swapchain msaa resolve into sokol_...
Andre Weissflog
2024-02-06
3
-42
/
+82
|
*
sokol_app.h win32 wgl: fix sapp_gl_get_framebuffer()
Andre Weissflog
2024-02-05
1
-3
/
+5
|
*
sokol_gfx.h d3d11: pass-related code cleanup
Andre Weissflog
2024-02-05
1
-58
/
+27
|
*
sokol_app.h linux: fix sapp_get_gl_framebuffer()
Andre Weissflog
2024-02-05
1
-6
/
+13
|
*
sokol_gfx.h gl: on Linux with SOKOL_GLES3, actually include the GLES3 headers
Andre Weissflog
2024-02-05
1
-2
/
+7
|
*
sokol_gfx.h gl: fix gles3 code path
Andre Weissflog
2024-02-04
1
-2
/
+2
|
*
sokol_app.h: sapp_gl_get_framebuffer() for emscripten
Andre Weissflog
2024-02-04
1
-1
/
+6
|
*
sokol_gfx.h gl: pass cleanup wip
Andre Weissflog
2024-02-04
2
-50
/
+16
|
*
sokol_app.h: sapp_gl_get_framebuffer() wip
Andre Weissflog
2024-02-04
1
-4
/
+43
[prev]
[next]