| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | vk_blit_screen: Initial implementation | 2020-01-19 | 3 | -0/+745 | ||
| * | | | | | | | time: Fix month off-by-one error. | 2020-01-20 | 1 | -2/+2 | ||
| * | | | | | | | Merge pull request #3332 from bunnei/config-audio-tab | 2020-01-20 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu_qt: config: Move audio to its own tab. | 2020-01-19 | 1 | -3/+3 | ||
| * | | | | | | | | Merge pull request #3328 from ReinUsesLisp/vulkan-atoms | 2020-01-20 | 1 | -3/+11 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vk_shader_decompiler: Implement UAtomicAdd (ATOMS) on SPIR-V | 2020-01-19 | 1 | -3/+11 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3322 from ReinUsesLisp/vk-front-face | 2020-01-19 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | vk_graphics_pipeline: Set front facing properly | 2020-01-18 | 2 | -2/+2 | ||
| * | | | | | | | | Merge pull request #3271 from bunnei/time-rewrite | 2020-01-19 | 43 | -534/+3665 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | service: time: Implement GetStandardLocalSystemClock. | 2020-01-04 | 3 | -1/+9 | ||
| | * | | | | | | | time: Remove overflow error checking (currently breaks ADO builds). | 2020-01-04 | 2 | -18/+2 | ||
| | * | | | | | | | service: time: Implement GetClockSnapshotFromSystemClockContext. | 2020-01-04 | 3 | -3/+27 | ||
| | * | | | | | | | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. | 2020-01-04 | 5 | -1/+51 | ||
| | * | | | | | | | system_archive: Add a basic HLE implementation for time zone binary. | 2020-01-04 | 4 | -1/+675 | ||
| | * | | | | | | | service: time: Rewrite implementation of glue services. | 2020-01-04 | 35 | -444/+2834 | ||
| | * | | | | | | | core: Initialize several structs that make use of Common::UUID. | 2020-01-04 | 5 | -100/+101 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3313 from ReinUsesLisp/vk-rasterizer | 2020-01-19 | 4 | -1/+1466 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vk_rasterizer: Address feedback | 2020-01-17 | 2 | -25/+32 | ||
| | * | | | | | | | vk_rasterizer: Implement Vulkan's rasterizer | 2020-01-16 | 3 | -1/+1386 | ||
| | * | | | | | | | renderer_vulkan: Add header as placeholder | 2020-01-16 | 2 | -0/+73 | ||
| * | | | | | | | | GUI/gamelist: add "None" as an option for second row and remove dynamically d... | 2020-01-19 | 3 | -14/+53 | ||
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #3317 from ReinUsesLisp/gl-decomp-cc-decomp | 2020-01-18 | 1 | -27/+5 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_shader_decompiler: Fix decompilation of condition codes | 2020-01-17 | 1 | -27/+5 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | gl_state: Use bool instead of GLboolean | 2020-01-18 | 2 | -3/+3 | ||
| * | | | | | | | Merge pull request #3298 from Simek/missing_hotkeys | 2020-01-18 | 2 | -0/+17 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | GUI: add few missing hotkeys to main menu | 2020-01-13 | 2 | -0/+17 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | core/memory: Create a special MapMemoryRegion for physical memory. | 2020-01-18 | 4 | -4/+31 | ||
| * | | | | | | | core/hle: Simplify PhysicalMemory usage in vm_manager. | 2020-01-18 | 1 | -23/+11 | ||
| * | | | | | | | core/loaders: Simplify PhysicalMemory usage. | 2020-01-18 | 3 | -8/+12 | ||
| * | | | | | | | Merge pull request #3305 from ReinUsesLisp/point-size-program | 2020-01-18 | 4 | -2/+13 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_state: Implement PROGRAM_POINT_SIZE | 2020-01-15 | 4 | -2/+13 | ||
| * | | | | | | | | Merge pull request #3312 from ReinUsesLisp/atoms-u32 | 2020-01-18 | 5 | -3/+74 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader/memory: Implement ATOMS.ADD.U32 | 2020-01-16 | 5 | -3/+74 | ||
| * | | | | | | | | | Remove unused CPU Vendor string and telemtry field | 2020-01-17 | 3 | -114/+0 | ||
| * | | | | | | | | | Add headbar icon on Linux | 2020-01-18 | 1 | -1/+1 | ||
| * | | | | | | | | | Merge pull request #3306 from ReinUsesLisp/gl-texture | 2020-01-17 | 1 | -9/+7 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | gl_texture_cache: Use local variables to simplify DownloadTexture | 2020-01-14 | 1 | -6/+4 | ||
| | * | | | | | | | | gl_texture_cache: Fix format for RGBX16F | 2020-01-14 | 1 | -1/+1 | ||
| | * | | | | | | | | gl_texture_cache: Use Snorm internal format for RG8S | 2020-01-14 | 1 | -1/+1 | ||
| | * | | | | | | | | gl_texture_cache: Use Snorm internal format for ABGR8S | 2020-01-14 | 1 | -1/+1 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3311 from ReinUsesLisp/z32fx24s8 | 2020-01-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | format_lookup_table: Fix ZF32_X24S8 component types | 2020-01-16 | 1 | -1/+1 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3300 from ReinUsesLisp/vk-texture-cache | 2020-01-16 | 5 | -5/+724 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | vk_texture_cache: Address feedback | 2020-01-16 | 2 | -22/+8 | ||
| | * | | | | | | vk_texture_cache: Fix typo in commentary | 2020-01-16 | 1 | -1/+1 | ||
| | * | | | | | | vk_texture_cache: Implement generic texture cache on Vulkan | 2020-01-13 | 4 | -1/+733 | ||
| | * | | | | | | texture_cache/surface_params: Make GetNumLayers public | 2020-01-13 | 1 | -4/+5 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3308 from lioncash/private | 2020-01-16 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | maxwell_3d: Make dirty_pointers private | 2020-01-16 | 1 | -2/+2 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3304 from lioncash/fwd-decl | 2020-01-16 | 2 | -15/+16 | ||
| |\ \ \ \ \ \ | ||||||