Skip to content
Snippets Groups Projects
  1. May 12, 2020
  2. May 11, 2020
  3. May 08, 2020
    • James Rowe's avatar
      Replace externals with Conan (#3735) · bc30a591
      James Rowe authored
      * Remove git submodules that will be loaded through conan
      
      * Move custom Find modules to their own folder
      
      * Use conan for downloading missing external dependencies
      
      * CI: Change the yuzu source folder user to the user that the containers run on
      
      * Attempt to remove dirty mingw build hack
      
      * Install conan on the msvc build
      
      * Only set release build type when using not using multi config generator
      
      * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries
      
      * Add workaround for submodules that use legacy CMAKE variables
      
      * Re-add USE_BUNDLED_QT on the msvc build bot
  4. May 06, 2020
  5. May 05, 2020
  6. May 04, 2020
  7. May 03, 2020
  8. May 02, 2020
  9. May 01, 2020
    • Jan Beich's avatar
      fixed_pipeline_state: explicitly use template keyword after 1f345ebe · b4d0724a
      Jan Beich authored
      In file included from src/video_core/renderer_opengl/renderer_opengl.cpp:25:
      In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:26:
      In file included from src/./video_core/renderer_opengl/gl_fence_manager.h:11:
      src/./video_core/fence_manager.h:91:32: error: use 'template' keyword
            to treat 'Write' as a dependent template name
                      memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload());
                                     ^
                                     template
      src/./video_core/fence_manager.h:137:32: error: use 'template'
            keyword to treat 'Write' as a dependent template name
                      memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload());
                                     ^
                                     template
      b4d0724a
    • David Marcec's avatar
      nvdrv: Fix GetGpuTime stack corruption · d5a69ecb
      David Marcec authored
      IoctlGetGpuTime should be 16 bytes, not 8.
      d5a69ecb
    • David Marcec's avatar
      am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent · 8850d853
      David Marcec authored
      QLaunch 1.0.0
      8850d853
  10. Apr 30, 2020
  11. Apr 29, 2020
Loading