| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-21 | bis_factory: Add accessors for BIS placeholder caches | Zach Hilman | |
| 2019-09-21 | bis_factory: Add accessor for NAND Image Directory | Zach Hilman | |
| 2019-09-21 | bis_factory: Add accessors for BIS content directories | Zach Hilman | |
| 2019-09-21 | bis_factory: Add accessors for BIS partitions | Zach Hilman | |
| 2019-09-21 | gl_shader_decompiler: Use uint for images and fix SUATOM | ReinUsesLisp | |
| In the process remove implementation of SUATOM.MIN and SUATOM.MAX as these require a distinction between U32 and S32. These have to be implemented with imageCompSwap loop. | |||
| 2019-09-21 | shader/image: Implement SULD and remove irrelevant code | ReinUsesLisp | |
| * Implement SULD as float. * Remove conditional declaration of GL_ARB_shader_viewport_layer_array. | |||
| 2019-09-21 | shader_bytecode: Add SULD encoding | ReinUsesLisp | |
| 2019-09-21 | Shader_IR: ICMP corrections and fixes | Fernando Sahmkow | |
| 2019-09-21 | Merge pull request #2885 from Hexagon12/port-4944 | David | |
| Port citra-emu/citra#4944: "Added Host CPU and OS to log" | |||
| 2019-09-21 | Added Host CPU and OS to log | pbarilla | |
| 2019-09-21 | Merge pull request #2806 from FearlessTobi/port-4882 | David | |
| Port citra-emu/citra#4882: "Add frametime logging for tracking performance over time" | |||
| 2019-09-21 | Merge pull request #2872 from FernandoS27/mem-gpu-opt | David | |
| Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory | |||
| 2019-09-21 | Merge pull request #2576 from DarkLordZach/nsp-fix-1 | David | |
| nsp: Fix various errors with loading and processing of extracted NSPs | |||
| 2019-09-21 | Merge pull request #2866 from Morph1984/checkbox_fix | David | |
| configure_input: Uncheck "Joycons Docked" when "Use Docked Mode" is checked | |||
| 2019-09-21 | Merge pull request #2868 from ReinUsesLisp/fix-mipmaps | David | |
| maxwell_to_gl: Fix mipmap filtering | |||
| 2019-09-21 | Swapped TID and Game name to make it easier to parse | David Marcec | |
| 2019-09-21 | Log the current title id and game name which is booting | David Marcec | |
| Spit out a LOG_INFO of the current game name and it's title id in the log. This helps to read log files and figure out which games have which issues | |||
| 2019-09-21 | Used revision 5 instead of 7, marked constexpr as static | David Marcec | |
| 2019-09-21 | Merge pull request #2879 from ogniK5377/trace-submitgpfifo | David | |
| Mark KickOffPb & SubmitGPFIFO as trace | |||
| 2019-09-21 | Mark DrawArrays as LOG_TRACE | David Marcec | |
| There's no reason to clog logs with DrawArray. | |||
| 2019-09-21 | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | |
| These functions are not stubbed and are called fairly often. Due to the nature of how often they're called, we should keep them marked as LOG_TRACE instead of LOG_DEBUG or LOG_WARNING | |||
| 2019-09-20 | Merge pull request #2846 from ReinUsesLisp/fixup-viewport-index | bunnei | |
| gl_shader_decompiler: Avoid writing output attribute when unimplemented | |||
| 2019-09-20 | Merge pull request #2855 from ReinUsesLisp/shfl | bunnei | |
| shader_ir/warp: Implement SHFL for Nvidia devices | |||
| 2019-09-20 | Rasterizer: Correct introduced bug where a conditional render wouldn't stop ↵ | Fernando Sahmkow | |
| a draw call from executing | |||
| 2019-09-19 | Shader_IR: Implement ICMP. | Fernando Sahmkow | |
| 2019-09-20 | Added frame_count for REV7 audio renderer | David Marcec | |
| Added framecount | |||
| 2019-09-20 | disable clang-format temp | David Marcec | |
| 2019-09-19 | Rasterizer: Refactor and simplify DrawBatch Interface. | Fernando Sahmkow | |
| 2019-09-19 | Rasterizer: Address Feedback and conscerns. | Fernando Sahmkow | |
| 2019-09-19 | Rasterizer: Refactor draw calls, remove deadcode and clean up. | Fernando Sahmkow | |
| 2019-09-19 | VideoCore: Corrections to the MME Inliner and removal of hacky instance ↵ | Fernando Sahmkow | |
| management. | |||
| 2019-09-19 | Video Core: initial Implementation of InstanceDraw Packaging | Fernando Sahmkow | |
| 2019-09-19 | Initial implementation of Ioctl2 & Ioctl3 | David Marcec | |
| Purpose of Ioctl2 and Ioctl3 is to prevent the passing of raw pointers through ioctls | |||
| 2019-09-18 | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as ↵ | Fernando Sahmkow | |
| RasterizerCachedMemory This commit avoids Invalidating and Flushing the GPU if the page is not marked as a RasterizerCache Page. | |||
| 2019-09-18 | Merge pull request #2784 from ReinUsesLisp/smem | bunnei | |
| shader_ir: Implement shared memory | |||
| 2019-09-17 | shader_ir/warp: Implement SHFL | ReinUsesLisp | |
| 2019-09-17 | maxwell_to_gl: Fix mipmap filtering | ReinUsesLisp | |
| OpenGL texture filters follow GL_<texture_filter>_MIPMAP_<mipmap_filter> but we were using them in the opposite way. | |||
| 2019-09-17 | gl_rasterizer: Remove unused code paths from ConfigureFramebuffers | ReinUsesLisp | |
| 2019-09-16 | When docked mode is checked, uncheck "joycons docked" | Morph | |
| 2019-09-15 | Merge pull request #2851 from ReinUsesLisp/srgb | Fernando Sahmkow | |
| renderer_opengl: Fix sRGB blits | |||
| 2019-09-15 | Merge pull request #2824 from ReinUsesLisp/mme | Fernando Sahmkow | |
| Revert "Revert #2466" and stub FirmwareCall 4 | |||
| 2019-09-14 | maxwell_3d: Update firmware 4 call stub commentary | Rodrigo Locatti | |
| 2019-09-14 | Merge pull request #2857 from ReinUsesLisp/surface-srgb | Fernando Sahmkow | |
| video_core/surface: Add function to detect sRGB surfaces | |||
| 2019-09-14 | Merge pull request #2858 from ReinUsesLisp/vk-device | Fernando Sahmkow | |
| vk_device: Add miscellaneous features and minor style changes | |||
| 2019-09-14 | Merge pull request #2667 from DarkLordZach/profile-editor | bunnei | |
| acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands | |||
| 2019-09-13 | vk_device: Add miscellaneous features and minor style changes | ReinUsesLisp | |
| * Increase minimum Vulkan requirements * Require VK_EXT_vertex_attribute_divisor * Require depthClamp, samplerAnisotropy and largePoints features * Search and expose VK_KHR_uniform_buffer_standard_layout * Search and expose VK_EXT_index_type_uint8 * Search and expose native float16 arithmetics * Track current driver with VK_KHR_driver_properties * Query and expose SSBO alignment * Query more image formats * Improve logging overall * Minor style changes * Minor rephrasing of commentaries | |||
| 2019-09-13 | video_core/surface: Add function to detect sRGB surfaces | ReinUsesLisp | |
| This is required for proper conversion to RGBA8_UNORM or RGBA8_SRGB surfaces when a backend can target both native and converted ASTC. | |||
| 2019-09-11 | renderer_opengl: Fix rebase mistake | ReinUsesLisp | |
| 2019-09-10 | shader/image: Implement SUATOM and fix SUST | ReinUsesLisp | |
| 2019-09-10 | gl_rasterizer: Correct sRGB Fix regression | Fernando Sahmkow | |
