Commit Graph

  • 549fd18ac4 surface_view: Add constructor for ViewParams ReinUsesLisp 2019-05-07 22:03:33 -03:00
  • 16e8625a30 surface_base: Split BreakDown into layered and non-layered variants ReinUsesLisp 2019-05-07 21:55:55 -03:00
  • 2b30000a1e surface_base: Silence truncation warnings and minor renames and reordering ReinUsesLisp 2019-05-07 21:48:02 -03:00
  • 03d10ea3b4 copy_params: Use constructor instead of C-like initialization ReinUsesLisp 2019-05-07 21:28:31 -03:00
  • 1af4414861 Correct Mipmaps View method in Texture Cache Fernando Sahmkow 2019-05-07 19:09:34 -04:00
  • d86f9cd709 Change texture_cache chaching from GPUAddr to CacheAddr Fernando Sahmkow 2019-05-07 17:30:36 -04:00
  • b711cdce78 Corrections to Structural Matching Fernando Sahmkow 2019-05-07 13:58:37 -04:00
  • bc930754cc Implement Texture Cache V2 Fernando Sahmkow 2019-05-07 10:57:16 -04:00
  • 3d471e732d Correct Surface Base and Views for new Texture Cache Fernando Sahmkow 2019-05-07 10:56:45 -04:00
  • 3b26206dbd Add OGLTextureView Fernando Sahmkow 2019-05-07 10:55:44 -04:00
  • 6b0695b3cd Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flushing using GPUVAddr Fernando Sahmkow 2019-05-07 10:55:18 -04:00
  • 6c410104f4 texture_cache: Remove execution context copies from the texture cache ReinUsesLisp 2019-04-25 13:41:57 -03:00
  • fa59a7b4d8 gl_texture_cache: Implement fermi copies ReinUsesLisp 2019-04-24 18:47:59 -03:00
  • 1b4503c571 texture_cache: Split texture cache into different files ReinUsesLisp 2019-04-24 16:35:54 -03:00
  • 5f3aacdc37 texture_cache: Move staging buffer into a generic implementation ReinUsesLisp 2019-04-24 02:45:03 -03:00
  • 2787a0c287 texture_cache: Flush 3D textures in the order they are drawn ReinUsesLisp 2019-04-20 20:01:26 -03:00
  • 4b396f375c gl_texture_cache: Minor changes ReinUsesLisp 2019-04-16 20:01:07 -03:00
  • 0cefb7bcb4 gl_texture_cache: Add copy from multiple overlaps into a single surface ReinUsesLisp 2019-04-15 16:17:27 -03:00
  • 84139586c9 gl_texture_cache: Attach surface textures instead of views ReinUsesLisp 2019-04-14 18:16:27 -03:00
  • fb94871791 gl_texture_cache: Add fast copy path ReinUsesLisp 2019-04-14 01:44:16 -03:00
  • bab21e8cb3 gl_texture_cache: Initial implementation ReinUsesLisp 2019-04-11 17:14:55 -03:00
  • 4111971cbd freezer: Update documentation Zach Hilman 2019-06-10 14:11:06 -04:00
  • ed82fa3a91 core: Move Freezer class to tools namespace Zach Hilman 2019-06-07 11:11:11 -04:00
  • c9983ad9a7 freezer: Add documentation for methods Zach Hilman 2019-05-30 16:57:23 -04:00
  • 1b7d619914 memory: Add class to manage and enforce memory freezing Zach Hilman 2019-05-30 08:52:20 -04:00
  • 80a8456af8 Merge pull request #2596 from FernandoS27/revert-2590 bunnei 2019-06-20 13:04:06 -04:00
  • 908a5a00c5 Merge pull request #2595 from jonsn0w/patch-1 Hexagon12 2019-06-20 10:03:24 +03:00
  • 26fcdf087d Revert PR 2590. Fernando Sahmkow 2019-06-19 23:19:19 -04:00
  • c28694d907 Merge pull request #2591 from lioncash/record bunnei 2019-06-19 22:28:26 -04:00
  • ca470890a3 Merge pull request #2590 from lioncash/event bunnei 2019-06-19 22:27:52 -04:00
  • 5cef446f42 CMake: Get Git submodule dependencies via CMake (#2474) Frederic L 2019-06-20 04:26:12 +02:00
  • e78d069a81 Update content_archive.cpp jonsn0w 2019-06-19 22:01:41 -04:00
  • 8893d63612 Merge pull request #2594 from FearlessTobi/very-important-change Zach Hilman 2019-06-19 19:15:37 -04:00
  • 0c64a6f0f2 Change to a more descriptive name Tobias 2019-06-19 23:55:13 +02:00
  • c5b20a108d yuzu/configure_input: Add missing space in window name Tobias 2019-06-19 23:32:34 +02:00
  • 908ca1fc72 Merge pull request #2593 from deadmeu/patch-1 Mat M 2019-06-19 14:11:10 -04:00
  • f375e10411 Added missing space between two words Alex Subaric 2019-06-20 02:42:56 +10:00
  • 5c665fcc5b Merge pull request #2584 from ogniK5377/cadence Zach Hilman 2019-06-19 10:29:42 -04:00
  • 61d2498f00 core: Remove unused CiTrace source files Lioncash 2019-06-18 16:47:50 -04:00
  • 5799404b78 service/audio/audren_u: Correct event reset type for the system event Lioncash 2019-06-18 09:23:18 -04:00
  • c7b5c245e1 Merge pull request #2562 from ReinUsesLisp/split-cbuf-upload bunnei 2019-06-17 22:35:04 -04:00
  • 6ca20ad7ba Addressed issues David Marcec 2019-06-17 08:17:26 +10:00
  • 90792cdb6e Core_Timing: Make core_timing threadsafe by default. Fernando Sahmkow 2019-06-15 10:12:41 -04:00
  • 50e3269f3b Signalled accumulated_suspended_tick_changed_event on creation based on RE David Marcec 2019-06-16 22:18:54 +10:00
  • 5fb6781c61 Cleanup David Marcec 2019-06-16 20:18:35 +10:00
  • 335127af69 Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent David Marcec 2019-06-16 19:06:33 +10:00
  • c0e7b91145 Merge pull request #2538 from ReinUsesLisp/ssy-pbk Zach Hilman 2019-06-15 20:30:13 -04:00
  • c140b6ae2c Merge pull request #2581 from lioncash/hex Zach Hilman 2019-06-15 16:47:13 -04:00
  • 0360c40e90 Merge pull request #2582 from lioncash/reserved bunnei 2019-06-14 11:24:18 -04:00
  • a9521c983b Merge pull request #2580 from lioncash/redundant Zach Hilman 2019-06-12 19:26:07 -04:00
  • 0f08f2d562 Merge pull request #2577 from lioncash/fs Zach Hilman 2019-06-12 19:23:33 -04:00
  • 18c1d91920 file_sys/ips_layer: Remove unnecessary reserve() call Lioncash 2019-06-12 18:12:41 -04:00
  • 969cd6dc1d common/hex_util: Reserve std::string memory ahead of time Lioncash 2019-06-12 17:47:05 -04:00
  • a62088539e common/hex_util: Combine HexVectorToString() and HexArrayToString() Lioncash 2019-06-12 17:27:06 -04:00
  • c7daddb715 file_sys/card_image: Remove obsolete TODO Lioncash 2019-06-12 16:52:15 -04:00
  • 0af3b4d9f4 kernel/vm_manager: Remove redundant Reset call in destructor Lioncash 2019-06-12 16:09:57 -04:00
  • ee81fb94cd gl_device: Fix TestVariableAoffi test ReinUsesLisp 2019-06-11 23:02:50 -03:00
  • 7e2bcf04b4 Merge pull request #2578 from lioncash/cnmt bunnei 2019-06-11 21:13:05 -04:00
  • f981efdf8d Merge pull request #2572 from FernandoS27/gpu-mem bunnei 2019-06-11 21:09:57 -04:00
  • a602bcaaf8 file_sys/nca_metadata: Update CNMT structures Lioncash 2019-06-10 23:48:12 -04:00
  • 7bdef6106e file_sys/card_image: Deduplicate casts within AddNCAFromPartition() Lioncash 2019-06-10 23:18:17 -04:00
  • 81d361d9f8 file_sys/card_image: Make bracing consistent Lioncash 2019-06-10 23:13:14 -04:00
  • e34368249f file_sys/card_image: Assign collapsed NCA contents directly to ncas member Lioncash 2019-06-10 23:08:14 -04:00
  • 288d027e89 file_sys/card_image: Deduplicate type cast Lioncash 2019-06-10 23:02:48 -04:00
  • 825ffd7b1f file_sys/card_image: Get rid of a magic number Lioncash 2019-06-10 22:58:05 -04:00
  • bf35138d1d file_sys/card_image: Use std::array deduction guides Lioncash 2019-06-10 22:56:00 -04:00
  • 3a26b49c2c yuzutest: Add minor comments Zach Hilman 2019-06-10 00:31:49 -04:00
  • fc0bf91a96 kernel: Differentiate kernel and user processes when picking ID This allows kernel internal type processes to be assigned IDs in the KIP range while userland processes are assigned in the user range. Zach Hilman 2019-06-10 00:28:33 -04:00
  • b957a4862f nsp: Correct status codes for extracted NSPs Avoids all extracted NSPs being marked as error file type because they don't have program NCAs. Zach Hilman 2019-06-10 00:21:41 -04:00
  • 1c75945dc4 nsp: Use title ID from NPDM metadata for extracted type NSPs Avoids 0 being used as title ID for all extracted NSPs. Zach Hilman 2019-06-10 00:19:23 -04:00
  • 425cdf946c arm_dynarmic: Check if jit is nullptr when preparing reschedule Prevents crash with multiprocess loading. Zach Hilman 2019-06-10 00:14:25 -04:00
  • 511bf3435d yuzu_tester: Display results in table format Zach Hilman 2019-05-26 13:59:48 -04:00
  • f279e792b7 yuzutest: Support multiple tests per executable Zach Hilman 2019-04-04 18:05:57 -04:00
  • 5ddc9cede5 yuzu_tester: Add 'yuzutest' service Zach Hilman 2019-03-25 20:31:16 -04:00
  • ae5a46256e yuzu_tester: Add SDL2-based EmuWindow that doesn't show the window Zach Hilman 2019-03-25 20:30:57 -04:00
  • 819006d0d3 yuzu_tester: Use config, icon, and main from yuzu-cmd Zach Hilman 2019-03-25 20:30:36 -04:00
  • c508a8d82a yuzu_tester: Add project subdirectory Zach Hilman 2019-03-25 20:29:31 -04:00
  • 364932df3a Merge pull request #2571 from lioncash/ref Zach Hilman 2019-06-09 20:43:57 -04:00
  • 4486103e1d Merge pull request #2570 from lioncash/svc Zach Hilman 2019-06-09 20:43:03 -04:00
  • fea6568955 kernel/process: Make Create()'s name parameter be taken by value Lioncash 2019-06-09 18:47:34 -04:00
  • 3f87664d8f kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap Lioncash 2019-06-09 18:20:20 -04:00
  • c1a8f684df kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() Lioncash 2019-06-09 18:12:02 -04:00
  • 81b1102090 kernel/svc: Remove duplicate enum entry in svcGetInfo() Lioncash 2019-06-09 18:08:37 -04:00
  • f79823fda7 GPUVM: Correct GPU VM virtual address space Fernando Sahmkow 2019-06-09 17:47:15 -04:00
  • 834e07d639 Merge pull request #2564 from ReinUsesLisp/block-dim-x-fix Zach Hilman 2019-06-08 14:09:02 -04:00
  • 9a84f428e1 Merge pull request #2567 from FearlessTobi/patch-1 Zach Hilman 2019-06-08 13:56:53 -04:00
  • 9738dc3058 .github: Create FUNDING.yml Tobias 2019-06-08 17:00:32 +02:00
  • ac54f1a967 Merge pull request #2553 from lioncash/language Zach Hilman 2019-06-07 21:46:08 -04:00
  • 528c15051c kepler_compute: Use std::array for cbuf info ReinUsesLisp 2019-06-07 20:36:22 -03:00
  • 17d5fb6d06 kepler_compute: Fix block_dim_x encoding ReinUsesLisp 2019-06-07 20:35:46 -03:00
  • 4ec8a3df08 gl_shader_cache: Use static constructors for CachedShader initialization ReinUsesLisp 2019-05-30 21:56:37 -03:00
  • 5669ff3cbd gl_rasterizer: Remove unused parameters in descriptor uploads ReinUsesLisp 2019-06-07 19:52:16 -03:00
  • 2f2a61887a video_core/engines: Move ConstBufferInfo out of Maxwell3D ReinUsesLisp 2019-05-31 17:33:21 -03:00
  • 357ea15a39 Merge pull request #2293 from DarkLordZach/system-constants Zach Hilman 2019-06-07 18:39:37 -04:00
  • 11f2f0f45c constants: Extract backup JPEG used by account services Zach Hilman 2019-06-07 17:46:52 -04:00
  • de33ad25f5 Merge pull request #2514 from ReinUsesLisp/opengl-compat Zach Hilman 2019-06-07 17:23:25 -04:00
  • fe8e6618f2 shader: Split SSY and PBK stack ReinUsesLisp 2019-06-02 18:52:07 -03:00
  • cd2d9628c9 Merge pull request #2558 from ReinUsesLisp/shader-nodes bunnei 2019-06-06 22:31:46 -04:00
  • 9db119f8a2 kernel_executable: Optimize BLZ decompression Zach Hilman 2019-06-06 19:20:15 -04:00
  • dec1cbaf7f cmake: Add missing shader hash file entries ReinUsesLisp 2019-06-06 20:11:48 -03:00