summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-22[SPIR-V] Add support for loopsDrChat
2017-12-21[Vulkan] Regenerate shaders with newer glslangDrChat
2017-12-21[Vulkan] Remove a bunch of debug comments from blit.vertDrChat
2017-12-21[Vulkan] Support window scissor in IssueCopyDrChat
2017-12-21[Vulkan] Correct some more pipeline barriersDrChat
2017-12-21[Vulkan] Fix typo causing depth image views to be overwritten by a stencil viewDrChat
2017-12-21[Vulkan] Do not set any blend attachments with depth blitsDrChat
2017-12-21[Vulkan] Request depth/stencil attachment usage for textures that support itDrChat
2017-12-21[Vulkan] Fix another incorrect pipeline stage barrierDrChat
2017-12-21[SPIR-V] Fix incorrect FOrdEqual result typeDrChat
2017-12-21[Vulkan] SwapChain: Wait for previous commands to finish before reusing comma...DrChat
2017-12-21[Vulkan] Enable and expect textureCompressionBC (for now)DrChat
2017-12-21[Vulkan] Correct a bunch of incorrect pipeline barrier stagesDrChat
2017-12-21[Vulkan] Fix queue priorites going out of scope prematurelyDrChat
2017-12-21Formatting.DrChat
2017-12-21[GPU] TraceViewer *.xenia_gpu_trace -> *.xtrDrChat
2017-12-21Detect OpenGL 4.60 (#816)Kitessencial
2017-12-20[GPU] Log attempts to fetch unsupported texture formatsDrChat
2017-12-20[Core] Don't pass in old protection pointer if the caller doesn't need itDrChat
2017-12-20[Base] Implement PosixEvent using eventfdDrChat
2017-12-20[Travis] Enable full Xenia build on linuxDrChat
2017-12-20[GPU] Remove a few unused variables from TraceDumpDrChat
2017-12-19[Vulkan] Support usage of the primary queue in the swap chainDrChat
2017-12-19[Vulkan] Fix freeing the swap chain surface twice during error shutdown.DrChat
2017-12-19[Vulkan] Only require surface extensions on windowsDrChat
2017-12-19[Base] Handle exec R/W mapped file handlesDrChat
2017-12-19[Base] First-pass memory file mapping supportDrChat
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-16Merge branch 'linux'DrChat