История коммитов

Автор SHA1 Сообщение Дата
  James Rowe c0fb321935 Merge pull request #1127 from yuzu-emu/revert-838-port-3616 8 лет назад
  Zach Hilman 34f3d58470 Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"" 8 лет назад
  Lioncash b5fb246a99 telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() 8 лет назад
  bunnei c6fda4c758 externals: Update dynarmic to a42f301c. 8 лет назад
  Lioncash 609cb04f3f acc: Replace profile_manager include with a forward declaration 8 лет назад
  Lioncash eb88fedc5d acc: Simplify WriteBuffer call within LoadImage() 8 лет назад
  Lioncash f5b132676f acc: Correct IProfile's constructor initializer list order 8 лет назад
  Lioncash 0fcdf37917 acc: Remove unused DEFAULT_USER_ID 8 лет назад
  Lioncash 350f6e0aa4 profile_manager: Use INVALID_UUID in the initializer of last_opened_user 8 лет назад
  Lioncash 9d8f19d7bf profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 8 лет назад
  Lioncash 38cd4e9c61 profile_manager: Use type aliases for username data, profile data, and user arrays 8 лет назад
  Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable 8 лет назад
  Lioncash 1277556c69 profile_manager: Make array parameter to CreateNewUser a const reference 8 лет назад
  Lioncash dfdf4a46fe profile_manager: Remove unnecessary static 8 лет назад
  Lioncash 69dd37d874 profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 8 лет назад
  Lioncash f13a66b963 profile_manager: Move UUID generation function to the cpp file 8 лет назад
  Subv 2b9eee4d1e GPU: Implemented the logic op functionality of the GPU. 8 лет назад
  bunnei b1d238bbb8 Merge pull request #1064 from lioncash/telemetry 8 лет назад
  Subv f24ab6d9e6 GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending. 8 лет назад
  Lioncash 46ef072cf9 rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature 8 лет назад
  Subv 6bcdf37d4f GPU: Added registers for the logicop functionality. 8 лет назад
  Lioncash bc16f7f3cc renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 8 лет назад
  fearlessTobi ba8ff096fd Port #3353 from Citra 8 лет назад
  Subv 7784ce1854 Shaders: Write all the enabled color outputs when a fragment shader exits. 8 лет назад
  Zach Hilman e8cb6f5c9b registration: Add Data_Unknown5 NCAContentType 8 лет назад
  Lioncash 9e9a4bb3a7 profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 8 лет назад
  Subv d7c68fbb12 Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus doing format conversion) to a new texture when a game requests an old texture address with a different format. 8 лет назад
  Subv 3fe77be392 Rasterizer: Don't attempt to copy over the old texture's data when doing a format reinterpretation if we're only going to clear the framebuffer. 8 лет назад
  bunnei 028d90eb79 Merge pull request #1104 from Subv/instanced_arrays 8 лет назад
  bunnei 296e57fa0e Merge pull request #1115 from Subv/texs_mask 8 лет назад