| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | Gpu: use an std mutex instead of a spin_lock to guard syncpoints | 2019-07-05 | 2 | -6/+6 | ||
| | * | | | | | | | | | | nvhost_ctrl: Corrections to event handling | 2019-07-05 | 2 | -8/+12 | ||
| | * | | | | | | | | | | Gpu: Mark areas as protected. | 2019-07-05 | 3 | -0/+19 | ||
| | * | | | | | | | | | | nv_services: Stub CtrlEventSignal | 2019-07-05 | 4 | -13/+48 | ||
| | * | | | | | | | | | | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | 2019-07-05 | 13 | -13/+90 | ||
| | * | | | | | | | | | | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven... | 2019-07-05 | 7 | -17/+192 | ||
| | * | | | | | | | | | | nv_services: Create GPU channels correctly | 2019-07-05 | 2 | -2/+5 | ||
| | * | | | | | | | | | | video_core: Implement GPU side Syncpoints | 2019-07-05 | 6 | -9/+84 | ||
| | * | | | | | | | | | | nv_services: Correct buffer queue fencing and GPFifo fencing | 2019-07-05 | 8 | -57/+70 | ||
| | * | | | | | | | | | | nvflinger: Implement swap intervals | 2019-07-05 | 5 | -8/+21 | ||
| * | | | | | | | | | | | Merge pull request #2739 from lioncash/cflow | 2019-07-25 | 4 | -33/+53 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | video_core/control_flow: Provide operator!= for types with operator== | 2019-07-18 | 1 | -4/+21 | ||
| | * | | | | | | | | | | | video_core/control_flow: Prevent sign conversion in TryGetBlock() | 2019-07-18 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | video_core/control_flow: Remove unnecessary BlockStack copy constructor | 2019-07-18 | 1 | -2/+1 | ||
| | * | | | | | | | | | | | video_core/control_flow: Use std::move where applicable | 2019-07-18 | 1 | -10/+15 | ||
| | * | | | | | | | | | | | video_core/control_flow: Use the prefix variant of operator++ for iterators | 2019-07-18 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | video_core/control_flow: Use empty() member function for checking emptiness | 2019-07-18 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | video_core: Resolve -Wreorder warnings | 2019-07-18 | 2 | -4/+3 | ||
| | * | | | | | | | | | | | video_core/control_flow: Make program_size for ScanFlow() a std::size_t | 2019-07-18 | 2 | -5/+4 | ||
| | * | | | | | | | | | | | video_core/control_flow: Place all internally linked types/functions within a... | 2019-07-18 | 1 | -1/+2 | ||
| | * | | | | | | | | | | | video_core/shader/decode: Prevent sign-conversion warnings | 2019-07-18 | 1 | -2/+2 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2737 from FernandoS27/track-fix | 2019-07-25 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Shader_Ir: Correct tracking to track from right to left | 2019-07-16 | 1 | -2/+2 | ||
| * | | | | | | | | | | | | Merge pull request #2689 from lioncash/tl | 2019-07-25 | 1 | -7/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | yuzu/main: Make error messages within OnCoreError more localization-friendly | 2019-07-07 | 1 | -7/+8 | ||
| * | | | | | | | | | | | | | Merge pull request #2743 from FernandoS27/surpress-assert | 2019-07-25 | 9 | -29/+36 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Shader_Ir: Change Debug Asserts for Log Warnings | 2019-07-19 | 3 | -10/+17 | ||
| | * | | | | | | | | | | | | Shader_Ir: correct clang format | 2019-07-18 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | | GPU: Add missing puller methods. | 2019-07-18 | 2 | -14/+15 | ||
| | * | | | | | | | | | | | | MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace. | 2019-07-18 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | Gl_Texture_Cache: Remove assert on component type in GetFormatTuple | 2019-07-18 | 1 | -1/+0 | ||
| | * | | | | | | | | | | | | Shader_Ir: Downgrade precision and rounding asserts to debug asserts. | 2019-07-18 | 5 | -10/+10 | ||
| * | | | | | | | | | | | | | Merge pull request #2704 from FernandoS27/conditional | 2019-07-24 | 3 | -2/+100 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | maxwell3d: Implement Conditional Rendering | 2019-07-17 | 3 | -2/+100 | ||
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2734 from ReinUsesLisp/compute-shaders | 2019-07-22 | 15 | -140/+357 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | gl_shader_cache: Fix clang-format issues | 2019-07-15 | 2 | -4/+2 | ||
| | * | | | | | | | | | | | | gl_shader_decompiler: Stub local memory size | 2019-07-15 | 1 | -8/+14 | ||
| | * | | | | | | | | | | | | gl_shader_cache: Address review commentaries | 2019-07-15 | 4 | -13/+12 | ||
| | * | | | | | | | | | | | | gl_shader_cache: Address CI issues | 2019-07-15 | 2 | -3/+3 | ||
| | * | | | | | | | | | | | | gl_rasterizer: Implement compute shaders | 2019-07-15 | 15 | -136/+350 | ||
| * | | | | | | | | | | | | | Merge pull request #2735 from FernandoS27/pipeline-rework | 2019-07-21 | 14 | -116/+528 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Maxwell3D: Reorganize and address feedback | 2019-07-20 | 3 | -20/+33 | ||
| | * | | | | | | | | | | | | GL_State: Feedback and fixes | 2019-07-17 | 4 | -14/+27 | ||
| | * | | | | | | | | | | | | Maxwell3D: Address Feedback | 2019-07-17 | 5 | -17/+13 | ||
| | * | | | | | | | | | | | | Texture_Cache: Rebase Fixes | 2019-07-17 | 1 | -6/+0 | ||
| | * | | | | | | | | | | | | GL_Rasterizer: Corrections to Clearing. | 2019-07-17 | 4 | -12/+28 | ||
| | * | | | | | | | | | | | | Maxwell3D: Correct marking dirtiness on CB upload | 2019-07-17 | 1 | -0/+1 | ||
| | * | | | | | | | | | | | | GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing | 2019-07-17 | 3 | -7/+63 | ||
| | * | | | | | | | | | | | | Maxwell3D: Implement State Dirty Flags. | 2019-07-17 | 6 | -44/+199 | ||
| | * | | | | | | | | | | | | Maxwell3D: Rework CBData Upload | 2019-07-17 | 2 | -8/+45 | ||