aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_gfx_imgui.h
Commit message (Expand)AuthorAgeFilesLines
* sokol_gfx.h: rename sg_image_desc.render_attachment back to .render_targetAndre Weissflog2023-05-151-18/+18
* sokol_gfx_imgui.h: pass state fixesAndre Weissflog2023-05-081-9/+9
* sokol_gfx_imgui.h: additions and fixes for sokol_gfx.h pass overhaulAndre Weissflog2023-05-081-17/+48
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-6/+0
* sokol_gfx_imgui.h: print sg_limits.gl_max_combined_texture_image_unitsAndre Weissflog2023-02-151-0/+1
* implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 formatAnton Semenov2022-12-131-0/+1
* sokol_gfx_imgui.h: add SG_PIXELFORMAT_RGB9E5Andre Weissflog2022-10-201-0/+1
* Language bindings: fix new allocator callbacks (#671)Andre Weissflog2022-05-301-5/+2
* Add memory allocator callbacks to sokol headers. (#662)Andre Weissflog2022-05-151-83/+173
* Support integer uniform types (#606)Andre Weissflog2022-01-081-21/+104
* sokol_gfx_imgui.h: fixes for cimgui v1.86Andre Weissflog2021-12-261-44/+44
* sokol_gfx_imgui.h: add public struct names (fixes #544)Andre Weissflog2021-08-031-65/+65
* sokol_gfx_imgui.h: add missing ETC2 pixel format namesAndre Weissflog2021-05-111-0/+3
* sokol_gfx.h: add a gl_max_vertex_uniform_vectors item to sg_limitsAndre Weissflog2021-05-111-0/+1
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-123/+138
* bindgen preparations (#443)Andre Weissflog2020-12-201-2/+2
* sokol_gfx_imgui.h: add the new uninit/dealloc functions (untested)Andre Weissflog2020-12-021-0/+295
* 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-4/+6
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-0/+1
* Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i...Andre Weissflog2020-11-281-25/+29
|\
| * Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-25/+29
* | sokol_gfx_imgui.h: ImGui 1.79 API fix (SliderFloat)Andre Weissflog2020-11-221-3/+3
|/
* sokol_gfx_imgui.h: fix an (uncritical) clang analyzer warningAndre Weissflog2020-08-251-66/+125
* fixes for cimgui 1.77Andre Weissflog2020-06-301-17/+17
* sokol_gfx_imgui.h: fix id collision in call panel if several debug groups wit...Andre Weissflog2020-06-281-2/+2
* sokol_gfx_imgui.h: add new item sg_shader_stage_desc.d3d11_targetAndre Weissflog2020-06-201-0/+13
* sokol_gfx_imgui.h: fix an ImGui Id collision in apply-bindings panelAndre Weissflog2020-06-061-5/+5
* fix warnings in D3D11 code path and clang-msvcEduardo Bart2020-06-011-1/+1
* fix various MSVC warnings in C++ modeAndre Weissflog2020-05-281-8/+12
* sokol_gfx_imgui.h: print sampler type in sg_shader_descAndre Weissflog2020-04-191-1/+13
* sokol_gfx_imgui.h: fix UI-renderable check.Andre Weissflog2019-12-121-1/+1
* sokoL_gfx_imgui.h: add missing vertex formatsAndre Weissflog2019-11-091-0/+2
* sokol_gfx GL: clamp-to-border supportAndre Weissflog2019-09-071-1/+1
* sokol_gfx.h Metal: initial border color support for macOSAndre Weissflog2019-09-061-0/+12
* replace pragma once with include guards in the util headers too (see #205 and...Andre Weissflog2019-09-021-2/+5
* sokol_gfx_imgui.h: fix documenetion for merge with sokol_gfx_cimgui.hAndre Weissflog2019-08-311-6/+13
* fix sokol_gfx_imgui.h in C modeAndre Weissflog2019-08-311-0/+1
* start merging sokol_gfx_cimgui.h into sokol_gfx_imgui.hAndre Weissflog2019-08-301-279/+366
* sokol_gfx GL: query GL_MAX_VERTEX_ATTRIBS (fixes #198)Andre Weissflog2019-08-291-0/+1
* sokol_gfx_imgui.h: add limits to Capabilities windowAndre Weissflog2019-07-291-1/+8
* sokol_gfx.h: more GL pixel format cleanupAndre Weissflog2019-07-291-9/+11
* sokol_gfx_imgui.h: tweak capabilities windowAndre Weissflog2019-07-281-7/+8
* rename sg_pixelformat_info.valid to .sampleAndre Weissflog2019-07-281-1/+64
* split caps into features, limits and pixelformat infosAndre Weissflog2019-07-251-1/+1
* sokol_gfx.h: new pixelformat and caps code completeAndre Weissflog2019-07-241-82/+60
* Fix typos.Bruce Mitchener2019-06-261-1/+1
* Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-0/+14
* added a project URL to the docs-comment block of all headersAndre Weissflog2019-05-151-6/+8
* Fix new warnings in gcc 6.5Andre Weissflog2019-05-041-62/+69