summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-13[JIT] Remove all calls to ReloadMembase / ReloadContext (rcx/rdx free now)DrChat
2018-02-13[JIT] Don't bother using a temp for constant addresses < 0x80000000DrChat
2018-02-09[CPU] Add some more docs to MMIO handler functionsDrChat
2018-02-09[CPU] Handle cases in access watches where base addresses overlapDrChat
2018-02-09[Vulkan] Use a static function for texture invalidation callbacksDrChat
2018-02-07Formatting.DrChat
2018-02-07[Vulkan] Don't bother re-hashing previously covered bindingsDrChat
2018-02-07[Vulkan] texture_bindings_ -> texture_sets_DrChat
2018-01-24[x64 seq] Reuse the source variable rather than re-specifying the destination...DrChat
2018-01-08UI/Vulkan: Fixed graphics context recreation on HiDPI systems.Parker Lamb
2018-01-01[SPIR-V] Fix the build.Dr. Chat
2017-12-28Display a dialog if the emulator failed to launch a title specified on the co...DrChat
2017-12-28[SPIR-V] Don't normalize denormalized 10/11/11 formats if not requestedDrChat
2017-12-26[XMA] Check for invalid packet number in ValidFrameOffsetDr. Chat
2017-12-23[Vulkan] Don't allocate textures if we don't know the format.DrChat
2017-12-23Fix Travis and the buildDrChat
2017-12-23[Kernel] Fill in XGISessionCreateImpl/XGISessionJoinLocal structsDr. Chat
2017-12-23[APU] Fill in a few previously unknown fields in the HW contextDr. Chat
2017-12-23[Vulkan] Offset the destination rect and viewport by the window offsetDrChat
2017-12-22[Vulkan] Track render target state with the pipeline cacheDrChat
2017-12-22[SPIR-V] Fix tfetches with an offsetDrChat
2017-12-22FormattingDrChat
2017-12-22[SPIR-V] Fix invalid 1D texture offsetsDrChat
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