Commit Graph

  • dfa8291526 RescalingPass: Agregate pixels on texelFetch while on Fragment Shader Fernando Sahmkow 2021-08-07 02:59:05 +02:00
  • 4b1393a691 Texture Cache: Correctly fix Blits Rescaling. Fernando Sahmkow 2021-08-07 02:15:24 +02:00
  • 8f78444de3 shader: Fix TextureSize check on rescaling. Fernando Sahmkow 2021-08-02 01:03:15 +02:00
  • ed675cfd8c texture_cache: Disable dst_image scaling in BlitImage ameerj 2021-08-04 19:02:30 -04:00
  • dc28284437 emit_spirv: Fix RescalingLayout alignment ameerj 2021-08-04 00:30:16 -04:00
  • e66d5b88a6 shader: Properly scale image reads and add GL SPIR-V support ReinUsesLisp 2021-08-01 18:57:45 -03:00
  • fc9bb3c3fe shader: Properly blacklist and scale image loads ReinUsesLisp 2021-08-01 02:26:02 -03:00
  • c7a1cbad44 texture_cache: Add getter to query if image view is rescaled ReinUsesLisp 2021-07-31 17:42:37 -03:00
  • 526e47f148 vk_rasterizer: Minor style change ReinUsesLisp 2021-07-31 03:04:44 -03:00
  • c9238555f7 gl_texture_cache: Fix scaling blits ReinUsesLisp 2021-07-31 03:04:33 -03:00
  • cfeb161c7e glsl/glasm: Pass and use scaling parameters in shaders ReinUsesLisp 2021-07-31 03:04:08 -03:00
  • 4a512d6827 gl_rasterizer: Properly scale viewports and scissors ReinUsesLisp 2021-07-31 02:37:06 -03:00
  • 05d98d9bbf gl_texture_cache: Fix multi layered texture Scale ameerj 2021-07-29 18:08:06 -04:00
  • b6060873ce gl_compute_pipeline: Add downscale factor to shader uniforms ameerj 2021-07-29 15:45:53 -04:00
  • 9bc7b04ca5 gl_rasterizer: Fix rescale dirty state checking ameerj 2021-07-29 14:19:51 -04:00
  • f086c82e1f gl_graphics_pipeline: Add downscale factor to shader uniforms ameerj 2021-07-29 13:27:01 -04:00
  • 2182d25750 texture_cache: Fix blacklists on compute ReinUsesLisp 2021-07-28 02:53:24 -03:00
  • 56ccda1d99 texture_cache: Simplify image view queries and blacklisting ReinUsesLisp 2021-07-28 02:47:06 -03:00
  • 48d81506a3 Vulkan: Fix downscaling Blit. Fernando Sahmkow 2021-07-27 01:46:15 +02:00
  • 07c564f38b Texture Cache: Implement Rating System. Fernando Sahmkow 2021-07-27 01:29:55 +02:00
  • cee7eba64e OpenGL: set linear mag filter when blitting a downscaled image. Fernando Sahmkow 2021-07-27 00:48:22 +02:00
  • 117f8ee7a4 Vulkan: Fix AA when rescaling. Fernando Sahmkow 2021-07-27 00:15:27 +02:00
  • 0e8cf38f39 Texture Cache: Implement Blacklisting. Fernando Sahmkow 2021-07-26 09:33:00 +02:00
  • 138d9d7eff main: Add resolution scale label in the status bar Morph 2021-07-26 01:58:02 -04:00
  • d2388dd0d0 vulkan: Implement rescaling shader patching ReinUsesLisp 2021-07-25 22:34:12 -03:00
  • dc72d4d4f5 vk_texture_cache: Properly scale blit source images ReinUsesLisp 2021-07-25 22:28:57 -03:00
  • baf0993d5c vk_graphics_pipeline: Use Shader::NumDescriptors when possible ReinUsesLisp 2021-07-25 22:28:26 -03:00
  • 6f3a41abe2 opengl: Use Shader::NumDescriptors when possible ReinUsesLisp 2021-07-25 22:27:16 -03:00
  • 656adee630 spirv: Implement rescaling patching ReinUsesLisp 2021-07-25 22:26:23 -03:00
  • 01379c5e3c shader/rescaling_pass: Patch more instructions ReinUsesLisp 2021-07-25 22:20:56 -03:00
  • c15332c44f shader: Add IsTextureScaled opcode ReinUsesLisp 2021-07-25 22:04:53 -03:00
  • 74efa57c1b texture_cache: Add image getters ReinUsesLisp 2021-07-25 21:44:13 -03:00
  • c892359d1b shader: Add copy constructor to instructions ReinUsesLisp 2021-07-25 21:34:17 -03:00
  • 95761cc6a7 shader: Add integer division opcodes ReinUsesLisp 2021-07-25 21:27:21 -03:00
  • 43aa695a04 common/settings: Remove unused scaling options ReinUsesLisp 2021-07-25 21:20:12 -03:00
  • e580299467 shader: Fix rescaling pass ReinUsesLisp 2021-07-22 04:29:00 -03:00
  • fad2c92a39 gl_texture_cache: Simplify rescaling ameerj 2021-07-22 01:34:46 -04:00
  • d5143c83a9 texture_cache: Fix typo in aliased image rescaling ameerj 2021-07-22 00:16:19 -04:00
  • 0fb4b84383 vk_texture_cache: Simplify and optimize scaling blits ReinUsesLisp 2021-07-21 22:57:53 -03:00
  • 520c4a44f6 vk_texture_cache: Fix scaling blit validation errors ReinUsesLisp 2021-07-21 22:39:05 -03:00
  • 1672e9ba09 shader: Fix resolution scaling pass ReinUsesLisp 2021-07-21 22:25:34 -03:00
  • fb924ea85c shader: Add resolution down factor opcode ReinUsesLisp 2021-07-21 22:24:33 -03:00
  • fddf372c68 gl_texture_cache: Implement ScaleDown ameerj 2021-07-21 21:23:00 -04:00
  • 0a6c895af7 gl_texture_cache: Rescale fixes for multi-layered textures ameerj 2021-07-21 20:50:15 -04:00
  • dfc65cd0a3 Texture Cache: Implement Rescaling on Aliases and Blits. Fernando Sahmkow 2021-07-21 10:15:09 +02:00
  • d464b122d5 Fix blits with mips ReinUsesLisp 2021-07-21 03:07:18 -03:00
  • 973f8f1d08 Fix blits ReinUsesLisp 2021-07-21 02:55:55 -03:00
  • de66a69ed4 renderer_gl: Resolution scaling fixes ameerj 2021-07-21 00:02:35 -04:00
  • 8704c93913 TextureCache: Fix rescaling of ImageCopies Fernando Sahmkow 2021-07-20 22:51:25 +02:00
  • 778700ff9d TextureCache: Modify Viewports/Scissors according to Rescale. Fernando Sahmkow 2021-07-20 19:36:38 +02:00
  • 71ca84d829 Settings: eliminate rescaling_factor. Fernando Sahmkow 2021-07-20 18:29:52 +02:00
  • 84f2aea896 Texture Cache: More rescaling fixes. Fernando Sahmkow 2021-07-20 07:40:05 +02:00
  • 10e5065a5c gl_texture_cache: WIP texture rescale ameerj 2021-07-18 23:59:31 -04:00
  • ba18047e8d Texture Cache: Implement Vulkan UpScaling & DownScaling Fernando Sahmkow 2021-07-19 04:32:03 +02:00
  • 360e897ccd ShaderDecompiler: Add initial support for rescaling. Fernando Sahmkow 2021-07-18 23:06:12 +02:00
  • 37ef9c9130 Settings: Add resolution scaling to settings. Fernando Sahmkow 2021-07-18 20:33:20 +02:00
  • 22f4b290b6 VideoCore: Initial Setup for the Resolution Scaler. Fernando Sahmkow 2021-07-18 18:40:14 +02:00
  • ffb79afd29 Replace keys error pop up Matías Locatti 2021-11-16 03:53:28 -03:00
  • 720970c4c1 Merge pull request #7326 from ameerj/vp8 Fernando S 2021-11-14 23:03:56 +01:00
  • 2e5866147e Replace "Light" theme by "Default" Romain Failliot 2021-11-13 22:14:30 -05:00
  • 30442d8a89 Merge pull request #7260 from vonchenplus/spirv_support_legacy_attribute_v2 bunnei 2021-11-14 02:07:45 -08:00
  • 7f256392a1 Merge pull request #7305 from Morph1984/ci bunnei 2021-11-14 02:07:04 -08:00
  • 0eacc362dd Merge pull request #7272 from behunin/the-courteous-logger bunnei 2021-11-13 00:03:54 -08:00
  • c50f170597 codes: Rename ComposeFrameHeader to ComposeFrame ameerj 2021-11-12 19:52:51 -05:00
  • 1994edfeb6 CMake: Enable VP8 ffmpeg decoders ameerj 2021-11-12 17:41:07 -05:00
  • d35391b9f4 vp8: Implement header composition ameerj 2021-11-12 17:14:02 -05:00
  • b39b33b1fe codecs: Add VP8 codec class ameerj 2021-11-12 19:28:21 -05:00
  • 852858c2cb Merge pull request #7320 from OatmealDome/homebrew-capabilities Mai M 2021-11-11 00:26:59 -05:00
  • 50acc0da20 program_metadata: Add default ThreadInfo kernel capability OatmealDome 2021-11-10 19:23:59 -05:00
  • bdabd17c76 Merge pull request #7303 from Morph1984/swkbd-confirm-skip-textcheck Fernando S 2021-11-10 13:42:11 +01:00
  • 3af2117c88 applets/swkbd: Fix text check message encoding Morph 2021-11-08 14:57:53 -05:00
  • 84934693cf ci: Print traceback on patch merge failure Morph 2021-11-08 13:36:05 -05:00
  • 1af499c15b applets/swkbd: Skip text checking if the text has been confirmed Morph 2021-11-08 13:05:50 -05:00
  • ced1302975 service/pctl: Stub EndFreeCommunication Narr the Reg 2021-11-05 10:16:19 -06:00
  • 70d51f72ec vulkan_device: Add missing vulkan image format R5G6B5 in GetFormatProperties Feng Chen 2021-11-05 22:31:40 +08:00
  • 3a71ff44f8 Merge pull request #7279 from Morph1984/system-get-program-id Morph 2021-11-04 20:34:20 -04:00
  • 2ceb514a39 Merge pull request #7289 from ameerj/perf-stat-shutdown Morph 2021-11-04 20:34:09 -04:00
  • 0cf78a34ba core: Reorder perf_stats destruction order on Shutdown ameerj 2021-11-04 20:19:58 -04:00
  • 3ceefc64f1 Merge pull request #7287 from Morph1984/stub-aoc Fernando S 2021-11-05 00:26:10 +01:00
  • a6e6a5ac38 general: Get the current process program id directly from the system Morph 2021-11-03 20:32:26 -04:00
  • 64275dfbf4 general: Rename GetTitleID to GetProgramID Morph 2021-11-03 14:15:51 -04:00
  • f178a8ef0c Merge pull request #7282 from ameerj/core-includes bunnei 2021-11-04 13:56:10 -07:00
  • 21c1316503 service: aoc: Stub NotifyUnmountAddOnContent Morph 2021-11-04 16:50:08 -04:00
  • ef427e4cb0 service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent Morph 2021-11-04 16:48:47 -04:00
  • b92c4abc96 Merge pull request #7285 from german77/acc bunnei 2021-11-04 10:45:53 -07:00
  • bee6b71553 service/acc: Rename Unknown160 to InitializeApplicationInfoV2 german77 2021-11-04 10:10:58 -06:00
  • 35aa153d6c Merge pull request #7283 from Morph1984/stub-160 Fernando S 2021-11-04 16:25:32 +01:00
  • f2988ecabc service: acc: Stub acc:u0 '160' Morph 2021-11-04 02:57:13 -04:00
  • b275f2e475 core: Fix transitive include build errors ameerj 2021-11-03 21:31:09 -04:00
  • 7c4b6aab2e core: Remove unused includes ameerj 2021-11-03 21:21:01 -04:00
  • f2a4204245 Simply legacy attribute implement Feng Chen 2021-11-01 12:00:13 +08:00
  • 863e2e2b4f Merge pull request #7278 from Morph1984/svc-num-handles Mai M 2021-11-03 06:59:07 -04:00
  • b871388a31 svc: Correct WaitSynchronization num_handles param type Morph 2021-11-02 22:04:20 -04:00
  • 7ce29ea74e Merge pull request #7262 from FernandoS27/Buffalo-buffalo-Buffalo-buffalo-buffalo bunnei 2021-11-02 16:34:03 -07:00
  • 43ba9db890 Merge pull request #7265 from Morph1984/gl-rasterizer-unused-include Mai M 2021-11-02 18:43:31 -04:00
  • 3d1f2bb3aa Merge pull request #7268 from Morph1984/expected-resultval Mai M 2021-11-02 18:41:57 -04:00
  • cb09ea0f01 general: Remove MakeResult helpers Morph 2021-11-02 17:23:19 -04:00
  • 98b351758c hle/result: Amend ResultVal documentation Morph 2021-11-01 10:38:11 -04:00
  • 52e52924bb hle/result: Reimplement ResultVal using Common::Expected Morph 2021-11-01 10:09:37 -04:00
  • a41e9e93dd common: Implement a subset of P0323 (std::expected) Morph 2021-10-31 21:20:51 -04:00