aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'spritebatch' of https://github.com/nyalloc/sokol into nyalloc-s...nyalloc-spritebatchAndre Weissflog2021-07-291-1/+2
|\
| * Release pipeline pool on shutdownStuart Adams2021-07-281-1/+2
* | Merge branch 'spritebatch' of https://github.com/nyalloc/sokol into nyalloc-s...Andre Weissflog2021-07-281-114/+1156
|\|
| * Added shaders for different platforms + misc fixesStuart Adams2021-07-271-114/+1156
* | Merge branch 'spritebatch' of https://github.com/nyalloc/sokol into nyalloc-s...Andre Weissflog2021-07-262-0/+1264
|\|
| * sbatch_pipeline APIStuart Adams2021-07-251-42/+171
| * Take sprite color as an optional pointer to constStuart Adams2021-07-241-21/+19
| * Update sokol_spritebatch.hStuart Adams2021-07-231-545/+829
| * sokol_spritebatch.hStuart2021-06-302-0/+853
* | Merge branch 'leecannon-patch-1'Andre Weissflog2021-07-211-1/+3
|\ \
| * | Update gen_zig to support 0.8.0 and masterLee Cannon2021-07-201-1/+3
|/ /
* | sokol_app.h: fix size-changed check in _sapp_win32_update_dimensions()Andre Weissflog2021-07-171-9/+9
* | Merge pull request #537 from geekynils/sokol-fetch_docs_fixAndre Weissflog2021-07-161-2/+8
|\ \
| * | sokol_fetch docs fixNils Bruenggel2021-07-151-2/+8
|/ /
* / fix the changelog entry from the futureAndre Weissflog2021-07-071-1/+1
|/
* sokol_gfx.h d3d11: remove no longer required zero-array items from backend stateAndre Weissflog2021-06-241-8/+0
* sokol_gfx.h d3d11: use ID3D11DeviceContext::ClearState() to clear device stateAndre Weissflog2021-06-221-15/+9
* mention sokol_gl.h in changelogAndre Weissflog2021-06-212-1/+6
* Merge pull request #533 from nyalloc/patch-2Andre Weissflog2021-06-211-0/+1
|\
| * Updated README.md to add link to sokol_color.hStuart Adams2021-06-211-0/+1
|/
* sg_color utilities (#527)Stuart Adams2021-06-212-0/+1648
* sokol_app.h x11: fix UB in _sapp_x11_set_iconAndre Weissflog2021-06-071-4/+4
* d3d11 backends: remove dxguid dependencyAndre Weissflog2021-06-062-5/+5
* bindgen/README: add a note about clang and python3, fixes #253Andre Weissflog2021-05-261-0/+14
* sokol_app.h win32: always link with gdi32, not just in the GL backendAndre Weissflog2021-05-261-3/+1
* sokol_gfx_imgui.h: add missing ETC2 pixel format namesAndre Weissflog2021-05-111-0/+3
* sokol_gfx win32: add GL_MAX_VERTEX_UNIFORM_VECTORS to GL loaderAndre Weissflog2021-05-111-0/+1
* sokol_gfx.h: add a gl_max_vertex_uniform_vectors item to sg_limitsAndre Weissflog2021-05-112-1/+6
* sokol_gfx.h gl: expand _sg_gl_uniform_t.count from uint8_t to uint16_t, fixes...Andre Weissflog2021-05-111-2/+2
* Merge pull request #521 from nyalloc/patch-1Andre Weissflog2021-05-111-1/+1
|\
| * Typo fix in sokol_fontstash.h documentationStuart Adams2021-05-111-1/+1
|/
* sokol_app.h fix: fullscreen function had SOKOL_APP_API_DECL attributesAndre Weissflog2021-04-281-2/+2
* sokol_app.h macos: wrap the view's draw method in an autoreleasepool, as reco...Andre Weissflog2021-04-231-2/+6
* Merge branch 'stevinz-stevinz-menu-activate'Andre Weissflog2021-04-211-2/+2
|\
| * MacOS main menu bar activation fix.Stephens Nunnally2021-04-201-2/+2
|/
* Merge pull request #513 from code-disaster/minor-qol-changesAndre Weissflog2021-04-192-0/+12
|\
| * sokol_time.h: add 100 Hz to common refresh ratesDaniel Ludwig2021-04-171-0/+1
| * sokol_app.h: add function to query IDXGISwapChain objectDaniel Ludwig2021-04-171-0/+11
|/
* sokol_gfx.h Metal: handle currentDrawable == nil (fixes #504)Andre Weissflog2021-04-141-5/+8
* sokol_app.h x11: make modifier behaviour in key/button down/up events consist...Andre Weissflog2021-04-131-10/+40
* mention mouse button modifiers in changelog and readmeAndre Weissflog2021-04-122-1/+9
* sokol_app.h: add mouse button modifiers (#511)Andre Weissflog2021-04-121-80/+126
* sokol_app.h: fix a misplaced commentAndre Weissflog2021-04-111-2/+2
* update sokol_app.h feature matrix and CHANGELOGAndre Weissflog2021-04-102-1/+9
* sokol_app.h: macOS icon support (dock icon), and bugfix in icon image candida...Andre Weissflog2021-04-101-3/+41
* update README and CHANGELOG (window icon support)Andre Weissflog2021-04-092-1/+6
* sokol_app.h: replace _sapp_fail() with SOKOL_LOG in _sapp_image_validate()Andre Weissflog2021-04-091-1/+1
* Window icon support for sokol_app.h (#509)Andre Weissflog2021-04-092-55/+624
* Merge pull request #510 from garettbass/garett/update-sokol-nimAndre Weissflog2021-04-091-8/+5
|\
| * a few minor updates:Garett Bass2021-04-081-8/+5
|/