Commit Graph

47 Commits

Author SHA1 Message Date
0x7FFFFFFF 9b9383ace0 Update building documentation. 2018-05-10 20:08:41 -05:00
Rick Gibbed 0100392492
Remove VS2015 reference from building documentation. 2018-05-10 20:04:22 -05:00
DrChat 705fd7594a [Docs] Add more notes on the single-page offset 2018-02-17 10:33:34 -06:00
DrChat 15448d306f [Doc] Update Linux building documentation 2017-12-20 14:11:23 -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
drillsar 2a3c66484e Update docs (#760)
* Update docs

* Fix docs
2017-09-28 10:05:04 -05:00
Doug Johnson 1dc346d0df Add additional build instructions for Linux 2017-07-11 11:47:24 -06:00
gibbed cecc66622f Update some docs to say VS2017 works as well. 2017-04-20 16:58:45 -05:00
DrChat 5ac61aa48a Fix a broken link in docs 2017-04-17 12:59:23 -05:00
Margen67 87cf0d5ed3 Update Python 2.7 to latest version 2017-03-18 08:06:35 -07:00
DrChat f530ef749a JIT documentation! 2016-11-22 20:09:26 -06:00
DrChat ef93161114 Docs! More docs! 2016-11-18 22:01:45 -06:00
DrChat c8b6dbddbb Add some documentation about the guest memory 2016-10-21 13:04:10 -05:00
Jake 4cb18a99fe Fix dead links to Google style guide
A few of the links pointing to Google's cpp style guide were pointing to dead pages where the old Google code
project was. The project has since switched to Github and hosts itself as html pages. This commit updates
the references to point to the new urls.
2016-07-06 22:44:09 -07:00
Riley Labrecque d33795e78f Move style_guide.md and building.md to docs/ 2016-01-18 02:36:37 -06:00
Ben Vanik cc72de0f64 Moving disasm to new tables.
Also adding useful CPU docs.
2015-12-28 20:49:22 -08:00
Ben Vanik ed0b97813a Loops in shaders (no TDRs! woo!). 2015-12-07 13:03:57 -08:00
Ben Vanik 2ece808f22 Shader playground screenshot. 2015-12-05 17:47:26 -08:00
Ben Vanik 481e53dcae Updating some documentation. 2015-12-02 12:16:23 -08:00
Ben Vanik a79ef87889 Adding CONTRIBUTING.md so that github shows it on issues. 2015-08-28 14:16:38 -07:00
Ben Vanik 8b0d4fb51c Linux tweaks. 2015-08-18 14:18:00 -07:00
Ben Vanik 31dab70a3a Adding some docs on CPU optimizations/potential work. 2015-07-13 18:20:38 -07:00
Ben Vanik 5231e2e721 Linking in libxenia-base. 2015-06-30 19:34:48 -07:00
Ben Vanik fb1f4906d9 xb format --all (we are now format clean). Buildbot will yell at you. 2015-06-22 22:26:51 -07:00
Ben Vanik cabf9d6261 Adding some GPU docs and creating output directories automatically. 2015-06-10 19:20:14 -07:00
Ben Vanik c616104574 Tracing help. 2015-05-25 11:09:00 -07:00
Ben Vanik 519fefd58d Replacing python stuff with BAT, 1993-style. 2015-05-02 21:46:42 -07:00
Ben Vanik 4a211a4195 'xb format' helper. 2015-02-21 14:45:23 -08:00
Ben Vanik ebec66f3c2 Updating README to reflect VS2015 requirement. 2015-02-05 18:16:55 -08:00
Ben Vanik 71fab4bbb7 Adding VS2015 support. 2014-12-19 17:09:39 -08:00
Ben Vanik 009ff4e80f XamLoaderTerminateTitle asserts now to make it easier to track death. 2014-10-25 11:42:54 -07:00
Ben Vanik 7ae303dfa2 alloy-sandbox running on osx (ivm only). 2014-08-21 22:46:12 -07:00
Ben Vanik 840357413c Style guide notes. 2014-07-11 18:49:49 -07:00
Ben Vanik 4609339c5a JIT hackery. Not quite working. 2014-01-25 20:30:41 -08:00
Ben Vanik 53b9ed5214 Simplifying disassembler. Much faster than before. 2014-01-23 20:31:27 -08:00
Ben Vanik 1cd518b19c Geometry shader work for rect lists and quad lists. 2014-01-20 00:18:14 -08:00
Ben Vanik 55fe3aca05 RECIP_IEEE. 2014-01-19 11:07:12 -08:00
Ben Vanik df90707fe3 Properly escaping the weird URL. 2014-01-15 20:46:31 -08:00
Ben Vanik 338c9243a5 Adding doc skeleton for CPU. 2014-01-15 18:45:26 -08:00
sephiroth99 36d731186e Update python script and building manual 2014-01-14 01:05:10 -05:00
Ben Vanik 4714649d5f Removing OSX/Linux info from docs for now. 2013-11-16 01:15:17 -08:00
Ben Vanik d3665cc2e6 Support for VS2013 (and auto picking), a Win xb script, and readme updates.
This also removes the dependency on D3DX, which is only included in the
DXSDK, meaning that just the Win8+ SDK should be required now.
2013-10-17 23:35:54 -07:00
Ben Vanik 85804f7415 Initial libjit skeleton.
Not currently generating instructions, but most of the flow is right up to
that point. A lot of work required to refactor the emitter, but wanted to
get this checked in.
2013-05-21 15:36:58 -07:00
Ben Vanik 1ce68ca7fe Removing LLVM submodule and build information.
Code is still present until transitioned over to libjit.
2013-05-19 09:29:22 -07:00
Ben Vanik 0aa7d1ec05 Adding libjit.
Removing some old xethunk cruft.
2013-05-19 09:23:50 -07:00
Ben Vanik c60bc70bcc Updating building docs. 2013-02-24 11:44:10 -08:00
Ben Vanik 4f9e6b0547 More debugger work.
Posix only right now.
2013-02-03 00:29:40 -08:00