| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | configure_audio: Implement highlighted overrides | 2020-07-19 | 2 | -80/+87 | ||
| | * | | | | | | | | | | configuration_shared: Require name of the widget for highlighting | 2020-07-19 | 3 | -16/+27 | ||
| | * | | | | | | | | | | configuration_shared: Use a highlight instead of background color | 2020-07-19 | 2 | -6/+6 | ||
| | * | | | | | | | | | | configure_general: Implement manual tristate buttons | 2020-07-19 | 2 | -17/+27 | ||
| | * | | | | | | | | | | configuration_shared: Initial functions and data for manual tristate | 2020-07-19 | 2 | -0/+58 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4388 from lioncash/written | 2020-07-24 | 1 | -6/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten() | 2020-07-20 | 1 | -6/+3 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4391 from lioncash/nrvo | 2020-07-24 | 7 | -26/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: Allow copy elision to take place where applicable | 2020-07-21 | 7 | -26/+26 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4394 from lioncash/unused6 | 2020-07-23 | 8 | -33/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: Remove unused variables | 2020-07-21 | 8 | -33/+5 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4353 from ameerj/gc-refactor | 2020-07-23 | 2 | -183/+46 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix axis thresholding while polling | 2020-07-19 | 1 | -5/+2 | ||
| | * | | | | | | | | | | std::size_t where appropriate, make error message more clear if can't read | 2020-07-17 | 1 | -3/+4 | ||
| | * | | | | | | | | | | Refactor adapter code | 2020-07-16 | 2 | -179/+44 | ||
| * | | | | | | | | | | | Merge pull request #4409 from jbeich/freebsd | 2020-07-22 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | network: add missing include for BSDs | 2020-07-22 | 1 | -0/+2 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4359 from ReinUsesLisp/clamp-shared | 2020-07-21 | 6 | -9/+42 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | renderer_{opengl,vulkan}: Clamp shared memory to host's limit | 2020-07-16 | 6 | -9/+42 | ||
| * | | | | | | | | | | | Merge pull request #4360 from ReinUsesLisp/glasm-bar | 2020-07-21 | 1 | -4/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_arb_decompiler: Execute BAR even when inside control flow | 2020-07-16 | 1 | -4/+0 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4361 from ReinUsesLisp/lane-id | 2020-07-21 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | decode/other: Implement S2R.LaneId | 2020-07-16 | 1 | -2/+1 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4306 from ReinUsesLisp/bsd-network | 2020-07-21 | 5 | -0/+840 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/network: Add network abstraction | 2020-07-19 | 5 | -0/+840 | ||
| * | | | | | | | | | | | Merge pull request #4324 from ReinUsesLisp/formats | 2020-07-21 | 20 | -1100/+1111 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | video_core: Rearrange pixel format names | 2020-07-13 | 19 | -1179/+1077 | ||
| | * | | | | | | | | | | video_core: Fix DXT4 and RGB565 | 2020-07-13 | 7 | -37/+31 | ||
| | * | | | | | | | | | | video_core/format_lookup_table: Add formats with existing PixelFormat | 2020-07-13 | 1 | -1/+9 | ||
| | * | | | | | | | | | | video_core: Fix B5G6R5_UNORM render target format | 2020-07-13 | 5 | -1/+10 | ||
| | * | | | | | | | | | | video_core: Fix B5G6R5U | 2020-07-13 | 2 | -2/+2 | ||
| | * | | | | | | | | | | video_core: Implement RGBA32_SINT render target | 2020-07-13 | 7 | -58/+71 | ||
| | * | | | | | | | | | | video_core: Implement RGBA32_SINT render target | 2020-07-13 | 7 | -0/+13 | ||
| | * | | | | | | | | | | video_core: Implement RGBA16_SINT render target | 2020-07-13 | 7 | -0/+13 | ||
| | * | | | | | | | | | | video_core: Implement RGBA8_SINT render target | 2020-07-13 | 7 | -0/+13 | ||
| | * | | | | | | | | | | video_core: Implement RG32_SINT render target | 2020-07-13 | 7 | -0/+13 | ||
| | * | | | | | | | | | | video_core: Implement RG8_SINT render target and fix RG8_UINT | 2020-07-13 | 7 | -1/+14 | ||
| | * | | | | | | | | | | video_core: Implement R8_SINT render target | 2020-07-13 | 7 | -0/+13 | ||
| | * | | | | | | | | | | video_core: Implement R8_SNORM render target | 2020-07-13 | 7 | -0/+13 | ||
| | * | | | | | | | | | | video_core/surface: Remove explicit values on PixelFormat's definition | 2020-07-13 | 1 | -80/+80 | ||
| | * | | | | | | | | | | video_core/surface: Reorder render target to pixel format switch | 2020-07-13 | 1 | -53/+51 | ||
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4168 from ReinUsesLisp/global-memory | 2020-07-20 | 7 | -110/+173 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shaders | 2020-07-18 | 7 | -110/+173 | ||
| * | | | | | | | | | | Merge pull request #4376 from ogniK5377/dark-wait-tree | 2020-07-19 | 1 | -11/+41 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Address issues | 2020-07-19 | 1 | -6/+3 | ||
| | * | | | | | | | | | | frontend: Improve wait tree readability for dark themes | 2020-07-18 | 1 | -11/+44 | ||
| * | | | | | | | | | | | Merge pull request #4379 from jbeich/libc++ | 2020-07-18 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | alignment: explicitly include <new> after 723edb4c0659 | 2020-07-18 | 1 | -0/+1 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #3349 from FearlessTobi/translationnns | 2020-07-18 | 17 | -86/+260 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Address trivial review comments. | 2020-07-18 | 2 | -2/+2 | ||