summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-08-07Vulkan: Get rid of the empty descriptor setDrChat
2017-08-07GPU Shader Translator: Add cases for memexport registersDrChat
2017-08-07GPU: Rewrite/rephrase some confusing shader translator codeDrChat
2017-08-07GPU: Fixed texel pitch calculation for linear textures.gibbed
2017-08-07GPU: Don't use host write bit for texture uploads.gibbed
2017-08-07- GPU: Removal of deprecated TextureInfo fields.gibbed
2017-08-07GPU: Make the format info table 64 statically elements again.gibbed
2017-08-06Vk Immediate: Get SamplerDrChat
2017-08-06GPU: Add back k_1_REVERSEDrChat
2017-08-06Moved format info table to its own file to maintain formatting.gibbed
2017-08-06Format info table was off by one this whole time. Who knew?gibbed
2017-08-06Prettify format info table.gibbed
2017-08-06Vulkan: Initialize a texture's framebuffer to nullptrDrChat
2017-08-03UI: Update width and height for fullscreenDr. Chat
2017-08-03UI: Properly size microprofile, make dpi transparent to unaware users.Dr. Chat
2017-08-03UI: Fix incorrect declarations for winapi functionsDr. Chat
2017-08-03Merge pull request #743 from parkerlamb/startup_raceJustin Moore
2017-08-03UI: Dynamic DPI scalingDr. Chat