Commit Graph

6618 Commits

Author SHA1 Message Date
Бранимир Караџић 0e42a751ef Updated ImGui. 2019-05-02 19:38:16 -07:00
Бранимир Караџић de201973cc Updated ImGui. 2019-04-30 21:39:33 -07:00
Бранимир Караџић 5336ceaa3b
Merge pull request #1751 from SnapperTT/master
Fixes blitter not taking into account homogeneousDepth
2019-04-30 21:32:20 -07:00
SnapperTT 4842c84e56
Fixes blitter not taking into account homogeneousDepth
If the opengl render has been modified to allow glClipControl to create a hetrogeneous depth buffer then anything blitted using the internal blit() functions will set to z=-1 and culled, making things such as debug text invisible. This fixes this
2019-05-01 10:24:49 +10:00
Бранимир Караџић 22ca1ce1a2 Fixed Linux build. 2019-04-29 20:52:39 -07:00
Бранимир Караџић 4cd8e574e8 Updated ImGui. 2019-04-28 21:07:58 -07:00
Бранимир Караџић 5f78b0343b
Merge pull request #1748 from attilaz/osx-entry
OSX entry changes
2019-04-28 16:21:37 -07:00
Attila Kocsis f3105c7e59 OSX entry changes
- exit fix
- using native fullscreen support instead of borderless window
2019-04-28 18:19:19 +02:00
Бранимир Караџић e108f74247 Updated spirv-cross. 2019-04-27 14:14:44 -07:00
Бранимир Караџић 17382cac5d Updated spirv-tools. 2019-04-27 14:13:23 -07:00
Бранимир Караџић 2189a81a94
Merge pull request #1745 from attilaz/osx-modifier
OSX: Handling left/right modifiers separately
2019-04-27 13:27:12 -07:00
Attila Kocsis bcd1375762 Handling left/right modifiers separately 2019-04-27 21:06:44 +02:00
Бранимир Караџић 53fcf83440 Cleanup. 2019-04-27 07:40:12 -07:00
Бранимир Караџић 0850b4dfd9 Updated ImGui. 2019-04-26 19:34:14 -07:00
Бранимир Караџић 2747c75e0a Cleanup. 2019-04-26 19:33:32 -07:00
Бранимир Караџић 62ea70c449 Updated ImGui. 2019-04-25 21:58:49 -07:00
Бранимир Караџић fcfc26c482
Merge pull request #1743 from attilaz/filedialog
File dialog added to entry
2019-04-25 18:57:21 -07:00
Бранимир Караџић 01b657cd7b
Merge pull request #1741 from NPatch/master
* Fixed obscure crash when bar width is equal to max width.
2019-04-25 18:57:09 -07:00
Attila Kocsis 62f54bb7ad File dialog added to entry
Win32/Linux version is from texturev. OSX uses native dialog instead of zenity.
win32 has a fix to support win32 target:  OPENFILENAMEA customData is uintptr_t instead of uint64_t.
2019-04-25 22:29:34 +02:00
Nikolaos Patsiouras 28f4f99afe * Fixed obsucre crash when bar width is equal to max width. 2019-04-25 22:29:06 +03:00
Бранимир Караџић 2827dce733 Updated ImGui. 2019-04-24 19:00:16 -07:00
Бранимир Караџић 680b4c546b
Merge pull request #1740 from cloudwu/fixmingw
fix mingw build
2019-04-24 07:08:55 -07:00
Cloud Wu 4d5ba07b8b fix mingw build 2019-04-24 14:55:27 +08:00
Бранимир Караџић ca8f49cbca Updated ImGui. 2019-04-23 20:11:30 -07:00
Бранимир Караџић d5bd687db8
Merge pull request #1737 from cloudwu/fixmtl
Don't set layouts when the stream not used
2019-04-23 20:10:27 -07:00
Бранимир Караџић 72f18b2727
Merge pull request #1739 from attilaz/14-shadowvolumes-common-loader
14-shadowvolumes uses common mesh loader
2019-04-23 09:30:56 -07:00
Attila Kocsis 04d532e085 14-shadowvolumes uses common mesh loader 2019-04-23 18:20:10 +02:00
Cloud Wu cd1d043126 Don't set layouts when the stream not used 2019-04-23 10:50:43 +08:00
Бранимир Караџић d1ab0c175f
Merge pull request #1736 from attilaz/mtl-constant-buffer-fix
fixed uninitialized constant buffer memory
2019-04-21 07:12:33 -07:00
Attila Kocsis e84f78b60b fixed uninitialized constant buffer memory 2019-04-21 11:31:43 +02:00
Бранимир Караџић 4a07ab392f Cleanup. 2019-04-20 21:04:36 -07:00
Бранимир Караџић 56cbbb0283 Cleanup. 2019-04-20 19:04:31 -07:00
Бранимир Караџић 4a6e889974 Updated spirv-cross. 2019-04-20 15:48:41 -07:00
Бранимир Караџић 7c8270ea32 Updated spirv-tools. 2019-04-20 15:45:51 -07:00
Бранимир Караџић 57496fad1f Updated glslang. 2019-04-20 09:15:56 -07:00
Бранимир Караџић 1a0bc13ba1 Updated ImGui. 2019-04-19 21:33:25 -07:00
Бранимир Караџић 0167220548 Cleanup. 2019-04-19 19:16:58 -07:00
Бранимир Караџић c4baa3125b
Merge pull request #1734 from cloudwu/fixmingw
Fix MinGW build
2019-04-18 20:36:01 -07:00
Cloud Wu a1eb8632df Fix MinGW build 2019-04-19 11:08:22 +08:00
Бранимир Караџић 982c60d003 Updated ImGui. 2019-04-18 18:36:57 -07:00
Бранимир Караџић 31636ebde9 Updated ImGui. 2019-04-17 21:19:01 -07:00
Бранимир Караџић 9d1a1300d9
Merge pull request #1730 from feserr/master
Show all profile modes in the usage of shaderc.
2019-04-17 07:34:28 -07:00
feserr 6d6f28b158 Show all profile modes in the usage of shaderc. 2019-04-17 09:59:18 +02:00
Бранимир Караџић c927f474d5 Cleanup. 2019-04-16 20:07:42 -07:00
Бранимир Караџић 1198f73af1 Removed Scintilla. 2019-04-16 19:16:09 -07:00
Бранимир Караџић 2270a698cb Updated ImGui. 2019-04-16 18:07:29 -07:00
Бранимир Караџић ac3f9c43a8
Merge pull request #1729 from hugoam/vertexdecl-override
Implement aliasing vertex buffer with different vertex declaration.
2019-04-16 18:03:13 -07:00
Hugo Amnov 594cc27a65 Implement aliasing vertex buffer with different vertex declaration. 2019-04-16 18:19:55 +02:00
Бранимир Караџић a876579ad1 removed unused forsyth-too. 2019-04-15 19:22:41 -07:00
Бранимир Караџић ebbbe61518 Removed unused ib-compress. 2019-04-15 19:21:54 -07:00