summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-12-20[Doc] Update Linux building documentationDrChat
2017-12-14Merge branch 'linux' of git://github.com/dougvj/xenia into linuxDrChat
# Conflicts: # .travis.yml
2017-09-28Update docs (#760)drillsar
* Update docs * Fix docs
2017-07-11Add additional build instructions for LinuxDoug Johnson
2017-04-20Update some docs to say VS2017 works as well.gibbed
2017-04-17Fix a broken link in docsDrChat
2017-03-18Update Python 2.7 to latest versionMargen67
2016-11-22JIT documentation!DrChat
2016-11-18Docs! More docs!DrChat
2016-10-21Add some documentation about the guest memoryDrChat
2016-07-06Fix dead links to Google style guideJake
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-01-18Move style_guide.md and building.md to docs/Riley Labrecque
2015-12-28Moving disasm to new tables.Ben Vanik
Also adding useful CPU docs.
2015-12-07Loops in shaders (no TDRs! woo!).Ben Vanik
2015-12-05Shader playground screenshot.Ben Vanik
2015-12-02Updating some documentation.Ben Vanik
2015-08-28Adding CONTRIBUTING.md so that github shows it on issues.Ben Vanik
2015-08-18Linux tweaks.Ben Vanik
2015-07-13Adding some docs on CPU optimizations/potential work.Ben Vanik
2015-06-30Linking in libxenia-base.Ben Vanik
2015-06-22xb format --all (we are now format clean). Buildbot will yell at you.Ben Vanik
2015-06-10Adding some GPU docs and creating output directories automatically.Ben Vanik
2015-05-25Tracing help.Ben Vanik
2015-05-02Replacing python stuff with BAT, 1993-style.Ben Vanik
2015-02-21'xb format' helper.Ben Vanik
2015-02-05Updating README to reflect VS2015 requirement.Ben Vanik
2014-12-19Adding VS2015 support.Ben Vanik
2014-10-25XamLoaderTerminateTitle asserts now to make it easier to track death.Ben Vanik
2014-08-21alloy-sandbox running on osx (ivm only).Ben Vanik
2014-07-11Style guide notes.Ben Vanik
2014-01-25JIT hackery. Not quite working.Ben Vanik
2014-01-23Simplifying disassembler. Much faster than before.Ben Vanik
2014-01-20Geometry shader work for rect lists and quad lists.Ben Vanik
2014-01-19RECIP_IEEE.Ben Vanik
2014-01-15Properly escaping the weird URL.Ben Vanik
2014-01-15Adding doc skeleton for CPU.Ben Vanik
2014-01-14Update python script and building manualsephiroth99
2013-11-16Removing OSX/Linux info from docs for now.Ben Vanik
2013-10-17Support for VS2013 (and auto picking), a Win xb script, and readme updates.Ben Vanik
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-05-21Initial libjit skeleton.Ben Vanik
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-19Removing LLVM submodule and build information.Ben Vanik
Code is still present until transitioned over to libjit.
2013-05-19Adding libjit.Ben Vanik
Removing some old xethunk cruft.
2013-02-24Updating building docs.Ben Vanik
2013-02-03More debugger work.Ben Vanik
Posix only right now.