summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-19Clang building on linuxDrChat
2017-12-19[Base] First-pass memory file mapping supportDrChat
2017-12-19Support -j flag in xenia-buildDrChat
2017-12-19Fix linux build of the vulkan trace dumperDrChat
2017-12-19[UI] Implement a few pure virtual functions in linuxDrChat
2017-12-19[Vulkan] Update VMADrChat
2017-12-19[GPU] Run TraceDump headless, and drop the GL4 trace dumperDrChat
2017-12-19Support rendering windowless (tested on the Vulkan backend)DrChat
2017-12-19[Vulkan] Error propagation for immediate-mode drawerDrChat
2017-12-18[Vulkan] Propagate swap chain initialization errorsDrChat
2017-12-18Quick hack to prevent Xenia from crashing on exit.DrChat
2017-12-18[GPU] Whoops, accidentally flipped is_integer around.DrChat
2017-12-18[GPU] Rename a few misnamed vfetch fieldsDrChat
2017-12-18[GPU] Short circuit command processor waits if an exit is requested.DrChat
2017-12-18[Vulkan] Log down strings when an invalid usage flag is specified.DrChat
2017-12-18[Vulkan] Better handling of device lost events (present fatal error dialog)DrChat
2017-12-17[UI] Add game title ID to titlebarDrChat
2017-12-17[GPU] Strip the extension from .xtr files when choosing the output path.DrChat
2017-12-17[GPU] Use overall shorter names for xenia GPU tracesDrChat
2017-12-17[UI] Profiler shutdown goes before window shutdownDrChat
2017-12-17[GPU] Fix TraceDump progress not showingDrChat
2017-12-17Formatting.DrChat
2017-12-17[GPU] Don't bother redrawing the trace dump windowDrChat
2017-12-17[SPIR-V] New flag: spv_disasm - Generate disassembly for spir-v shaders (disa...DrChat
2017-12-17[UI] Shuffle some exit handling code aroundDrChat
2017-12-17[AppVeyor] Skip commits that change unrelated files (thanks Rick)DrChat
2017-12-16[AppVeyor] Fix link (ugh)DrChat
2017-12-16Merge branch 'linux'DrChat
2017-12-16[Travis] Allow release builds to fail (again)linuxDrChat
2017-12-16[Travis] Remove gcc from packages listDrChat
2017-12-16Return dummy values for unimplemented threading functionsDrChat
2017-12-16[Travis] Disable full Xenia build (for now)DrChat
2017-12-16[Vulkan] Process a few newer error stringsDrChat
2017-12-16[Vulkan] Robustify error handling during initializationDrChat
2017-12-16Use the app name as a default logfile.DrChat
2017-12-15[GPU] Accept input and output path as command line parametersDrChat
2017-12-15Properly decode git information before printing it into version.hDrChat
2017-12-15[GPU] Make TraceDump error handling more robustDrChat
2017-12-15[GPU] Properly track the packets leading up to a swap commandDrChat
2017-12-15Axe a few unused functions from TraceDumpDrChat
2017-12-15Update both appveyor links :PDrChat
2017-12-15Update the appveyor link to point to master branch buildsDrChat
2017-12-15[Travis] Swap back to clangDrChat
2017-12-14[Travis] Try building with gcc-6DrChat
2017-12-14Merge branch 'master' into linuxDrChat
2017-12-14Format all code with new clang-formatDrChat
2017-12-14[Travis] Try updating to clang-3.9DrChat
2017-12-14[Travis] Enable full Xenia buildsDrChat
2017-12-14Disable "deprecated-register" warningDrChat
2017-12-14[AppVeyor] Allow builds on any branchDrChat