| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | update the README a bit | Andre Weissflog | 2019-09-30 | 1 | -1/+1 | |
| * | update the README a bit | Andre Weissflog | 2019-09-30 | 1 | -7/+3 | |
| * | add github actions CI (builds sokol-samples) | Andre Weissflog | 2019-09-14 | 1 | -0/+2 | |
| * | README fix | Andre Weissflog | 2019-09-08 | 1 | -1/+3 | |
| * | README fix | Andre Weissflog | 2019-09-08 | 1 | -1/+2 | |
| * | update README | Andre Weissflog | 2019-09-08 | 1 | -1/+19 | |
| * | sokol_gfx_imgui.h: fix documenetion for merge with sokol_gfx_cimgui.h | Andre Weissflog | 2019-08-31 | 1 | -0/+7 | |
| * | merge sokol_cimgui.h into sokol_imgui.h | Andre Weissflog | 2019-08-28 | 1 | -1/+12 | |
| * | sokol_audio.h: mention OpenSLES backend in README | Andre Weissflog | 2019-08-27 | 1 | -1/+5 | |
| * | mention sokol_fontstash.h and sokol_gl.h updates in the toplevel README | Andre Weissflog | 2019-08-26 | 1 | -1/+21 | |
| * | README typos | Andre Weissflog | 2019-08-20 | 1 | -1/+1 | |
| * | sokol_gfx.h: new sg_query_*_defaults() functions | Andre Weissflog | 2019-08-20 | 1 | -0/+16 | |
| * | README typo | Andre Weissflog | 2019-08-17 | 1 | -1/+1 | |
| * | README fixes | Andre Weissflog | 2019-08-17 | 1 | -4/+5 | |
| * | Add the pixelformat/capabilities changes to the README | Andre Weissflog | 2019-08-17 | 1 | -1/+44 | |
| * | fix a README bug | Andre Weissflog | 2019-07-24 | 1 | -1/+1 | |
| * | update README for sokol-fetch update | Andre Weissflog | 2019-07-18 | 1 | -1/+4 | |
| * | finished updating the sokol_fetch.h docs | Andre Weissflog | 2019-07-18 | 1 | -14/+14 | |
| * | add a warning to README and sokol_fetch.h about the broken Content-Length beh... | Andre Weissflog | 2019-07-11 | 1 | -2/+11 | |
| * | README: fix the sokol-fetch sample links doh | Andre Weissflog | 2019-07-08 | 1 | -1/+1 | |
| * | update readme | Andre Weissflog | 2019-07-06 | 1 | -4/+6 | |
| * | readme typo | Andre Weissflog | 2019-07-06 | 1 | -1/+1 | |
| * | new sokol_fetch.h header (#178) | Andre Weissflog | 2019-07-06 | 1 | -0/+72 | |
| * | Fix typos. | Bruce Mitchener | 2019-06-26 | 1 | -2/+2 | |
| * | README: update 'planned features' for sokol_app.h | Andre Weissflog | 2019-06-11 | 1 | -3/+0 | |
| * | readme tweak | Andre Weissflog | 2019-06-10 | 1 | -1/+2 | |
| * | mention the new sokol_app.h quit-featues in the README | Andre Weissflog | 2019-06-10 | 1 | -0/+15 | |
| * | README updated | Andre Weissflog | 2019-06-08 | 1 | -0/+11 | |
| * | Add SOKOL_DLL support to all headers. (#163) | Andre Weissflog | 2019-06-04 | 1 | -0/+5 | |
| * | add a note to the README about fips+emscripten changes | Andre Weissflog | 2019-05-31 | 1 | -0/+5 | |
| * | mention D3D bytecode support in sokol-shdc in README | Andre Weissflog | 2019-05-27 | 1 | -7/+11 | |
| * | Remove need for SOKOL_D3D11_SHADER_COMPILER (#157) | Andre Weissflog | 2019-05-27 | 1 | -0/+7 | |
| * | README: fix sokol-shdc docs link | Andre Weissflog | 2019-05-24 | 1 | -1/+1 | |
| * | README: mention that shader-bytecode-generation for Metal works now | Andre Weissflog | 2019-05-24 | 1 | -0/+6 | |
| * | some README tweaks | Andre Weissflog | 2019-05-20 | 1 | -8/+3 | |
| * | README: typo | Andre Weissflog | 2019-05-16 | 1 | -1/+1 | |
| * | README: add links to the new cimgui.h samples | Andre Weissflog | 2019-05-16 | 1 | -2/+8 | |
| * | mention the new cimgui headers in the READMEs | Andre Weissflog | 2019-05-16 | 1 | -0/+6 | |
| * | README: mention the new shader-cross-compiler solution | Andre Weissflog | 2019-05-15 | 1 | -8/+22 | |
| * | fix README typo | Andre Weissflog | 2019-05-02 | 1 | -2/+2 | |
| * | sokol_gfx.h: new public API function sg_query_backend() | Andre Weissflog | 2019-05-02 | 1 | -0/+18 | |
| * | Move vertex-attr names/semantics from sg_pipeline_desc to sg_shader_desc (#146) | Andre Weissflog | 2019-04-26 | 1 | -12/+101 | |
| * | another readme typo | Andre Weissflog | 2019-04-19 | 1 | -1/+1 | |
| * | another readme typo | Andre Weissflog | 2019-04-19 | 1 | -1/+1 | |
| * | readme typo | Andre Weissflog | 2019-04-19 | 1 | -1/+1 | |
| * | Pipeline stack for sokol_gl.h (#144) | Andre Weissflog | 2019-04-19 | 1 | -0/+63 | |
| * | mention sokol_gl.h in the README updates section | Andre Weissflog | 2019-04-01 | 1 | -0/+7 | |
| * | readme typo | Andre Weissflog | 2019-03-29 | 1 | -1/+1 | |
| * | move sokol_gfx_imgui.h to util/, update docs | Andre Weissflog | 2019-03-15 | 1 | -0/+18 | |
| * | fix a readme typo | Andre Weissflog | 2019-03-05 | 1 | -1/+1 | |