summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-19Fixed white edge on some textures(text display).AllanCat
2017-07-19Fixed Vulkan's dark color issue.AllanCat
2017-07-11base: filesystem_posix: Implement missing functionalityDoug Johnson
2017-07-11base: threading_linux: Stub out several synchronization constructsDoug Johnson
2017-07-11Add missing libraries when linking xenia-app on Linuxsephiroth99
2017-07-11Add missing <string> includeDoug Johnson
2017-07-11ui:loop_gtk: Use default thread::id constructor instead of explicit idDoug Johnson
2017-07-11vulkan: render_cache: More clang compilation fixesDoug Johnson
2017-07-11Add Add XCB/Xlib interaction and X11 specific GTK headers/includesDoug Johnson
2017-07-11vulkan: render_cache: fix clang compilationsephiroth99
2017-07-11Add missing Profiler function when profiling is disabledsephiroth99
2017-07-11Support vulkan xcb device for LinuxDoug Johnson
2017-07-11Remove usage of non standard identity structsephiroth99
2017-07-11Add missing climits includeDoug Johnson
2017-07-11Remove platform specific headers where unnecessaryDoug Johnson
2017-07-11Change glsl lang call that supports scalar rather than vectorDoug Johnson
2017-07-11Add Linux vulkan init routines using xcb libDoug Johnson
2017-07-11Add xcb headers to linux platform, needed for vulkanDoug Johnson
2017-07-11Add missing include <vector>Doug Johnson
2017-07-11Add missing include of <functional>Doug Johnson
2017-07-11Add gtk and x11 headers to linux specific platform headerDoug Johnson
2017-07-11Add LaunchBrowser implementation for linuxDoug Johnson
2017-07-11Add stub exception handler backend for linuxDoug Johnson
2017-07-11Add header dependencies that prevented linux buildDoug Johnson
2017-07-11xenia: ui: Add GTK implemention of UIDoug Johnson
2017-07-10Add GLX context for linux platformDoug Johnson
2017-07-09Implement GL context for windows platformDoug Johnson
2017-07-09Create GL context abstraction layerDoug Johnson
2017-07-09Filter resource file from non-windows platformsDoug Johnson