summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* github actions: add an apt-get updateAndre Weissflog2019-10-121-0/+1
* fix typo in readmeAndre Weissflog2019-10-111-1/+1
* fix typo in readmeAndre Weissflog2019-10-111-1/+1
* sokol_audio.h: rewrite ring buffer code to unsigned intAndre Weissflog2019-10-081-11/+11
* some more README tweakingAndre Weissflog2019-10-081-1/+0
* some more README tweakingAndre Weissflog2019-10-081-4/+12
* split github workflow into separate stepsAndre Weissflog2019-10-081-6/+73
* sokol_gfx.h: fix minor comment typosAndre Weissflog2019-10-021-2/+2
* update the README a bitAndre Weissflog2019-09-301-1/+1
* update the README a bitAndre Weissflog2019-09-301-7/+3
* sokol_imgui.h: fix for cimgui 1.73Andre Weissflog2019-09-251-2/+2
* fix 32-bit widening enum item in sokol_app.hAndre Weissflog2019-09-161-1/+1
* Merge pull request #212 from aumfer/masterAndre Weissflog2019-09-161-0/+19
|\
| * Revert "allow a pipeline with no depth buffer to run against the default fram...Anthony-Umfer2019-09-141-1/+1
| * allow a pipeline with no depth buffer to run against the default framebufferAnthony-Umfer2019-09-131-1/+1
| * support 16-bit unsigned vertex formatsAnthony-Umfer2019-09-121-0/+19
* | add github actions CI (builds sokol-samples)Andre Weissflog2019-09-142-0/+75
|/
* Merge pull request #210 from martincohen/feature/showing-mouse-cursorAndre Weissflog2019-09-111-0/+32
|\
| * C++ compatibilityMartin Cohen2019-09-101-1/+3
| * Showing and querying mouse cursor.martincohen2019-09-081-0/+30
* | fix remaining problem for PR #211Andre Weissflog2019-09-101-12/+11
* | Merge pull request #211 from martincohen/feature/win32-argv-utf8Andre Weissflog2019-09-101-3/+42
|\ \
| * | Requested changes.martincohen2019-09-101-20/+27
| * | UTF-8 argv on Windowsmartincohen2019-09-081-2/+34
| |/
* | sokol_gfx: don't use packed bitfields for some structs for better language bi...Andre Weissflog2019-09-101-13/+13
* | README fixAndre Weissflog2019-09-081-1/+3
* | README fixAndre Weissflog2019-09-081-1/+2
* | Merge pull request #209 from floooh/border-colorAndre Weissflog2019-09-084-8/+157
|\ \ | |/ |/|
| * update READMEAndre Weissflog2019-09-081-1/+19
| * sokol_gfx D3D11: fix border color implAndre Weissflog2019-09-071-1/+1
| * sokol_app.h GL: add missing GL definitions to minimal GL loader on WindowsAndre Weissflog2019-09-071-0/+6
| * sokol_gfx GL: clamp-to-border supportAndre Weissflog2019-09-072-15/+47
| * sokol_gfx.h Metal: initial border color support for macOSAndre Weissflog2019-09-062-16/+90
| * Border color for DirectXMartin Cohen2019-09-031-0/+19
| * Merge pull request #1 from floooh/masterMartin Cohen2019-09-034-7/+34
| |\ | |/ |/|
* | replace pragma once with include guards in the util headers too (see #205 and...Andre Weissflog2019-09-024-5/+11
* | Merge pull request #206 from martincohen/masterAndre Weissflog2019-09-026-17/+23
|\|
| * ifdef guardsmartincohen2019-09-026-17/+23
* | sokol_gl.h: explain the draw command merging in the documentation headerAndre Weissflog2019-09-021-2/+23
|/
* sokol_gfx_imgui.h: fix documenetion for merge with sokol_gfx_cimgui.hAndre Weissflog2019-08-313-8/+21
* fix sokol_gfx_imgui.h in C modeAndre Weissflog2019-08-312-3466/+1
* start merging sokol_gfx_cimgui.h into sokol_gfx_imgui.hAndre Weissflog2019-08-301-279/+366
* sokol_app.h: add GL_MAX_VERTEX_ATTRIBS define to Windows GL loaderAndre Weissflog2019-08-291-0/+1
* sokol_gfx GL: query GL_MAX_VERTEX_ATTRIBS (fixes #198)Andre Weissflog2019-08-292-8/+18
* sokol_app.h macOS fixes:Andre Weissflog2019-08-291-11/+18
* MSVC compile fixesAndre Weissflog2019-08-281-5/+10
* Merge pull request #203 from floooh/imgui-cimguiAndre Weissflog2019-08-285-1128/+201
|\
| * merge sokol_cimgui.h into sokol_imgui.hAndre Weissflog2019-08-285-1128/+201
* | Merge pull request #202 from pixelherodev/patch-1Andre Weissflog2019-08-281-0/+4
|\ \ | |/ |/|
| * Support the ESP8266 embedded hardwarepixelherodev2019-08-281-0/+4
|/