Historique des commits

Auteur SHA1 Message Date
  Fernando Sahmkow 1fb516cd97 GPU: Implement Flush Requests for Async mode. il y a 6 ans
  Fernando Sahmkow 487379c593 OpenGL: Implement Fencing backend. il y a 6 ans
  Fernando Sahmkow 9c0f40a1f5 GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr il y a 6 ans
  James Rowe 282adfc70b Frontend/GPU: Refactor context management il y a 6 ans
  bunnei b5c13ee0eb gpu_thread: Use MPSCQueue for GPU commands. il y a 6 ans
  Fernando Sahmkow 3f104464de Core: Wait for GPU to be idle before shutting down. il y a 6 ans
  Fernando Sahmkow 5b5e60ffec GPU_Async: Correct fences, display events and more. il y a 6 ans
  ReinUsesLisp 9a76e94b3d gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig il y a 7 ans
  Fernando Sahmkow f2e026a1d8 gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme. il y a 7 ans
  Hexagon12 18cdbdafa2 Merge pull request #2467 from lioncash/move il y a 7 ans
  Lioncash d6d809db87 yuzu: Remove explicit types from locks where applicable il y a 7 ans
  Lioncash c5129a3a58 video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer il y a 7 ans
  Lioncash 6d0551196d video_core/gpu: Create threads separately from initialization il y a 7 ans
  bunnei 4555b63750 gpu_thread: Improve synchronization by using CoreTiming. il y a 7 ans
  Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock il y a 7 ans
  Lioncash 947d364dba gpu_thread: Remove unused dma_pusher class member variable from ThreadManager il y a 7 ans
  bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. il y a 7 ans
  Lioncash c2d4c8b95e video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype il y a 7 ans
  Lioncash 48a461a629 video_core/gpu_thread: Amend constructor initializer list order il y a 7 ans
  bunnei 84ad81ee67 gpu_thread: Fix deadlock with threading idle state check. il y a 7 ans
  bunnei 7b574f406b gpu: Move command processing to another thread. il y a 7 ans