Commit History

Author SHA1 Message Date
  bunnei 52f54c728d Merge pull request #2592 from FernandoS27/sync1 7 years ago
  bunnei 31e8a61527 Merge pull request #2743 from FernandoS27/surpress-assert 7 years ago
  Fernando Sahmkow 43f57d668c GPU: Add missing puller methods. 7 years ago
  ReinUsesLisp 725ba6cf63 gl_rasterizer: Implement compute shaders 7 years ago
  Michael Scire a1845d1dd3 prefer system reference over global accessor 7 years ago
  Fernando Sahmkow d20ede40b1 NVServices: Styling, define constructors as explicit and corrections 7 years ago
  Fernando Sahmkow b391e5f638 NVFlinger: Correct GCC compile error 7 years ago
  Fernando Sahmkow 0335a25d1f NVServices: Make NVEvents Automatic according to documentation. 7 years ago
  Fernando Sahmkow 7d1b974bca GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware 7 years ago
  Fernando Sahmkow 0706d633bf nv_host_ctrl: Make Sync GPU variant always return synced result. 7 years ago
  Fernando Sahmkow c13433aee4 Gpu: use an std mutex instead of a spin_lock to guard syncpoints 7 years ago
  Fernando Sahmkow eef55f493b Gpu: Mark areas as protected. 7 years ago
  Fernando Sahmkow a45643cb3b nv_services: Stub CtrlEventSignal 7 years ago
  Fernando Sahmkow 8942047d41 Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts 7 years ago
  Fernando Sahmkow 82b829625b video_core: Implement GPU side Syncpoints 7 years ago
  Fernando Sahmkow e4ff140b99 Introduce skeleton of the GPU Compute Engine. 7 years ago
  Fernando Sahmkow a91d3fc639 Revamp Kepler Memory to use a subegine to manage uploads 7 years ago
  bunnei 20be92d5e6 memory_manager: Improved implementation of read/write/copy block. 7 years ago
  Lioncash e36f1a5ba9 video_core/gpu: Amend typo in GPU member variable name 7 years ago
  bunnei 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 7 years ago
  bunnei 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
  bunnei aaa373585c gpu: Refactor a/synchronous implementations into their own classes. 7 years ago
  bunnei 7b574f406b gpu: Move command processing to another thread. 7 years ago
  bunnei ac51d048a9 gpu: Refactor command and swap buffers interface for asynch. 7 years ago
  bunnei 4483089d70 gpu: Refactor to take RendererBase instead of RasterizerInterface. 7 years ago
  Lioncash a8fa5019b5 video_core: Remove usages of System::GetInstance() within the engines 7 years ago
  Lioncash bd983414f6 core_timing: Convert core timing into a class 7 years ago
  bunnei cd542d5aac Merge pull request #2099 from greggameplayer/BGRA8-Framebuffer-Real 7 years ago
  bunnei 8135f4bfce Merge pull request #2110 from lioncash/namespace 7 years ago
  Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago