| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-06 | gpu: Refactor a/synchronous implementations into their own classes. | bunnei | |
| 2019-03-06 | gpu: Move command processing to another thread. | bunnei | |
| 2019-03-06 | gpu: Refactor command and swap buffers interface for asynch. | bunnei | |
| 2019-03-06 | gpu: Refactor to take RendererBase instead of RasterizerInterface. | bunnei | |
| 2019-03-06 | Merge pull request #2203 from lioncash/engines-include | bunnei | |
| video_core/engines: Remove unnecessary includes | |||
| 2019-03-05 | video_core/engines: Remove unnecessary includes | Lioncash | |
| Removes a few unnecessary dependencies on core-related machinery, such as the core.h and memory.h, which reduces the amount of rebuilding necessary if those files change. This also uncovered some indirect dependencies within other source files. This also fixes those. | |||
| 2019-03-05 | video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() | Lioncash | |
| This isn't needed anymore, according to Hexagon | |||
| 2019-03-04 | Merge pull request #2165 from ReinUsesLisp/unbind-tex | bunnei | |
| gl_rasterizer: Unbind textures but don't apply the gl_state | |||
| 2019-03-02 | Merge pull request #2183 from ReinUsesLisp/vk-buffer-cache-clang | Mat M | |
| vk_buffer_cache: Fix clang-format | |||
| 2019-03-02 | Merge pull request #2182 from bunnei/my-wasted-friday | bunnei | |
| fuck git for ruining my day, I will learn but I will not forgive | |||
| 2019-03-02 | vk_buffer_cache: Fix clang-format | ReinUsesLisp | |
| 2019-03-02 | fuck git for ruining my day, I will learn but I will not forgive | bunnei | |
| 2019-03-01 | vk_buffer_cache: Implement a buffer cache | ReinUsesLisp | |
| This buffer cache is just like OpenGL's buffer cache with some minor style changes. It uses VKStreamBuffer. | |||
| 2019-02-28 | gl_rasterizer: Remove texture unbinding after dispatching a draw call | ReinUsesLisp | |
| Unbinding was required when OpenGL delete operations didn't unbind a resource if it was bound. This is no longer needed and can be removed. | |||
| 2019-02-28 | gl_state: Fixup multibind bug | ReinUsesLisp | |
| 2019-02-27 | Merge pull request #2152 from ReinUsesLisp/vk-stream-buffer | bunnei | |
| vk_stream_buffer: Implement a stream buffer | |||
| 2019-02-27 | Merge pull request #2121 from FernandoS27/texception2 | bunnei | |
| Improve the Accuracy of the Rasterizer Cache through a Texception Pass | |||
| 2019-02-27 | Merge pull request #2172 from lioncash/reorder | bunnei | |
| gl_rasterizer/vk_memory_manager: Silence -Wreorder warnings | |||
| 2019-02-27 | Devirtualize Register/Unregister and use a wrapper instead. | Fernando Sahmkow | |
| 2019-02-27 | Corrections and redesign. | Fernando Sahmkow | |
| 2019-02-27 | Fix linux compile error. | Fernando Sahmkow | |
| 2019-02-27 | Remove NotifyFrameBuffer as we are doing a texception pass every drawcall. | Fernando Sahmkow | |
| 2019-02-27 | Remove certain optimizations that caused texception to fail in certain ↵ | Fernando Sahmkow | |
| scenarios. | |||
| 2019-02-27 | Bug fixes and formatting | Fernando Sahmkow | |
| 2019-02-27 | rasterizer_cache_gl: Implement Texception Pass | Fernando Sahmkow | |
| 2019-02-27 | rasterizer_cache_gl: Implement Partial Reinterpretation of Surfaces. | Fernando Sahmkow | |
| 2019-02-27 | rasterizer_cache: mark reinterpreted surfaces and add ability to reload ↵ | Fernando Sahmkow | |
| marked surfaces on next use. | |||
| 2019-02-27 | rasterizer_cache_gl: Notify on framebuffer change | Fernando Sahmkow | |
| 2019-02-27 | rasterizer_cache: Expose FlushObject to Child classes and allow redefining ↵ | Fernando Sahmkow | |
| of Register and Unregister | |||
| 2019-02-27 | Merge pull request #2163 from ReinUsesLisp/bitset-dirty | bunnei | |
| maxwell_3d: Use std::bitset to manage dirty flags | |||
| 2019-02-27 | Merge pull request #2167 from lioncash/namespace | bunnei | |
| common: Move Quaternion, Rectangle, Vec2, Vec3, and Vec4 into the Common namespace | |||
| 2019-02-27 | vk_memory_manager: Reorder constructor initializer list in terms of member ↵ | Lioncash | |
| declaration order Reorders members in the order that they would actually be initialized in. Silences a -Wreorder warning. | |||
| 2019-02-27 | gl_rasterizer: Reorder constructor initializer list in terms of member ↵ | Lioncash | |
| declaration order Orders the members in the order they would actually be initialized in. Silences a -Wreorder warning. | |||
| 2019-02-27 | gl_shader_disk_cache: Remove #pragma once from cpp file | Lioncash | |
| This is only necessary in headers. Silences a warning with clang. | |||
| 2019-02-27 | common/math_util: Move contents into the Common namespace | Lioncash | |
| These types are within the common library, so they should be within the Common namespace. | |||
| 2019-02-26 | renderer_opengl: Update pixel format tracking | ReinUsesLisp | |
| 2019-02-26 | maxwell_3d: Use std::bitset to manage dirty flags | ReinUsesLisp | |
| 2019-02-26 | vk_stream_buffer: Remove copy code path | ReinUsesLisp | |
| 2019-02-25 | shader/track: Resolve variable shadowing warnings | Lioncash | |
| 2019-02-24 | Merge pull request #2118 from FernandoS27/ipa-improve | bunnei | |
| shader_decompiler: Improve Accuracy of Attribute Interpolation. | |||
| 2019-02-24 | Merge pull request #2119 from FernandoS27/fix-copy | bunnei | |
| rasterizer_cache_gl: Only do fast layered copy on the same format. | |||
| 2019-02-24 | Merge pull request #2139 from degasus/dma_pusher | bunnei | |
| video_core/dma_pusher: The full list of headers at once. | |||
| 2019-02-24 | vk_stream_buffer: Implement a stream buffer | ReinUsesLisp | |
| This manages two kinds of streaming buffers: one for unified memory models and one for dedicated GPUs. The first one skips the copy from the staging buffer to the real buffer, since it creates an unified buffer. This implementation waits for all fences to finish their operation before "invalidating". This is suboptimal since it should allocate another buffer or start searching from the beginning. There is room for improvement here. This could also handle AMD's "pinned" memory (a heap with 256 MiB) that seems to be designed for buffer streaming. | |||
| 2019-02-24 | vk_resource_manager: Minor VKFenceWatch changes | ReinUsesLisp | |
| 2019-02-23 | Merge pull request #2146 from ReinUsesLisp/vulkan-scheduler | bunnei | |
| vk_scheduler: Implement a scheduler | |||
| 2019-02-23 | Merge pull request #2150 from ReinUsesLisp/fixup-layer-swizzle | bunnei | |
| gl_rasterizer_cache: Fixup parameter order in layered swizzle | |||
| 2019-02-24 | vk_memory_manager: Fixup commit interval allocation | ReinUsesLisp | |
| VKMemoryCommitImpl was using as the end of its interval "begin + end". That ended up wasting memory. | |||
| 2019-02-23 | gl_rasterizer_cache: Fixup parameter order in layered swizzle | ReinUsesLisp | |
| 2019-02-22 | vk_scheduler: Implement a scheduler | ReinUsesLisp | |
| The scheduler abstracts command buffer and fence management with an interface that's able to do OpenGL-like operations on Vulkan command buffers. It returns by value a command buffer and fence that have to be used for subsequent operations until Flush or Finish is executed, after that the current execution context (the pair of command buffers and fences) gets invalidated a new one must be fetched. Thankfully validation layers will quickly detect if this is skipped throwing an error due to modifications to a sent command buffer. | |||
| 2019-02-21 | Merge pull request #2138 from ReinUsesLisp/vulkan-memory-manager | bunnei | |
| vk_memory_manager: Implement memory manager | |||
