summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08Update the Vulkan loader to SDK 1.0.54.0gibbed
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 ↵gibbed
VK_FORMAT_BC1_RGBA_UNORM_BLOCK. - Vulkan: Added comments regarding CTX1 format.
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
system save data (and possibly other games).
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
Clean up part of IssueCopy
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
- GPU: Replicated removed deprecated fields into local struct for GL. - GPU: Improved texture copies for Vulkan, no more pitch changes. - GPU: Stubbed code for CTX1 conversion in Vulkan.
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
Prevent race condition during emulator startup (issue #702)
2017-08-03UI: Dynamic DPI scalingDr. Chat
2017-08-03UI: Very basic dynamic DPI supportDrChat
2017-08-03Vk UI: Free copy command buffer on exitDrChat
2017-07-24xboxkrnl: Initial (untested) implementation of NtProtectVirtualMemoryDr. Chat
2017-07-21Remove buildbot status imageDr. Chat
2017-07-21Merge pull request #758 from AllanCat/master-prJustin Moore
Fixed white edge on some textures(text display).
2017-07-19Fixed white edge on some textures(text display).AllanCat
2017-07-19Merge pull request #757 from AllanCat/master-prRick Gibbed
Fixed Vulkan's dark color issue.
2017-07-19Fixed Vulkan's dark color issue.AllanCat
2017-07-12Merge pull request #747 from Kriskras99/masterBen Vanik
clang-format update and addition
2017-07-11Add C++ lib linker for clang on LinuxDoug Johnson
2017-07-11base: filesystem_posix: Implement missing functionalityDoug Johnson
2017-07-11base: threading_linux: Stub out several synchronization constructsDoug Johnson