summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-16Return dummy values for unimplemented threading functionsDrChat
2017-12-14Format all code with new clang-formatDrChat
2017-12-14Merge branch 'linux' of git://github.com/dougvj/xenia into linuxDrChat
2017-12-14Fix travis linting.DrChat
2017-11-29Don't set a small icon when creating the Xenia window.gibbed
2017-11-04[xboxkrnl] Add missing break (#805)drillsar
2017-10-01[SPIR-V] (untested) Implementation of getGradientsDrChat
2017-09-20Fix travis LINTscribam
2017-09-07Vulkan: Emit a warning when attempting to use a texture in an unsupported wayDrChat
2017-09-07Vulkan: ClearCache for texture cache, properly free all textures and allocato...DrChat
2017-09-03Fix lint errors :)DrChat
2017-09-01Vulkan: Properly support depth writes (or blit depth images if able)DrChat
2017-08-20Vulkan: Add a memory allocator and hook it up to the texture cache.DrChat
2017-08-20Vulkan: Refactor CTX1 conversionDrChat
2017-08-19GPU: The base format of *_EXPAND textures is *_FLOATDrChat
2017-08-19Trace Viewer: Display texture info even if the demand failedDrChat
2017-08-19GPU: Add name strings for all texture formatsDrChat
2017-08-19Vulkan: Set the depth/stencil attachment flag bit for depth/stencil textures.DrChat
2017-08-14Vulkan: Reformat the texture config table to look nicerDr. Chat
2017-08-13Vulkan: Update a couple of comments on texture formatsDr. Chat
2017-08-13Vulkan: Use GetBaseFormat in TextureFormatIsSimilarDrChat
2017-08-10Fix AMD crashes from last commitDr. Chat
2017-08-10Vulkan: Create a util WritebackTexture function (unused atm)DrChat
2017-08-09Vulkan: Search by a texture's base format when fetching.DrChat
2017-08-09Vulkan: Add debug code to flag empty texture uploads in the logDrChat
2017-08-09UI: Fix constant swapchain recreation after toggling fullscreenDrChat
2017-08-09GL4: Fix HostTextureInfo setup.AllanCat
2017-08-09Vulkan: Do near-exact lookups for the frontbuffer texture (may break everythi...gibbed
2017-08-09Corrected QueryDirectory return code for no more files.gibbed
2017-08-09Vulkan: Suppress some warnings from validation layer.gibbed
2017-08-09Vulkan: Apply a half-pixel offset where necessary.DrChat
2017-08-09Add the currently active graphics system to the window title.gibbed
2017-08-09Vulkan: Remove redundant format argument from DemandResolveTextureDrChat
2017-08-08Kernel: VdSwap takes a texture format, not color format argumentDrChat
2017-08-08GPU: Make 1D textures into 2D ones.gibbed
2017-08-08Vulkan: 32_32_32_32 had wrong unsigned format.gibbed
2017-08-08- Vulkan: DXT1_AS_16_16_16_16 should probably map to VK_FORMAT_BC1_RGBA_UNORM...gibbed
2017-08-08Vulkan: Assume all 1D texture sampling is actually sampling a 2D texture.gibbed
2017-08-08Input: Bind F and K to left thumb and right thumb, respectively.DrChat
2017-08-08Whoops.gibbed
2017-08-08XAM: Write as many items possible when enumerating. Fixes Nier not detecting ...gibbed
2017-08-08Take three?gibbed
2017-08-08Take two?gibbed
2017-08-08GPU: Cast various flags to bool in IssueCopy. Fixes #773.gibbed
2017-08-08GPU: Ensure texture resolves are at least 1x1.gibbed
2017-08-08GPU: First pass of CTX1 to R8G8_UINT conversion implementation for Vulkan.gibbed
2017-08-08x64 JIT: Simplify splatsDr. Chat
2017-08-08Vulkan: Do not bind a NULL pipeline even if a full update is requested.DrChat
2017-08-07Vulkan: Fix race crash in trace viewerDrChat
2017-08-07Vulkan: Fix swap on resolve (off by one!)DrChat