Commit Graph

6957 Commits

Author SHA1 Message Date
Бранимир Караџић 87eac9ed06 Updated ImGui. 2020-01-29 20:09:47 -08:00
Алексей Тулинов ac9c330100 Fixes #2000. Restored old behavior of handling shaders with "#version 430" in them. 2020-01-29 19:23:31 -08:00
Бранимир Караџић 2d53481e02 Updated makefile for xcode projgen. 2020-01-29 07:00:51 -08:00
Бранимир Караџић aa4d5b0060 Updated Vulkan headers. 2020-01-28 21:15:46 -08:00
Бранимир Караџић a26b6663f2 Updated meshoptimizer. 2020-01-27 20:59:17 -08:00
Бранимир Караџић 6536629763 Updated ImGui. 2020-01-27 20:55:09 -08:00
James Fulop b9ab564c47 cleanup: fix redundancy in error message 2020-01-24 21:27:46 -08:00
JW 97bafaa7b8 Check for GLX vblank extensions more properly.
Previously, the code checked for an extension by checking if the pointer returned from
glXGetProcAddress was NULL or not.

But in truth, you can get a non-NULL pointer even if that extension is not supported.
Now, we parse the glXQueryExtensionsString() results.

GLFW code that does similar checks, for reference: 51bb76c7c3/src/glx_context.c (L208)

fixes #1367
2020-01-24 21:26:56 -08:00
Бранимир Караџић aae3f238e1 Updated ImGui. 2020-01-24 21:25:36 -08:00
Бранимир Караџић 6a1287e43d Cleanup. 2020-01-23 09:10:05 -08:00
Бранимир Караџић b59998cdfa Updated ImGui. 2020-01-22 20:00:35 -08:00
Attila Kocsis ecc8f791f2 always calling UI API on main thread 2020-01-22 19:55:13 -08:00
Бранимир Караџић 880f932cb8 Fixed issue #2002. 2020-01-22 19:54:14 -08:00
Hugo Amnov 32e1d9f9b5 Update entry_asmjs to updated Emscripten html5 API 2020-01-21 20:10:16 -08:00
Бранимир Караџић b14f9dc280 Cleanup. 2020-01-21 20:08:48 -08:00
Бранимир Караџић de9a508409 Cleanup. 2020-01-21 09:16:55 -08:00
Cedric Guillemet 97005355c2 space 2020-01-21 09:11:53 -08:00
Cedric Guillemet 9ee39e8241 PR feedback 2020-01-21 09:11:53 -08:00
Cedric Guillemet b4cac17b93 default parameters 2020-01-21 09:11:53 -08:00
Cedric Guillemet 4b83e0f5bc discard flags 2020-01-21 09:11:53 -08:00
Бранимир Караџић 8ec25d96c7 Updated README. 2020-01-20 17:43:18 -08:00
Hugo Amiard c4de3593de Cleanup Emscripten toolchain 2020-01-18 21:58:19 -08:00
Oliver Collyer d9a9215f3a Fixed ambiguity calling sqrt 2020-01-17 20:01:44 -08:00
Бранимир Караџић 871f657f81 Updated ImGui. 2020-01-16 21:30:25 -08:00
Бранимир Караџић d83092affa Updated ImGui. 2020-01-14 21:38:19 -08:00
Бранимир Караџић 82f56b5987 Happy New Year! 2020-01-14 21:37:06 -08:00
Daniele Bartolini d102296d15 Suppress glxext.h #include-ed by glx.h 2020-01-13 22:00:39 -08:00
Бранимир Караџић 7ae479d24c Updated ImGui. 2020-01-13 06:54:28 -08:00
Бранимир Караџић 17bebba645 Updated ImGui. 2020-01-08 23:21:49 -08:00
Oliver Collyer 7b7dca065b implemented overrideInternal for Metal
The internal pointer is interpreted as being of type id<MTLTexture>.
2020-01-05 08:43:53 -08:00
Oliver Collyer aeb77dde38 Overloaded nvgluCreateFramebuffer functions
Added overloaded nvgluCreateFramebuffer functions for creating a framebuffer that automatically mirrors the size of the back buffer
2020-01-05 08:43:53 -08:00
Бранимир Караџић 6a5d1b1c7a Updated meshoptimizer. 2019-12-21 22:04:30 -08:00
Бранимир Караџић 609ee1b7c4 Updated ImGui. 2019-12-21 22:03:47 -08:00
Бранимир Караџић a4930fa1a0 Updated ImGui. 2019-12-13 08:42:57 -08:00
Бранимир Караџић 11364ee894 Stripped unnecessary files. 2019-12-12 22:22:39 -08:00
Бранимир Караџић 47996fc955 Merge branch 'master' of github.com:bkaradzic/bgfx 2019-12-12 21:14:23 -08:00
Бранимир Караџић e9831fc974 Stripped unnecessary glslang files. 2019-12-12 21:14:15 -08:00
Бранимир Караџић 15365bb04f Updated ImGui. 2019-12-12 10:19:18 -08:00
Бранимир Караџић a4a8fc7f9a Merge branch 'master' of github.com:bkaradzic/bgfx 2019-12-11 21:29:21 -08:00
Бранимир Караџић bc4abb561c Stripped unnecessary files. 2019-12-11 21:28:46 -08:00
Бранимир Караџић 3f7aa26d28 Stripped unnecessary spirv-cross files. 2019-12-11 21:24:31 -08:00
Бранимир Караџић 06d6c6abdd Removed spirv-tools tests. 2019-12-11 21:03:51 -08:00
Бранимир Караџић 66cb9dc91d Updated ImGui. 2019-12-08 21:24:38 -08:00
Бранимир Караџић 484ae21339 Updated spirv-cross. 2019-12-07 22:06:39 -08:00
Бранимир Караџић aaa1cc01b2 Updated spirv-tools. 2019-12-07 22:04:37 -08:00
Бранимир Караџић e7bde5e732 Updated glslang. 2019-12-07 21:44:59 -08:00
Бранимир Караџић 31b779529e Updated meshoptimizer. 2019-12-07 21:41:54 -08:00
Бранимир Караџић b75e69ae3f Updated ImGui. 2019-12-07 21:41:12 -08:00
Бранимир Караџић aa1aed4ce1 Cleanup. 2019-12-07 07:39:49 -08:00
Giovanni Petrantoni a965164bc1 Fix mac build, defined was not needed for IOS preprocessor 2019-12-07 07:37:59 -08:00