summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mention last sokol_gl.h bugfix in READMEpre-webgpuAndre Weissflog2020-04-051-0/+5
* sokol_gl.h: fix subtle bug in the "merge draw call optimization"Andre Weissflog2020-04-051-4/+4
* sokol_gfx.h: documentation typosAndre Weissflog2020-03-251-4/+3
* Merge pull request #277 from waywardmonkeys/fix-typosAndre Weissflog2020-03-192-2/+2
|\
| * Fix typos.Bruce Mitchener2020-03-192-2/+2
|/
* sokol_args.h: fix misfiring assert in WASM code path (fixes #273)Andre Weissflog2020-03-031-1/+1
* gh actions emsc: only build a GLES2-compatible sampleAndre Weissflog2020-02-281-2/+2
* Merge pull request #268 from datalus/fix-gles2-failed-assertionAndre Weissflog2020-02-281-1/+1
|\
| * fixing gles2 assertion on shader struct validationdatalus2020-02-271-1/+1
* | gh actions emsc: also build GLES2 configsAndre Weissflog2020-02-281-0/+8
* | Merge pull request #269 from caiiiycuk/patch-1Andre Weissflog2020-02-281-1/+1
|\ \ | |/ |/|
| * sokol_app.h should be included before sokol_gfx.hAleksander Guryanov2020-02-281-1/+1
|/
* Merge pull request #264 from iboB/warning-fixesAndre Weissflog2020-02-192-2/+3
|\
| * sokol_app x11: mark unused variable properlyBorislav Stanimirov2020-02-181-1/+2
| * sokol_imgui.h: fixed gcc 9 warning ignored-qualifiersBorislav Stanimirov2020-02-181-2/+2
| * sokol_app.h x11: fixed unused variable warningBorislav Stanimirov2020-02-181-1/+1
|/
* sokol_imgui.h: fix compilation with SOKOL_IMGUI_NO_SOKOL_APPAndre Weissflog2020-02-021-2/+4
* sokol_app.h macOS: add support for SAPP_MOUSEBUTTON_MIDDLE (needs testing)Andre Weissflog2020-02-021-0/+10
* [WIP] sokol_gfx.h: some code cleanup in the implementation part (#255)Andre Weissflog2020-01-302-1527/+1769
* Merge pull request #258 from waywardmonkeys/fix-typosAndre Weissflog2020-01-305-12/+12
|\
| * Fix typos.Bruce Mitchener2020-01-305-12/+12
|/
* sokol_gfx.h metal: fix uniform buffer alignment for iOS simulator (fixes #256)Andre Weissflog2020-01-281-1/+1
* sokol_imgui.h: allow draw commands without verticesAndre Weissflog2020-01-241-2/+8
* sokol_imgui.h: reapply state after calling ImGui user draw callbackAndre Weissflog2020-01-221-0/+5
* add an Android check to github actionsAndre Weissflog2020-01-191-0/+19
* sokol_audio.h Android: add two casts needed when compiling as C++Andre Weissflog2020-01-191-2/+2
* sokol_app.h win32: fix MSB check for GetKeyState() return value (fixes #247)Andre Weissflog2020-01-131-4/+4
* sokol_app.h: add doc note about calling 3D API funcs in event handler callbackAndre Weissflog2020-01-101-2/+16
* sokol_gfx.h d3d11: shader compilation errors are no longer fatal (fixes #232)Andre Weissflog2020-01-091-7/+13
* sokol_gfx_imgui.h: fix UI-renderable check.Andre Weissflog2019-12-121-1/+1
* Merge pull request #239 from incrediblejr/warning_fixesAndre Weissflog2019-12-102-12/+14
|\
| * sokol_imgui.h: warning fixesincrediblejr2019-12-061-4/+6
| * sokol_app.h: fix for assignment within conditional expressionincrediblejr2019-12-061-3/+3
| * sokol_app.h: whitespaces (editorconfig)incrediblejr2019-12-061-5/+5
|/
* more MSVC /W4 fixesAndre Weissflog2019-12-051-4/+0
* Fix MSVC 2017 /W4 warningsAndre Weissflog2019-12-053-41/+45
* Merge pull request #238 from incrediblejr/assignment_within_conditional_fixAndre Weissflog2019-12-051-2/+2
|\
| * sokol_app.h: fix for assignment within conditional expressionincrediblejr2019-12-051-2/+2
|/
* Initial clipboard support (#237)Andre Weissflog2019-12-023-21/+457
* sokol_imgui.h: also check WantCaptureMouse when returning from input handlerAndre Weissflog2019-11-161-1/+1
* sokol_imgui.h: don't forward 'special keys' as character codes to imguiAndre Weissflog2019-11-091-5/+11
* slightly different behaviour for macOS Cmd key: immediately send a keyup even...Andre Weissflog2019-11-091-11/+16
* sokoL_gfx_imgui.h: add missing vertex formatsAndre Weissflog2019-11-091-0/+2
* sokol_app.h: workaround for keys getting stuck when Cmd key is pressedAndre Weissflog2019-11-091-2/+21
* sokol_imgui.h: support VtxOffset for rendering large meshesAndre Weissflog2019-10-301-5/+8
* sokol_audio.h: fix #228 (function declaration mismatch)Andre Weissflog2019-10-301-3/+6
* github actions: add iOS build configsAndre Weissflog2019-10-241-0/+34
* Merge pull request #225 from septag/sokol_gfx-pixelformat-etcAndre Weissflog2019-10-241-1/+40
|\
| * ETC/EAC pixel format fixes. Added ETC2_RGBA8, ETC2_RG11, ETC2_RG11SNseptag2019-10-221-1/+40
|/
* sokol_app.h GL/macOS: remove redundant glFlush()Andre Weissflog2019-10-201-1/+0