DrChat
d3b03b9a93
[Vulkan] Update VMA
2017-12-19 18:19:03 -06:00
DrChat
02e37be4e5
Merge branch 'linux' of git://github.com/dougvj/xenia into linux
...
# Conflicts:
# .travis.yml
2017-12-14 19:20:02 -06:00
Kriskras99
882f01533d
Python 3 support ( #755 )
...
* Python 3 support
* Fix import_vs_environment in xenia-build
* Drop support for Python 2
* Fix CIs and xb.bat
* Require Python3.4+ because of Ubuntu Trusty
* popen.communicate returns bytes instead of string
* Useful info in travis
* universal_newlines should be True
* Changed shebang to python 3
* Python 3 shebang fix
* Clang python 3 shebang fix
2017-09-21 16:42:57 -05:00
DrChat
4e4a1a03c1
Vulkan: Add a memory allocator and hook it up to the texture cache.
2017-08-20 20:48:36 -05:00
gibbed
8d016a3c14
Update the Vulkan loader to SDK 1.0.54.0
2017-08-08 20:44:24 -05:00
sephiroth99
6bf05d6e63
Enable XCB in Vulkan loader on Linux
2017-07-11 11:47:24 -06:00
Doug Johnson
71294a79b8
Add const qualifiers to SpvBuilder.h in glslang lib
...
This was needed because the temporary vectors passed as non-const were throwing a compiler error in linux. The updated library appears to have fixed this, but there were other changes that could break compatability so these qualifiers were added manually
2017-07-11 11:47:24 -06:00
Doug Johnson
9275f15279
Add missing consts for default vulkan config dirs on linux
2017-07-11 11:47:24 -06:00
Christiaan Biesterbosch
3d4f707062
Updated clang-format and added the provided editor integrations and LICENSE.txt
2017-07-07 00:29:38 +02:00
gibbed
4866a4a966
Fixed a bug with the latest version of Xbyak.
2017-05-14 04:10:08 -05:00
gibbed
e2434e50a0
Updated to latest Xbyak.
2017-05-14 02:03:01 -05:00
Dr. Chat
56d727a024
Update the Vulkan loader to SDK 1.0.46.0
2017-05-11 22:21:44 -05:00
Dr. Chat
599f21d5c6
Update catch
2017-05-11 17:55:41 -05:00
Dr. Chat
ba90b5af41
Fix premake failing to build curl on PowerPC architectures
2017-05-07 15:46:25 -05:00
Dr. Chat
8c16f91b7b
Update premake to support vs2017.
2017-04-23 22:02:43 -05:00
gibbed
1a3c4187d8
Add vswhere binary.
2017-04-19 21:30:13 -05:00
Vlad Ivanov
f0ba717142
Fix a bunch of missing cmath includes
...
...as well as missing std:: namespace specifiers
2017-02-07 20:26:08 +03:00
Justin Moore
aef9f35784
Merge pull request #662 from resetnow/vulkan-loader-linux
...
third_party: vulkan: loader: fix Linux build
2017-01-27 00:00:42 -06:00
Dr. Chat
59c633cad7
Update Vulkan loader to 1.0.39
2017-01-26 23:57:54 -06:00
Vlad Ivanov
efb763c6c5
third_party: vulkan: loader: fix Linux build
2017-01-26 23:06:36 +03:00
Dr. Chat
8d476fc845
Update the Vulkan loader to the latest version
2016-11-22 21:29:18 -06:00
Dr. Chat
fb87b7a3c3
xboxkrnl: Add a bunch of crypto functions
2016-07-11 10:35:31 -05:00
Dr. Chat
753911146b
Update spirv-tools and add spirv-headers
2016-06-27 20:37:20 -05:00
Dr. Chat
9cabd0a776
Include every single file in the vulkan update.
2016-06-17 19:54:13 -05:00
Dr. Chat
2e34a98cef
Update the vulkan loader and headers.
2016-06-17 19:32:21 -05:00
Dr. Chat
23316628e1
Update spirv-tools
2016-06-11 20:04:28 -05:00
Dr. Chat
841f6fe239
Merge branch 'vulkan'
2016-06-11 19:23:23 -05:00
Dr. Chat
44284a780c
SPIR-V: Misc. IR utility functions
2016-05-15 14:27:44 -05:00
Dr. Chat
8ca9c6f6f4
Fix spirv-tools incorrect includes
2016-03-03 20:11:23 -06:00
Ben Vanik
8bf5eba098
Capture exe with renderdoc and pass --vulkan_renderdoc_capture_all.
2016-02-21 12:44:16 -08:00
Ben Vanik
ea959b52fd
Adding a subset of the glslang repo dealing with spirv.
...
The main repo is a mess.
2016-02-18 16:43:41 -08:00
Ben Vanik
9f52f2e819
Initial vulkan context and immediate drawer.
...
Extremely rough, just checking in so DrChat can snoop.
2016-02-18 16:43:41 -08:00
Ben Vanik
207e073132
Switching to mainline yaml-cpp.
2016-01-13 17:31:22 -08:00
Ben Vanik
8770e6e6cf
Adding yaml-cpp for #428 , use rando fork until jbeder/yaml-cpp#342 lands.
2016-01-01 12:13:36 -08:00
Ben Vanik
b4094e58eb
xb tidy command.
2016-01-01 19:15:07 +00:00
Ben Vanik
a133f309a6
GLU not required.
2015-12-31 14:25:28 -08:00
Ben Vanik
f1ba191634
Upgrading to the latest premake and adding tool for dumping LLVM json.
2015-12-31 00:37:13 -08:00
Ben Vanik
f26bea88d9
Replacing zlib with snappy in traces, adding trace header, docs.
2015-12-30 22:58:22 -08:00
Ben Vanik
28f43e445d
Adding snappy dependency (to replace zlib) for #505 .
2015-12-30 20:29:12 -08:00
Ben Vanik
952d35911c
Folding build_tools back into the main repo for simplicity.
2015-12-30 16:53:14 -08:00
Ben Vanik
cc37fb1358
Updating to the latest capstone. Fixes #440 .
2015-12-29 15:19:08 -08:00
Ben Vanik
0e58208add
Dropping elemental-forms and swapping out with imgui.
...
Too much code for such little use. This should simplify porting.
2015-12-26 20:25:24 -08:00
Ben Vanik
2071286040
Latest imgui and spirv-tools.
2015-12-26 08:54:29 -08:00
Ben Vanik
aec43ffb2e
Adding STB image tools.
2015-12-13 11:23:23 -08:00
Ben Vanik
d2f7cc1602
Reworking translator code to be pretty sexy.
2015-11-29 16:55:42 -08:00
sephiroth99
1b8b1d0350
third_party: Use latest elemental-forms
2015-11-28 14:17:08 -05:00
sephiroth99
b899bde55a
third_party: Use latest libav
2015-11-28 01:53:26 -05:00
Ben Vanik
e4d012911a
Rebased spirv-tools.
2015-11-22 19:15:09 -08:00
Ben Vanik
1b1ff07bf5
Assembler/disassembler via SPIRV-Tools.
2015-11-22 17:42:23 -08:00
Ben Vanik
9072a38f38
Renaming spirv files so VS highlights them correctly.
2015-11-22 17:42:23 -08:00