aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | sokol_debugtext.h: rendering and some API changesAndre Weissflog2020-05-181-60/+119
* | | sokol_debugtext.h: write glyph verticesAndre Weissflog2020-05-171-24/+111
* | | simplify ROM-font-extraction scriptAndre Weissflog2020-05-151-5/+1
* | | update README updates sectionAndre Weissflog2020-05-131-0/+4
* | | sokol_time.h: new function stm_round_to_common_refresh_rate()Andre Weissflog2020-05-131-0/+38
* | | sokol_debugtext.h: more wipAndre Weissflog2020-05-121-21/+185
* | | sokol_debugtext.h start with font data extractionAndre Weissflog2020-05-102-23/+892
* | | more sokol_debugtext.h wipAndre Weissflog2020-05-091-43/+230
* | | sokol_gl.h: code cleanup and destroy all pipeline object at shutdownAndre Weissflog2020-05-091-7/+15
* | | a bit more wip on sokol_debugtext.hAndre Weissflog2020-05-081-17/+81
* | | sokol_gl.h: fix a minor code smellAndre Weissflog2020-05-081-1/+1
* | | sokol_debugtext.h wipAndre Weissflog2020-05-071-14/+15
|/ /
* | sokol_app.h: Fix Windows build when SOKOL_WIN32_FORCE_MAIN is defined.Andre Weissflog2020-05-051-0/+2
* | sokol_gfx.h webgl: fix PVRTC extension check (fixes #288)Andre Weissflog2020-05-051-1/+4
* | Merge pull request #290 from garettbass/masterAndre Weissflog2020-05-051-8/+16
|\ \
| * | [sokol_app.h] #pragma comment (lib) for SOKOL_GLCORE33Garett Bass2020-05-041-8/+14
| * | [sokol_app.h] #pragma comment (linker, "/subsystem:windows")Garett Bass2020-05-041-0/+2
|/ /
* | a bit more WIP on sokol_debugtext.hAndre Weissflog2020-05-041-3/+275
* | Merge pull request #287 from mattiasljungstrom/macos_show_mouse_implementedAndre Weissflog2020-05-041-1/+12
|\ \
| * | macos show mouse, fixed typoMattias Ljungstrom2020-05-031-1/+1
| * | macos show_mouse() implementedMattias Ljungström2020-05-011-1/+12
| |/
* | start with sokol_debugtext.h utility headerAndre Weissflog2020-05-031-0/+220
* | fix the README's What's New sectionAndre Weissflog2020-05-021-8/+9
* | sokol_app.h: remove html5_enable_shutdown flag, and update documentationAndre Weissflog2020-05-021-46/+49
* | sokol_app.h: document new optional HTML5 shutdown behaviour, and update READMEAndre Weissflog2020-05-022-7/+19
* | Merge branch 'caiiiycuk-master'Andre Weissflog2020-05-021-34/+84
|\ \ | |/ |/|
| * fix merge conflictsAndre Weissflog2020-05-021-34/+84
|/|
| * Fix #275Alexander Guryanov2020-04-131-33/+76
* | README typosAndre Weissflog2020-04-301-1/+1
* | Merge pull request #259 from floooh/webgpuAndre Weissflog2020-04-308-379/+3665
|\ \
| * \ merge from masterAndre Weissflog2020-04-303-6/+10
| |\ \ | |/ / |/| |
* | | 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
|/ /
| * update README for webgpu mergeAndre Weissflog2020-04-301-0/+3
| * update READMEAndre Weissflog2020-04-301-8/+26
| * sokol_app.h: documentation fixesAndre Weissflog2020-04-261-3/+6
| * sokol_gfx.h: rename sg_context_desc nested structsAndre Weissflog2020-04-251-12/+12
| * sokol_gfx.h: add a comment note about the default sample count for rendertarg...Andre Weissflog2020-04-211-0/+11
| * sokol_glue.h: sg_contex_desc.sample_count = sapp_sample_count()Andre Weissflog2020-04-201-0/+1
| * sokol_app.h: new function sapp_sample_count()Andre Weissflog2020-04-201-0/+6
| * sokol_gfx.h: new sg_context_desc.sample_countAndre Weissflog2020-04-201-7/+10
| * sokol_gfx.h: update documentaion (mainly new sg_desc layout)Andre Weissflog2020-04-192-9/+52
| * sokol_gfx_imgui.h: print sampler type in sg_shader_descAndre Weissflog2020-04-191-1/+13
| * sokol_gfx.h wgpu: add 64KB 'safety margin' to the per-frame uniform bufferAndre Weissflog2020-04-181-1/+9
| * sokol_glue.h: fix C++ compile problemsAndre Weissflog2020-04-161-6/+6
| * add sokol_glue.h headerAndre Weissflog2020-04-161-0/+132
| * sokol_app.h: add sapp_color_format() and sapp_depth_format() functionsAndre Weissflog2020-04-161-12/+48