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
*
Merge branch 'spritebatch' of https://github.com/nyalloc/sokol into nyalloc-s...
nyalloc-spritebatch
Andre Weissflog
2021-07-29
1
-1
/
+2
|
\
|
*
Release pipeline pool on shutdown
Stuart Adams
2021-07-28
1
-1
/
+2
*
|
Merge branch 'spritebatch' of https://github.com/nyalloc/sokol into nyalloc-s...
Andre Weissflog
2021-07-28
1
-114
/
+1156
|
\
|
|
*
Added shaders for different platforms + misc fixes
Stuart Adams
2021-07-27
1
-114
/
+1156
*
|
Merge branch 'spritebatch' of https://github.com/nyalloc/sokol into nyalloc-s...
Andre Weissflog
2021-07-26
2
-0
/
+1264
|
\
|
|
*
sbatch_pipeline API
Stuart Adams
2021-07-25
1
-42
/
+171
|
*
Take sprite color as an optional pointer to const
Stuart Adams
2021-07-24
1
-21
/
+19
|
*
Update sokol_spritebatch.h
Stuart Adams
2021-07-23
1
-545
/
+829
|
*
sokol_spritebatch.h
Stuart
2021-06-30
2
-0
/
+853
*
|
Merge branch 'leecannon-patch-1'
Andre Weissflog
2021-07-21
1
-1
/
+3
|
\
\
|
*
|
Update gen_zig to support 0.8.0 and master
Lee Cannon
2021-07-20
1
-1
/
+3
|
/
/
*
|
sokol_app.h: fix size-changed check in _sapp_win32_update_dimensions()
Andre Weissflog
2021-07-17
1
-9
/
+9
*
|
Merge pull request #537 from geekynils/sokol-fetch_docs_fix
Andre Weissflog
2021-07-16
1
-2
/
+8
|
\
\
|
*
|
sokol_fetch docs fix
Nils Bruenggel
2021-07-15
1
-2
/
+8
|
/
/
*
/
fix the changelog entry from the future
Andre Weissflog
2021-07-07
1
-1
/
+1
|
/
*
sokol_gfx.h d3d11: remove no longer required zero-array items from backend state
Andre Weissflog
2021-06-24
1
-8
/
+0
*
sokol_gfx.h d3d11: use ID3D11DeviceContext::ClearState() to clear device state
Andre Weissflog
2021-06-22
1
-15
/
+9
*
mention sokol_gl.h in changelog
Andre Weissflog
2021-06-21
2
-1
/
+6
*
Merge pull request #533 from nyalloc/patch-2
Andre Weissflog
2021-06-21
1
-0
/
+1
|
\
|
*
Updated README.md to add link to sokol_color.h
Stuart Adams
2021-06-21
1
-0
/
+1
|
/
*
sg_color utilities (#527)
Stuart Adams
2021-06-21
2
-0
/
+1648
*
sokol_app.h x11: fix UB in _sapp_x11_set_icon
Andre Weissflog
2021-06-07
1
-4
/
+4
*
d3d11 backends: remove dxguid dependency
Andre Weissflog
2021-06-06
2
-5
/
+5
*
bindgen/README: add a note about clang and python3, fixes #253
Andre Weissflog
2021-05-26
1
-0
/
+14
*
sokol_app.h win32: always link with gdi32, not just in the GL backend
Andre Weissflog
2021-05-26
1
-3
/
+1
*
sokol_gfx_imgui.h: add missing ETC2 pixel format names
Andre Weissflog
2021-05-11
1
-0
/
+3
*
sokol_gfx win32: add GL_MAX_VERTEX_UNIFORM_VECTORS to GL loader
Andre Weissflog
2021-05-11
1
-0
/
+1
*
sokol_gfx.h: add a gl_max_vertex_uniform_vectors item to sg_limits
Andre Weissflog
2021-05-11
2
-1
/
+6
*
sokol_gfx.h gl: expand _sg_gl_uniform_t.count from uint8_t to uint16_t, fixes...
Andre Weissflog
2021-05-11
1
-2
/
+2
*
Merge pull request #521 from nyalloc/patch-1
Andre Weissflog
2021-05-11
1
-1
/
+1
|
\
|
*
Typo fix in sokol_fontstash.h documentation
Stuart Adams
2021-05-11
1
-1
/
+1
|
/
*
sokol_app.h fix: fullscreen function had SOKOL_APP_API_DECL attributes
Andre Weissflog
2021-04-28
1
-2
/
+2
*
sokol_app.h macos: wrap the view's draw method in an autoreleasepool, as reco...
Andre Weissflog
2021-04-23
1
-2
/
+6
*
Merge branch 'stevinz-stevinz-menu-activate'
Andre Weissflog
2021-04-21
1
-2
/
+2
|
\
|
*
MacOS main menu bar activation fix.
Stephens Nunnally
2021-04-20
1
-2
/
+2
|
/
*
Merge pull request #513 from code-disaster/minor-qol-changes
Andre Weissflog
2021-04-19
2
-0
/
+12
|
\
|
*
sokol_time.h: add 100 Hz to common refresh rates
Daniel Ludwig
2021-04-17
1
-0
/
+1
|
*
sokol_app.h: add function to query IDXGISwapChain object
Daniel Ludwig
2021-04-17
1
-0
/
+11
|
/
*
sokol_gfx.h Metal: handle currentDrawable == nil (fixes #504)
Andre Weissflog
2021-04-14
1
-5
/
+8
*
sokol_app.h x11: make modifier behaviour in key/button down/up events consist...
Andre Weissflog
2021-04-13
1
-10
/
+40
*
mention mouse button modifiers in changelog and readme
Andre Weissflog
2021-04-12
2
-1
/
+9
*
sokol_app.h: add mouse button modifiers (#511)
Andre Weissflog
2021-04-12
1
-80
/
+126
*
sokol_app.h: fix a misplaced comment
Andre Weissflog
2021-04-11
1
-2
/
+2
*
update sokol_app.h feature matrix and CHANGELOG
Andre Weissflog
2021-04-10
2
-1
/
+9
*
sokol_app.h: macOS icon support (dock icon), and bugfix in icon image candida...
Andre Weissflog
2021-04-10
1
-3
/
+41
*
update README and CHANGELOG (window icon support)
Andre Weissflog
2021-04-09
2
-1
/
+6
*
sokol_app.h: replace _sapp_fail() with SOKOL_LOG in _sapp_image_validate()
Andre Weissflog
2021-04-09
1
-1
/
+1
*
Window icon support for sokol_app.h (#509)
Andre Weissflog
2021-04-09
2
-55
/
+624
*
Merge pull request #510 from garettbass/garett/update-sokol-nim
Andre Weissflog
2021-04-09
1
-8
/
+5
|
\
|
*
a few minor updates:
Garett Bass
2021-04-08
1
-8
/
+5
|
/
[next]