aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_gl.h
Commit message (Expand)AuthorAgeFilesLines
* fix compilation with dummy backend in various util headersAndre Weissflog2021-04-061-2/+2
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-36/+46
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-281-3/+6
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-0/+1
* Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-80/+84
* add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,...Andre Weissflog2020-06-281-0/+2
* sokol_gl.h, sokol_debugtext.h, metal: minor code cleanup in shader creationAndre Weissflog2020-06-211-6/+2
* sokol_gl.h d3d11: replace embedded shaders with code generated by sokol-shdcAndre Weissflog2020-06-211-356/+109
* sokol_gl.h GL,Metal,WGPU: replace embedded shaders with code generated by sok...Andre Weissflog2020-06-211-207/+1165
* sokol_gl.h, sokol_imgui.h: replace embedded D3D11 shaders with SM 4.0Andre Weissflog2020-06-201-307/+272
* sokol_gl.h: fix a MSVC /W4 warningAndre Weissflog2020-06-151-1/+2
* add missing C++ reference-based function wrappersAndre Weissflog2020-05-281-0/+4
* sokol_gl.h: code cleanup and destroy all pipeline object at shutdownAndre Weissflog2020-05-091-7/+15
* sokol_gl.h: fix a minor code smellAndre Weissflog2020-05-081-1/+1
* sokol_gl.h: fix subtle bug in the "merge draw call optimization"Andre Weissflog2020-04-051-4/+4
* sokol_gl.h: add wgpu shader blobAndre Weissflog2020-03-291-2/+222
* Fix typos.Bruce Mitchener2020-01-301-1/+1
* replace pragma once with include guards in the util headers too (see #205 and...Andre Weissflog2019-09-021-1/+2
* sokol_gl.h: explain the draw command merging in the documentation headerAndre Weissflog2019-09-021-2/+23
* 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_gl.h: allow to override shader in sgl_make_pipeline()Andre Weissflog2019-08-241-1/+4
* sokol_gl.h: fix extern CAndre Weissflog2019-08-221-4/+4
* Fix typos.Bruce Mitchener2019-06-261-2/+2
* Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-2/+16
* added a project URL to the docs-comment block of all headersAndre Weissflog2019-05-151-315/+317
* Move vertex-attr names/semantics from sg_pipeline_desc to sg_shader_desc (#146)Andre Weissflog2019-04-261-6/+6
* sokol_gl.h: fix new gcc warningAndre Weissflog2019-04-241-1/+2
* sokol_gl.h: fix VS warnings when compiled in C++ modeAndre Weissflog2019-04-241-14/+15
* sokol_gl.h: minor doc fixesAndre Weissflog2019-04-201-1/+2
* sokol_gl.h: minor doc fixesAndre Weissflog2019-04-201-2/+2
* Pipeline stack for sokol_gl.h (#144)Andre Weissflog2019-04-191-214/+495
* sokol_gl.h: another minor comment fixAndre Weissflog2019-04-071-1/+1
* sokol_gl.h: fix comment typoAndre Weissflog2019-04-071-1/+1
* sokol_gl.h: mention sgl_error() in the docsAndre Weissflog2019-04-061-1/+18
* sokol_gl.h: fix memory layout of the mult- and load-matrix funcsAndre Weissflog2019-04-021-15/+8
* sokol_gl.h: small comment typo fixAndre Weissflog2019-04-011-1/+1
* sokol_gl.h: replace embedded d3d11 shader code with bytecodeAndre Weissflog2019-04-011-30/+357
* sokol_gl.h: finish documentationAndre Weissflog2019-04-011-11/+185
* sokol_gl.h: some comment tweaksAndre Weissflog2019-03-311-6/+6
* sokol_gl.h: remove obsolete commentAndre Weissflog2019-03-311-1/+0
* sokol_gl.h: redundant state tracking in sgl_draw()Andre Weissflog2019-03-311-10/+24
* sokol_gl.h: implement dirty-tracking for matrix functionsAndre Weissflog2019-03-311-21/+34
* start with sokol_gl.h documentationAndre Weissflog2019-03-291-5/+137
* sokol_gl.h: D3D11 fixesAndre Weissflog2019-03-281-2/+2
* sokol_gl.h: API tweaksAndre Weissflog2019-03-271-65/+28
* sokol_gl.h: fix OpenGL shader codeAndre Weissflog2019-03-271-1/+1
* sokol_gl.h: sgl_lookat()Andre Weissflog2019-03-271-13/+61
* sokol_gl.h: minor fixesAndre Weissflog2019-03-261-4/+4