aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* sokol_audio.h: mention OpenSLES backend in READMEAndre Weissflog2019-08-271-1/+5
* Merge pull request #193 from septag/sokol_audio-openslesAndre Weissflog2019-08-271-1/+285
|\
| * sokol_audio - opensles backend: initial versionseptag2019-08-131-1/+285
* | Merge pull request #201 from floooh/sokol-textAndre Weissflog2019-08-264-13/+859
|\ \
| * | mention sokol_fontstash.h and sokol_gl.h updates in the toplevel READMEAndre Weissflog2019-08-261-1/+21
| * | mention sokol_fontstash.h in util/README.mdAndre Weissflog2019-08-261-1/+3
| * | sokol_fontstash.h: add documentationAndre Weissflog2019-08-261-274/+358
| * | sokol_fontstash.h: fix embedded D3D11 shaderAndre Weissflog2019-08-261-308/+277
| * | sokol_fontstash.h: fix GL shadersAndre Weissflog2019-08-251-2/+2
| * | sokol_gl.h: bugfix, wrong texture applied when texturing disabledAndre Weissflog2019-08-251-2/+3
| * | sokol_gl.h: merge a draw command with last one if possibleAndre Weissflog2019-08-251-10/+42
| * | sokol_fontstash.h: use linear mag filterAndre Weissflog2019-08-241-0/+1
| * | new sokol_fontstash.h util header (WIP)Andre Weissflog2019-08-242-201/+734
| * | sokol_gl.h: allow to override shader in sgl_make_pipeline()Andre Weissflog2019-08-241-1/+4
| * | start with sokol_text.hAndre Weissflog2019-08-221-0/+201
| * | sokol_gl.h: fix extern CAndre Weissflog2019-08-221-4/+4
* | | sokol_gl.h: fix extern CAndre Weissflog2019-08-221-4/+4
|/ /
* | README typosAndre Weissflog2019-08-201-1/+1
* | sokol_gfx.h: new sg_query_*_defaults() functionsAndre Weissflog2019-08-202-17/+80
* | README typoAndre Weissflog2019-08-171-1/+1
* | fix backend and pixelformats caps for dummy backendAndre Weissflog2019-08-171-0/+10
* | README fixesAndre Weissflog2019-08-171-4/+5
* | Merge pull request #191 from floooh/pixelformatAndre Weissflog2019-08-176-762/+1793
|\ \ | |/ |/|
| * Add the pixelformat/capabilities changes to the READMEAndre Weissflog2019-08-171-1/+44
| * sokol_gfx.h GLES2/GLES3: check for EXT_float_blendAndre Weissflog2019-08-121-15/+39
| * sokol_app.h: fix D3D11 pixelformat when recreating render targetAndre Weissflog2019-08-061-1/+1
| * sokol_gfx.h: more pixel format documentationAndre Weissflog2019-08-061-6/+47
| * sokol_gfx.h: fix Metal iOS pixel formatsAndre Weissflog2019-08-021-7/+29
| * sokol_gfx.h: fix WebGL pixel format messAndre Weissflog2019-08-021-7/+18
| * sokol_gfx.h: remove BGRA from GL backendsAndre Weissflog2019-08-021-13/+3
| * sokol_fetch.h: fix a clang warning on iOSAndre Weissflog2019-08-021-1/+1
| * sokoL_app.h iOS: fix a new clang warningAndre Weissflog2019-08-021-1/+1
| * fix SG_PIXELFORMAT_R32F caps on macos metalAndre Weissflog2019-08-011-1/+5
| * sokol_gfx.h: fix #ifdef typoAndre Weissflog2019-07-301-2/+1
| * merge from masterAndre Weissflog2019-07-301-1/+1
| |\
| * | sokol_gfx_imgui.h: add limits to Capabilities windowAndre Weissflog2019-07-291-1/+8
| * | sokol_gfx.h d3d11: implement new pixelformat supportAndre Weissflog2019-07-291-48/+101
| * | sokol_app.h d3d11: use BGRA8 pixelformat for swapchainAndre Weissflog2019-07-291-2/+2
| * | sokol_app.h Windows: add missing defines to GL loaderAndre Weissflog2019-07-291-0/+52
| * | sokol_gfx.h: more GL pixel format cleanupAndre Weissflog2019-07-292-113/+105
| * | sokol_gfx_imgui.h: tweak capabilities windowAndre Weissflog2019-07-281-7/+8