summaryrefslogtreecommitdiff
path: root/sokol_gfx.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Add max_layers and trigger for GL_MAX_ARRAY_TEXTURE_LAYERS on OpenGL.Amer Koleci2019-05-171-0/+10
| * Handle _sg_query_pixel_format_info on opengl.Amer Koleci2019-05-171-0/+29
| * Query max texture size, cube size and optional 3D on OpenGL.Amer Koleci2019-05-171-0/+16
| * Add stub implementation for OpenGL, D3D11 and Metal.Amer Koleci2019-05-171-0/+18
| * Initial sg_pixel_format_info and sg_query_pixel_format_info method.Amer Koleci2019-05-171-0/+18
* | sokol_gfx.h: potential fix for #181Andre Weissflog2019-07-091-1/+1
* | new sokol_fetch.h header (#178)Andre Weissflog2019-07-061-3/+2
* | Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-1/+15
* | sokol_gfx.h: new sg_backend enum for Metal on iOS SimulatorAndre Weissflog2019-06-041-1/+6
* | Remove need for SOKOL_D3D11_SHADER_COMPILER (#157)Andre Weissflog2019-05-271-35/+44
* | sokol-gfx: add a docs section on portable vertex formats, and 'unlock' 10/10/...Andre Weissflog2019-05-231-1/+47
* | minor coding-style tweaksAndre Weissflog2019-05-201-3/+3
* | Fix crash when glGetString returns NULL on GL_EXTENSIONSWael El Oraiby2019-05-191-49/+55
|/
* fix a texture binding bug for GLES2/WebGL in the new clear-bind-slot codeAndre Weissflog2019-05-151-2/+10
* sokol_gfx.h: fix and improve sg_shader_desc documentationAndre Weissflog2019-05-141-9/+29
* sokol_gfx.h: Cleanup resource 'unbinding' behaviour... (#152)Andre Weissflog2019-05-131-35/+138
* sokol_gfx.h: new public API function sg_query_backend()Andre Weissflog2019-05-021-0/+47
* Move vertex-attr names/semantics from sg_pipeline_desc to sg_shader_desc (#146)Andre Weissflog2019-04-261-29/+108
* sokol_gfx d3d11: fix MSAA resolve into cubemapAndre Weissflog2019-04-081-54/+54
* sokol_gfx.h Metal: clean up MTLTextureDesc intitialization a bitAndre Weissflog2019-04-061-46/+114
* sokol_gfx.h: fix D3D11 regression for setting default shader entry point (_ma...Andre Weissflog2019-03-141-2/+7
* sokol_gfx.h: remove sg_query_*() funcs from tracing.Andre Weissflog2019-03-141-12/+0
* sokol_gfx.h: new structs and functions to query internal resource attributesAndre Weissflog2019-03-141-0/+153
* fix VS compile errorAndre Weissflog2019-03-101-1/+1
* sokol_gfx.h: centralize vertex layout auto-offset/stride computationAndre Weissflog2019-03-101-52/+36
* sokol_gfx.h: centralize the default-value handling for desc structsAndre Weissflog2019-03-101-216/+287
* sokol-gfx: in destroy functions, move trace hook to start of function, fixes ...Andre Weissflog2019-03-101-5/+5
* sokol_gfx.h: new function sg_query_desc(), and some related code cleanupAndre Weissflog2019-03-101-25/+48
* add 'included' defines to all sokol headers for better error messages when in...Andre Weissflog2019-03-091-0/+3
* Debugging UI extension headers via Dear ImGui (#125)Andre Weissflog2019-03-051-267/+544
* sokol_gfx.h: fix msvc release build warnings when compiled with /W4Daniel Ludwig2019-02-201-0/+3
* sokol_gfx.h: fix an assert in the GL backendAndre Weissflog2019-02-111-1/+1
* sokol_gfx.h Metal: make ObjC refs standalone again, putting them into structs...Andre Weissflog2019-01-311-101/+97
* sokol_gfx.h: merge backend structs (#108)Andre Weissflog2019-01-311-1690/+1676
* detect debug mode via NDEBUG, not _DEBUG, raise Android log level to INFOAndre Weissflog2019-01-271-1/+1
* fix preprocessor checks for TARGET_OS_IPHONEAndre Weissflog2019-01-261-8/+8
* sokol_gfx.h: fix 2 VS2015 warningsAndre Weissflog2019-01-221-2/+2
* sokol-gfx: fix a doc typoAndre Weissflog2019-01-211-3/+3
* sokol-gfx: Slot generation counter and dummy backend (#105)Andre Weissflog2019-01-211-414/+716
* sg_apply_pipeline and sg_apply_bindings (#103)Andre Weissflog2019-01-121-203/+321
* added names to public structs and enums so they can be forward declaredBorislav Stanimirov2018-11-301-54/+54
* sokol-gfx: sg_append_buffer() work (#86)Andre Weissflog2018-10-291-49/+262
* sokol_gfx.h GL: only set _sg_gl_gles2 when compiled for GLES2 or GLES3Andre Weissflog2018-10-201-0/+4
* sokol_gfx.h GL: fix mip_depth computation for array textures (fixes #81)Andre Weissflog2018-10-191-1/+4
* sokol_audio.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-1/+1
* sokol_app.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-2/+2
* sokol_gfx.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-98/+107
* Only allow instancing in GLESv2 when the extensions existWael El Oraiby2018-10-101-108/+126
* Fix typos.Bruce Mitchener2018-09-201-4/+4
* extern C only around the declaration, not the implementationAndre Weissflog2018-07-231-40/+0