index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mention last sokol_gl.h bugfix in README
pre-webgpu
Andre Weissflog
2020-04-05
1
-0
/
+5
*
sokol_gl.h: fix subtle bug in the "merge draw call optimization"
Andre Weissflog
2020-04-05
1
-4
/
+4
*
sokol_gfx.h: documentation typos
Andre Weissflog
2020-03-25
1
-4
/
+3
*
Merge pull request #277 from waywardmonkeys/fix-typos
Andre Weissflog
2020-03-19
2
-2
/
+2
|
\
|
*
Fix typos.
Bruce Mitchener
2020-03-19
2
-2
/
+2
|
/
*
sokol_args.h: fix misfiring assert in WASM code path (fixes #273)
Andre Weissflog
2020-03-03
1
-1
/
+1
*
gh actions emsc: only build a GLES2-compatible sample
Andre Weissflog
2020-02-28
1
-2
/
+2
*
Merge pull request #268 from datalus/fix-gles2-failed-assertion
Andre Weissflog
2020-02-28
1
-1
/
+1
|
\
|
*
fixing gles2 assertion on shader struct validation
datalus
2020-02-27
1
-1
/
+1
*
|
gh actions emsc: also build GLES2 configs
Andre Weissflog
2020-02-28
1
-0
/
+8
*
|
Merge pull request #269 from caiiiycuk/patch-1
Andre Weissflog
2020-02-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
sokol_app.h should be included before sokol_gfx.h
Aleksander Guryanov
2020-02-28
1
-1
/
+1
|
/
*
Merge pull request #264 from iboB/warning-fixes
Andre Weissflog
2020-02-19
2
-2
/
+3
|
\
|
*
sokol_app x11: mark unused variable properly
Borislav Stanimirov
2020-02-18
1
-1
/
+2
|
*
sokol_imgui.h: fixed gcc 9 warning ignored-qualifiers
Borislav Stanimirov
2020-02-18
1
-2
/
+2
|
*
sokol_app.h x11: fixed unused variable warning
Borislav Stanimirov
2020-02-18
1
-1
/
+1
|
/
*
sokol_imgui.h: fix compilation with SOKOL_IMGUI_NO_SOKOL_APP
Andre Weissflog
2020-02-02
1
-2
/
+4
*
sokol_app.h macOS: add support for SAPP_MOUSEBUTTON_MIDDLE (needs testing)
Andre Weissflog
2020-02-02
1
-0
/
+10
*
[WIP] sokol_gfx.h: some code cleanup in the implementation part (#255)
Andre Weissflog
2020-01-30
2
-1527
/
+1769
*
Merge pull request #258 from waywardmonkeys/fix-typos
Andre Weissflog
2020-01-30
5
-12
/
+12
|
\
|
*
Fix typos.
Bruce Mitchener
2020-01-30
5
-12
/
+12
|
/
*
sokol_gfx.h metal: fix uniform buffer alignment for iOS simulator (fixes #256)
Andre Weissflog
2020-01-28
1
-1
/
+1
*
sokol_imgui.h: allow draw commands without vertices
Andre Weissflog
2020-01-24
1
-2
/
+8
*
sokol_imgui.h: reapply state after calling ImGui user draw callback
Andre Weissflog
2020-01-22
1
-0
/
+5
*
add an Android check to github actions
Andre Weissflog
2020-01-19
1
-0
/
+19
*
sokol_audio.h Android: add two casts needed when compiling as C++
Andre Weissflog
2020-01-19
1
-2
/
+2
*
sokol_app.h win32: fix MSB check for GetKeyState() return value (fixes #247)
Andre Weissflog
2020-01-13
1
-4
/
+4
*
sokol_app.h: add doc note about calling 3D API funcs in event handler callback
Andre Weissflog
2020-01-10
1
-2
/
+16
*
sokol_gfx.h d3d11: shader compilation errors are no longer fatal (fixes #232)
Andre Weissflog
2020-01-09
1
-7
/
+13
*
sokol_gfx_imgui.h: fix UI-renderable check.
Andre Weissflog
2019-12-12
1
-1
/
+1
*
Merge pull request #239 from incrediblejr/warning_fixes
Andre Weissflog
2019-12-10
2
-12
/
+14
|
\
|
*
sokol_imgui.h: warning fixes
incrediblejr
2019-12-06
1
-4
/
+6
|
*
sokol_app.h: fix for assignment within conditional expression
incrediblejr
2019-12-06
1
-3
/
+3
|
*
sokol_app.h: whitespaces (editorconfig)
incrediblejr
2019-12-06
1
-5
/
+5
|
/
*
more MSVC /W4 fixes
Andre Weissflog
2019-12-05
1
-4
/
+0
*
Fix MSVC 2017 /W4 warnings
Andre Weissflog
2019-12-05
3
-41
/
+45
*
Merge pull request #238 from incrediblejr/assignment_within_conditional_fix
Andre Weissflog
2019-12-05
1
-2
/
+2
|
\
|
*
sokol_app.h: fix for assignment within conditional expression
incrediblejr
2019-12-05
1
-2
/
+2
|
/
*
Initial clipboard support (#237)
Andre Weissflog
2019-12-02
3
-21
/
+457
*
sokol_imgui.h: also check WantCaptureMouse when returning from input handler
Andre Weissflog
2019-11-16
1
-1
/
+1
*
sokol_imgui.h: don't forward 'special keys' as character codes to imgui
Andre Weissflog
2019-11-09
1
-5
/
+11
*
slightly different behaviour for macOS Cmd key: immediately send a keyup even...
Andre Weissflog
2019-11-09
1
-11
/
+16
*
sokoL_gfx_imgui.h: add missing vertex formats
Andre Weissflog
2019-11-09
1
-0
/
+2
*
sokol_app.h: workaround for keys getting stuck when Cmd key is pressed
Andre Weissflog
2019-11-09
1
-2
/
+21
*
sokol_imgui.h: support VtxOffset for rendering large meshes
Andre Weissflog
2019-10-30
1
-5
/
+8
*
sokol_audio.h: fix #228 (function declaration mismatch)
Andre Weissflog
2019-10-30
1
-3
/
+6
*
github actions: add iOS build configs
Andre Weissflog
2019-10-24
1
-0
/
+34
*
Merge pull request #225 from septag/sokol_gfx-pixelformat-etc
Andre Weissflog
2019-10-24
1
-1
/
+40
|
\
|
*
ETC/EAC pixel format fixes. Added ETC2_RGBA8, ETC2_RG11, ETC2_RG11SN
septag
2019-10-22
1
-1
/
+40
|
/
*
sokol_app.h GL/macOS: remove redundant glFlush()
Andre Weissflog
2019-10-20
1
-1
/
+0
[next]