| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Redesign CPU Cores to work with the new scheduler | 2019-10-15 | 2 | -13/+12 | ||
| | * | | | | | | Add interfacing to the Global Scheduler | 2019-10-15 | 4 | -0/+34 | ||
| | * | | | | | | Addapt thread class to the new Scheduler | 2019-10-15 | 2 | -60/+237 | ||
| | * | | | | | | Implement a new Core Scheduler | 2019-10-15 | 2 | -258/+411 | ||
| * | | | | | | | Merge pull request #3034 from ReinUsesLisp/w4244-maxwell3d | 2019-10-27 | 2 | -24/+25 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | maxwell_3d: Silence implicit conversion warnings | 2019-10-27 | 2 | -24/+25 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | astc: Silence implicit conversion warnings | 2019-10-27 | 1 | -7/+8 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2976 from FernandoS27/cache-fast-brx-rebased | 2019-10-26 | 28 | -864/+1482 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Shader_IR: Address Feedback. | 2019-10-26 | 9 | -56/+66 | ||
| | * | | | | | | Shader_IR: Clang format | 2019-10-25 | 1 | -2/+1 | ||
| | * | | | | | | gl_shader_cache: Implement locker variants invalidation | 2019-10-25 | 4 | -44/+104 | ||
| | * | | | | | | gl_shader_disk_cache: Store and load fast BRX | 2019-10-25 | 6 | -50/+210 | ||
| | * | | | | | | const_buffer_locker: Minor style changes | 2019-10-25 | 2 | -152/+76 | ||
| | * | | | | | | gl_shader_decompiler: Move entries to a separate function | 2019-10-25 | 15 | -722/+420 | ||
| | * | | | | | | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. | 2019-10-25 | 1 | -1/+1 | ||
| | * | | | | | | Shader_IR: Correct typo in Consistent method. | 2019-10-25 | 2 | -2/+2 | ||
| | * | | | | | | Shader_IR: allow lookup of texture samplers within the shader_ir for instruct... | 2019-10-25 | 9 | -46/+363 | ||
| | * | | | | | | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. | 2019-10-25 | 7 | -130/+258 | ||
| | * | | | | | | Shader_Cache: setup connection of ConstBufferLocker | 2019-10-25 | 10 | -43/+82 | ||
| | * | | | | | | VideoCore: Unify const buffer accessing along engines and provide ConstBuffer... | 2019-10-25 | 12 | -13/+183 | ||
| | * | | | | | | Shader_IR: Implement BRX tracking. | 2019-10-25 | 1 | -0/+113 | ||
| * | | | | | | | Merge pull request #3027 from lioncash/lookup | 2019-10-26 | 1 | -53/+67 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | shader_ir: Use std::array with pair instead of unordered_map | 2019-10-24 | 1 | -53/+67 | ||
| * | | | | | | | | Merge pull request #3013 from FernandoS27/tld4s-fix | 2019-10-25 | 2 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Shader_Ir: Fix TLD4S from using a component mask. | 2019-10-22 | 2 | -5/+5 | ||
| * | | | | | | | | Merge pull request #3028 from lioncash/constexpr | 2019-10-24 | 1 | -13/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader_bytecode: Make Matcher constexpr capable | 2019-10-24 | 1 | -13/+13 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * / | | | | | | | video_core/shader: Resolve instances of variable shadowing | 2019-10-23 | 6 | -11/+12 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2991 from lioncash/npad | 2019-10-22 | 2 | -51/+23 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon... | 2019-10-17 | 1 | -1/+1 | ||
| | * | | | | | | | hid/npad: Add missing break in default case | 2019-10-17 | 1 | -0/+1 | ||
| | * | | | | | | | hid/npad: Replace std::for_each with ranged for loops | 2019-10-17 | 1 | -13/+12 | ||
| | * | | | | | | | hid/npad: Remove redundant non-const variant of IsControllerSupported() | 2019-10-17 | 2 | -34/+5 | ||
| | * | | | | | | | hid/npad: Move function declarations | 2019-10-17 | 1 | -5/+6 | ||
| * | | | | | | | | Merge pull request #2995 from ReinUsesLisp/ignore-gmem | 2019-10-22 | 2 | -18/+26 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader_ir/memory: Ignore global memory when tracking fails | 2019-10-22 | 2 | -18/+26 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2983 from lioncash/fallthrough | 2019-10-22 | 2 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | vk_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod... | 2019-10-15 | 1 | -0/+3 | ||
| | * | | | | | | | gl_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCod... | 2019-10-15 | 1 | -0/+3 | ||
| * | | | | | | | | maxwell_3d: Reduce FlushMMEInlineDraw logging to Trace | 2019-10-20 | 1 | -1/+1 | ||
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | core: Fix clang-format errors. | 2019-10-19 | 1 | -9/+10 | ||
| * | | | | | | | Fix null pointer deref. | 2019-10-18 | 1 | -10/+12 | ||
| * | | | | | | | Merge pull request #2994 from lioncash/fmt | 2019-10-18 | 2 | -40/+51 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core/shader/ast: Make ShowCurrentState() and SanityCheck() const member... | 2019-10-17 | 2 | -5/+5 | ||
| | * | | | | | | | video_core/shader/ast: Make ASTManager::Print a const member function | 2019-10-17 | 2 | -3/+3 | ||
| | * | | | | | | | video_core/shader/ast: Make ExprPrinter members private | 2019-10-17 | 1 | -1/+2 | ||
| | * | | | | | | | video_core/shader/ast: Make Indent() return a string_view | 2019-10-17 | 1 | -14/+24 | ||
| | * | | | | | | | video_core/shader/ast: Make Indent() private | 2019-10-17 | 1 | -9/+9 | ||
| | * | | | | | | | video_core/shader/ast: Rename Ident() to Indent() | 2019-10-17 | 1 | -13/+13 | ||
| | * | | | | | | | video_core/shader/ast: Make use of fmt where applicable | 2019-10-17 | 1 | -14/+14 | ||
| | | |/ / / / / | |/| | | | | | ||||||