index
:
xenia
crash_dumps
gen_tests
linux
master
qt
setthreaddesc
systemlink
texsplit
vtx_cache
x64-cleanup
Xbox 360 emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-12-16
Return dummy values for unimplemented threading functions
DrChat
2017-12-14
Format all code with new clang-format
DrChat
2017-12-14
Merge branch 'linux' of git://github.com/dougvj/xenia into linux
DrChat
2017-12-14
Fix travis linting.
DrChat
2017-11-29
Don'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 getGradients
DrChat
2017-09-20
Fix travis LINT
scribam
2017-09-07
Vulkan: Emit a warning when attempting to use a texture in an unsupported way
DrChat
2017-09-07
Vulkan: ClearCache for texture cache, properly free all textures and allocato...
DrChat
2017-09-03
Fix lint errors :)
DrChat
2017-09-01
Vulkan: Properly support depth writes (or blit depth images if able)
DrChat
2017-08-20
Vulkan: Add a memory allocator and hook it up to the texture cache.
DrChat
2017-08-20
Vulkan: Refactor CTX1 conversion
DrChat
2017-08-19
GPU: The base format of *_EXPAND textures is *_FLOAT
DrChat
2017-08-19
Trace Viewer: Display texture info even if the demand failed
DrChat
2017-08-19
GPU: Add name strings for all texture formats
DrChat
2017-08-19
Vulkan: Set the depth/stencil attachment flag bit for depth/stencil textures.
DrChat
2017-08-14
Vulkan: Reformat the texture config table to look nicer
Dr. Chat
2017-08-13
Vulkan: Update a couple of comments on texture formats
Dr. Chat
2017-08-13
Vulkan: Use GetBaseFormat in TextureFormatIsSimilar
DrChat
2017-08-10
Fix AMD crashes from last commit
Dr. Chat
2017-08-10
Vulkan: Create a util WritebackTexture function (unused atm)
DrChat
2017-08-09
Vulkan: Search by a texture's base format when fetching.
DrChat
2017-08-09
Vulkan: Add debug code to flag empty texture uploads in the log
DrChat
2017-08-09
UI: Fix constant swapchain recreation after toggling fullscreen
DrChat
2017-08-09
GL4: Fix HostTextureInfo setup.
AllanCat
2017-08-09
Vulkan: Do near-exact lookups for the frontbuffer texture (may break everythi...
gibbed
2017-08-09
Corrected QueryDirectory return code for no more files.
gibbed
2017-08-09
Vulkan: Suppress some warnings from validation layer.
gibbed
2017-08-09
Vulkan: Apply a half-pixel offset where necessary.
DrChat
2017-08-09
Add the currently active graphics system to the window title.
gibbed
2017-08-09
Vulkan: Remove redundant format argument from DemandResolveTexture
DrChat
2017-08-08
Kernel: VdSwap takes a texture format, not color format argument
DrChat
2017-08-08
GPU: Make 1D textures into 2D ones.
gibbed
2017-08-08
Vulkan: 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-08
Vulkan: Assume all 1D texture sampling is actually sampling a 2D texture.
gibbed
2017-08-08
Input: Bind F and K to left thumb and right thumb, respectively.
DrChat
2017-08-08
Whoops.
gibbed
2017-08-08
XAM: Write as many items possible when enumerating. Fixes Nier not detecting ...
gibbed
2017-08-08
Take three?
gibbed
2017-08-08
Take two?
gibbed
2017-08-08
GPU: Cast various flags to bool in IssueCopy. Fixes #773.
gibbed
2017-08-08
GPU: Ensure texture resolves are at least 1x1.
gibbed
2017-08-08
GPU: First pass of CTX1 to R8G8_UINT conversion implementation for Vulkan.
gibbed
2017-08-08
x64 JIT: Simplify splats
Dr. Chat
2017-08-08
Vulkan: Do not bind a NULL pipeline even if a full update is requested.
DrChat
2017-08-07
Vulkan: Fix race crash in trace viewer
DrChat
2017-08-07
Vulkan: Fix swap on resolve (off by one!)
DrChat
[next]