| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #2855 from ReinUsesLisp/shfl | 2019-09-20 | 6 | -9/+182 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | shader_ir/warp: Implement SHFL | 2019-09-17 | 6 | -9/+182 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2784 from ReinUsesLisp/smem | 2019-09-18 | 5 | -21/+81 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gl_shader_decompiler: Implement shared memory | 2019-09-05 | 1 | -0/+23 | ||
| | * | | | | | shader_ir: Implement LD_S | 2019-09-05 | 1 | -10/+13 | ||
| | * | | | | | shader_ir: Implement ST_S | 2019-09-05 | 4 | -11/+45 | ||
| * | | | | | | Merge pull request #2851 from ReinUsesLisp/srgb | 2019-09-15 | 6 | -30/+9 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | renderer_opengl: Fix rebase mistake | 2019-09-11 | 1 | -1/+1 | ||
| | * | | | | | | gl_rasterizer: Correct sRGB Fix regression | 2019-09-10 | 1 | -0/+12 | ||
| | * | | | | | | renderer_opengl: Fix sRGB blits | 2019-09-10 | 6 | -43/+10 | ||
| * | | | | | | | Merge pull request #2824 from ReinUsesLisp/mme | 2019-09-15 | 3 | -4/+20 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | maxwell_3d: Update firmware 4 call stub commentary | 2019-09-14 | 1 | -1/+2 | ||
| | * | | | | | | Revert "Revert #2466" and stub FirmwareCall 4 | 2019-09-04 | 3 | -4/+19 | ||
| * | | | | | | | Merge pull request #2857 from ReinUsesLisp/surface-srgb | 2019-09-14 | 2 | -0/+22 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core/surface: Add function to detect sRGB surfaces | 2019-09-13 | 2 | -0/+22 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2858 from ReinUsesLisp/vk-device | 2019-09-14 | 3 | -111/+258 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vk_device: Add miscellaneous features and minor style changes | 2019-09-13 | 3 | -111/+258 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2667 from DarkLordZach/profile-editor | 2019-09-14 | 5 | -10/+130 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | acc_su: Implement GetProfileEditor (205) | 2019-07-03 | 3 | -1/+13 | ||
| | * | | | | | | | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | 2019-07-03 | 1 | -1/+73 | ||
| | * | | | | | | | profile_manager: Add setter for ProfileBase and ProfileData | 2019-07-03 | 2 | -0/+13 | ||
| | * | | | | | | | acc: Add IProfileCommon for IProfile and IProfileEditor | 2019-07-03 | 1 | -8/+31 | ||
| * | | | | | | | | shader/image: Implement SUATOM and fix SUST | 2019-09-10 | 7 | -69/+329 | ||
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #2823 from ReinUsesLisp/shr-clamp | 2019-09-10 | 2 | -6/+17 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | shader/shift: Implement SHR wrapped and clamped variants | 2019-09-04 | 2 | -6/+17 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2810 from ReinUsesLisp/mme-opt | 2019-09-10 | 4 | -12/+24 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | maxwell_3d: Avoid moving macro_params | 2019-09-04 | 4 | -12/+24 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2759 from ReinUsesLisp/compute-images | 2019-09-10 | 20 | -229/+457 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | gl_shader_decompiler: Keep track of written images and mark them as modified | 2019-09-05 | 7 | -62/+92 | ||
| | * | | | | | | texture_cache: Minor changes | 2019-09-05 | 4 | -19/+17 | ||
| | * | | | | | | gl_rasterizer: Apply textures and images state | 2019-09-05 | 1 | -0/+2 | ||
| | * | | | | | | gl_rasterizer: Add samplers to compute dispatches | 2019-09-05 | 2 | -3/+36 | ||
| | * | | | | | | gl_rasterizer: Minor code changes | 2019-09-05 | 2 | -20/+31 | ||
| | * | | | | | | gl_state: Split textures and samplers into two arrays | 2019-09-05 | 4 | -91/+39 | ||
| | * | | | | | | gl_rasterizer: Implement image bindings | 2019-09-05 | 5 | -32/+106 | ||
| | * | | | | | | gl_state: Add support for glBindImageTextures | 2019-09-05 | 2 | -0/+24 | ||
| | * | | | | | | texture_cache: Pass TIC to texture cache | 2019-09-05 | 4 | -27/+25 | ||
| | * | | | | | | kepler_compute: Implement texture queries | 2019-09-05 | 5 | -5/+99 | ||
| | * | | | | | | gl_rasterizer: Split SetupTextures | 2019-09-05 | 2 | -22/+38 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2847 from VelocityRa/nro-nacp-fix | 2019-09-09 | 2 | -0/+10 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | nro: Implement ReadControlData | 2019-09-08 | 2 | -0/+10 | ||
| * | | | | | | | Merge pull request #2716 from lioncash/hle-global | 2019-09-09 | 17 | -97/+143 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service/am: Remove usages of global system accessors | 2019-09-04 | 17 | -97/+143 | ||
| * | | | | | | | | Merge pull request #2763 from lioncash/map-phys | 2019-09-09 | 2 | -39/+41 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemo... | 2019-09-04 | 1 | -4/+4 | ||
| | * | | | | | | | kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/... | 2019-09-04 | 1 | -16/+10 | ||
| | * | | | | | | | kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory() | 2019-08-29 | 1 | -0/+2 | ||
| | * | | | | | | | kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacen... | 2019-08-29 | 1 | -1/+4 | ||
| | * | | | | | | | kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMA | 2019-08-29 | 1 | -1/+1 | ||
| | * | | | | | | | kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA | 2019-08-29 | 1 | -7/+10 | ||