| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Add max_layers and trigger for GL_MAX_ARRAY_TEXTURE_LAYERS on OpenGL. | Amer Koleci | 2019-05-17 | 1 | -0/+10 |
| | * | Handle _sg_query_pixel_format_info on opengl. | Amer Koleci | 2019-05-17 | 1 | -0/+29 |
| | * | Query max texture size, cube size and optional 3D on OpenGL. | Amer Koleci | 2019-05-17 | 1 | -0/+16 |
| | * | Add stub implementation for OpenGL, D3D11 and Metal. | Amer Koleci | 2019-05-17 | 1 | -0/+18 |
| | * | Initial sg_pixel_format_info and sg_query_pixel_format_info method. | Amer Koleci | 2019-05-17 | 1 | -0/+18 |
| * | | sokol_gfx.h: potential fix for #181 | Andre Weissflog | 2019-07-09 | 1 | -1/+1 |
| * | | new sokol_fetch.h header (#178) | Andre Weissflog | 2019-07-06 | 1 | -3/+2 |
| * | | Add SOKOL_DLL support to all headers. (#163) | Andre Weissflog | 2019-06-04 | 1 | -1/+15 |
| * | | sokol_gfx.h: new sg_backend enum for Metal on iOS Simulator | Andre Weissflog | 2019-06-04 | 1 | -1/+6 |
| * | | Remove need for SOKOL_D3D11_SHADER_COMPILER (#157) | Andre Weissflog | 2019-05-27 | 1 | -35/+44 |
| * | | sokol-gfx: add a docs section on portable vertex formats, and 'unlock' 10/10/... | Andre Weissflog | 2019-05-23 | 1 | -1/+47 |
| * | | minor coding-style tweaks | Andre Weissflog | 2019-05-20 | 1 | -3/+3 |
| * | | Fix crash when glGetString returns NULL on GL_EXTENSIONS | Wael El Oraiby | 2019-05-19 | 1 | -49/+55 |
| |/ |
|
| * | fix a texture binding bug for GLES2/WebGL in the new clear-bind-slot code | Andre Weissflog | 2019-05-15 | 1 | -2/+10 |
| * | sokol_gfx.h: fix and improve sg_shader_desc documentation | Andre Weissflog | 2019-05-14 | 1 | -9/+29 |
| * | sokol_gfx.h: Cleanup resource 'unbinding' behaviour... (#152) | Andre Weissflog | 2019-05-13 | 1 | -35/+138 |
| * | sokol_gfx.h: new public API function sg_query_backend() | Andre Weissflog | 2019-05-02 | 1 | -0/+47 |
| * | Move vertex-attr names/semantics from sg_pipeline_desc to sg_shader_desc (#146) | Andre Weissflog | 2019-04-26 | 1 | -29/+108 |
| * | sokol_gfx d3d11: fix MSAA resolve into cubemap | Andre Weissflog | 2019-04-08 | 1 | -54/+54 |
| * | sokol_gfx.h Metal: clean up MTLTextureDesc intitialization a bit | Andre Weissflog | 2019-04-06 | 1 | -46/+114 |
| * | sokol_gfx.h: fix D3D11 regression for setting default shader entry point (_ma... | Andre Weissflog | 2019-03-14 | 1 | -2/+7 |
| * | sokol_gfx.h: remove sg_query_*() funcs from tracing. | Andre Weissflog | 2019-03-14 | 1 | -12/+0 |
| * | sokol_gfx.h: new structs and functions to query internal resource attributes | Andre Weissflog | 2019-03-14 | 1 | -0/+153 |
| * | fix VS compile error | Andre Weissflog | 2019-03-10 | 1 | -1/+1 |
| * | sokol_gfx.h: centralize vertex layout auto-offset/stride computation | Andre Weissflog | 2019-03-10 | 1 | -52/+36 |
| * | sokol_gfx.h: centralize the default-value handling for desc structs | Andre Weissflog | 2019-03-10 | 1 | -216/+287 |
| * | sokol-gfx: in destroy functions, move trace hook to start of function, fixes ... | Andre Weissflog | 2019-03-10 | 1 | -5/+5 |
| * | sokol_gfx.h: new function sg_query_desc(), and some related code cleanup | Andre Weissflog | 2019-03-10 | 1 | -25/+48 |
| * | add 'included' defines to all sokol headers for better error messages when in... | Andre Weissflog | 2019-03-09 | 1 | -0/+3 |
| * | Debugging UI extension headers via Dear ImGui (#125) | Andre Weissflog | 2019-03-05 | 1 | -267/+544 |
| * | sokol_gfx.h: fix msvc release build warnings when compiled with /W4 | Daniel Ludwig | 2019-02-20 | 1 | -0/+3 |
| * | sokol_gfx.h: fix an assert in the GL backend | Andre Weissflog | 2019-02-11 | 1 | -1/+1 |
| * | sokol_gfx.h Metal: make ObjC refs standalone again, putting them into structs... | Andre Weissflog | 2019-01-31 | 1 | -101/+97 |
| * | sokol_gfx.h: merge backend structs (#108) | Andre Weissflog | 2019-01-31 | 1 | -1690/+1676 |
| * | detect debug mode via NDEBUG, not _DEBUG, raise Android log level to INFO | Andre Weissflog | 2019-01-27 | 1 | -1/+1 |
| * | fix preprocessor checks for TARGET_OS_IPHONE | Andre Weissflog | 2019-01-26 | 1 | -8/+8 |
| * | sokol_gfx.h: fix 2 VS2015 warnings | Andre Weissflog | 2019-01-22 | 1 | -2/+2 |
| * | sokol-gfx: fix a doc typo | Andre Weissflog | 2019-01-21 | 1 | -3/+3 |
| * | sokol-gfx: Slot generation counter and dummy backend (#105) | Andre Weissflog | 2019-01-21 | 1 | -414/+716 |
| * | sg_apply_pipeline and sg_apply_bindings (#103) | Andre Weissflog | 2019-01-12 | 1 | -203/+321 |
| * | added names to public structs and enums so they can be forward declared | Borislav Stanimirov | 2018-11-30 | 1 | -54/+54 |
| * | sokol-gfx: sg_append_buffer() work (#86) | Andre Weissflog | 2018-10-29 | 1 | -49/+262 |
| * | sokol_gfx.h GL: only set _sg_gl_gles2 when compiled for GLES2 or GLES3 | Andre Weissflog | 2018-10-20 | 1 | -0/+4 |
| * | sokol_gfx.h GL: fix mip_depth computation for array textures (fixes #81) | Andre Weissflog | 2018-10-19 | 1 | -1/+4 |
| * | sokol_audio.h: SOKOL_API_DECL and SOKOL_API_IMPL macros | Andre Weissflog | 2018-10-18 | 1 | -1/+1 |
| * | sokol_app.h: SOKOL_API_DECL and SOKOL_API_IMPL macros | Andre Weissflog | 2018-10-18 | 1 | -2/+2 |
| * | sokol_gfx.h: SOKOL_API_DECL and SOKOL_API_IMPL macros | Andre Weissflog | 2018-10-18 | 1 | -98/+107 |
| * | Only allow instancing in GLESv2 when the extensions exist | Wael El Oraiby | 2018-10-10 | 1 | -108/+126 |
| * | Fix typos. | Bruce Mitchener | 2018-09-20 | 1 | -4/+4 |
| * | extern C only around the declaration, not the implementation | Andre Weissflog | 2018-07-23 | 1 | -40/+0 |