1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-26 21:20:50 -06:00

Commit Graph

  • 762bf6a522 Merge pull request #626 from Subv/shader_sync bunnei 2018-07-05 12:54:19 -04:00
  • 637f9d780a Merge pull request #624 from Subv/f2f_round bunnei 2018-07-05 11:30:29 -04:00
  • 956b5db52e Merge pull request #623 from Subv/vertex_types bunnei 2018-07-05 11:30:01 -04:00
  • 8b815877a6 Merge pull request #622 from Subv/unused_tex bunnei 2018-07-05 11:29:17 -04:00
  • 1b0a74e23f Merge pull request #621 from Subv/psetp_ bunnei 2018-07-05 11:28:50 -04:00
  • 9a3c0b161e Merge pull request #620 from Subv/depth_z32f bunnei 2018-07-05 11:09:15 -04:00
  • b0c92b80b1 GPU: Implemented the IMNMX shader instruction. Subv 2018-07-04 15:25:48 -05:00
  • d800a02b4b GPU: Implemented the F2F 'round' rounding mode. Subv 2018-07-04 15:24:04 -05:00
  • 77cfe4f027 GPU: Stub the shader SYNC and DEPBAR instructions. Subv 2018-07-04 15:29:51 -05:00
  • ce39ae3e57 GPU: Implement the Size_16_16 and Size_10_10_10_2 vertex attribute types. Subv 2018-07-04 15:22:34 -05:00
  • 4bda9693be GPU: Ignore textures that the GLSL compiler deemed unused when binding textures to the shaders. Subv 2018-07-04 15:20:12 -05:00
  • c42b818cf9 GPU: Corrected the decoding for the TEX shader instruction. Subv 2018-07-04 15:19:20 -05:00
  • 53a55bd751 GPU: Implemented the PSETP shader instruction. Subv 2018-07-04 15:15:03 -05:00
  • 2355460d7c Merge pull request #619 from Subv/flip_cull bunnei 2018-07-04 12:13:38 -04:00
  • 016e357c75 GPU: Implemented the 32 bit float depth buffer format. Subv 2018-07-04 10:42:33 -05:00
  • c1bebdef5e GPU: Flip the triangle front face winding if the GPU is configured to not flip the triangles. Subv 2018-07-04 10:26:46 -05:00
  • 81a44d38ee Merge pull request #618 from Subv/clear_used_buffers bunnei 2018-07-04 00:12:46 -04:00
  • 5a9df3c675 GPU: Only configure the used framebuffers during clear. Subv 2018-07-03 22:32:59 -05:00
  • c996787d84 Merge pull request #609 from Subv/clear_buffers bunnei 2018-07-03 19:34:34 -04:00
  • 4030f600dc Merge pull request #616 from bunnei/s8z24 bunnei 2018-07-03 18:26:31 -04:00
  • 78443a7f29 GPU: Factor out the framebuffer configuration code for both Clear and Draw commands. Subv 2018-07-03 16:55:44 -05:00
  • c1811ed3d1 GPU: Support clears that don't clear the color buffer. Subv 2018-07-02 19:09:03 -05:00
  • be51120d23 GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to. Subv 2018-06-06 23:54:25 -05:00
  • 827bb08c91 GPU: Added registers for the CLEAR_BUFFERS and CLEAR_COLOR methods. Subv 2018-06-06 23:53:43 -05:00
  • c164f02c48 Merge pull request #613 from jroweboy/qt-style bunnei 2018-07-03 17:48:29 -04:00
  • 9da1552417 gl_rasterizer_cache: Implement PixelFormat S8Z24. bunnei 2018-07-03 14:05:13 -04:00
  • 6ff20dc6a7 Add qt windowsvistastyle dll to the build James Rowe 2018-07-02 20:31:21 -06:00
  • 3dab0e284b Update AudioRenderer Voice Sections (#614) David 2018-07-04 03:09:11 +10:00
  • 15e68cdbaa Merge pull request #607 from jroweboy/logging bunnei 2018-07-03 00:26:45 -04:00
  • e3ca561ea0 Merge pull request #612 from bunnei/fix-cull bunnei 2018-07-02 23:48:52 -04:00
  • ddb767f1b6 Merge pull request #611 from Subv/enabled_depth_test bunnei 2018-07-02 23:47:11 -04:00
  • 5410b4659d Merge pull request #610 from Subv/mufu_8 bunnei 2018-07-02 22:26:42 -04:00
  • a9cacd03f6 gl_rasterizer: Only set cull mode and front face if enabled. bunnei 2018-07-02 22:22:25 -04:00
  • 6e0eba9917 GPU: Use only the least significant 3 bits when reading the depth test func. Subv 2018-07-02 21:06:36 -05:00
  • 65c664560c GPU: Don't try to parse the depth test function if the depth test is disabled. Subv 2018-07-02 21:02:46 -05:00
  • 76b475faf7 Fix build and address review feedback bunnei 2018-07-02 21:39:22 -04:00
  • 6269a01b4e Add configurable logging backends James Rowe 2018-07-02 11:10:41 -06:00
  • 0d46f0df12 Update clang format James Rowe 2018-07-02 10:20:50 -06:00
  • 638956aa81 Rename logging macro back to LOG_* James Rowe 2018-07-02 10:13:26 -06:00
  • 92c7135065 Merge pull request #608 from Subv/depth bunnei 2018-07-02 21:24:43 -04:00
  • a6d4903aaf GPU: Set up the culling configuration on each draw. Subv 2018-07-02 13:33:41 -05:00
  • 6e4e0b2b41 GPU: Implemented MUFU suboperation 8, sqrt. Subv 2018-07-02 19:48:15 -05:00
  • 055f1546d7 Merge pull request #606 from Subv/base_vertex Sebastian Valle 2018-07-02 14:07:38 -05:00
  • 79167fc989 Merge pull request #603 from Subv/nvmap_free Sebastian Valle 2018-07-02 14:07:17 -05:00
  • 9685dd5840 Merge pull request #605 from Subv/dma_copy Sebastian Valle 2018-07-02 14:06:56 -05:00
  • 18c8ae7750 GPU: Set up the depth test state on every draw. Subv 2018-07-02 13:33:06 -05:00
  • d480b63e0d MaxwellToGL: Added conversion functions for depth test and cull mode. Subv 2018-07-02 13:31:49 -05:00
  • c1f55c32c8 GPU: Added registers for depth test and cull mode. Subv 2018-07-02 13:31:20 -05:00
  • 0f929762b3 GPU: Implemented the Z24S8 depth format and load the depth framebuffer. Subv 2018-07-02 12:42:04 -05:00
  • 4c59105adf GPU: Implement offsetted rendering when using non-indexed drawing. Subv 2018-07-02 11:23:36 -05:00
  • fca3d1cc65 GPU: Fixed the index offset rendering, and implemented the base vertex functionality. Subv 2018-07-02 11:22:17 -05:00
  • cc73bad293 GPU: Added register definitions for the vertex buffer base element. Subv 2018-07-02 11:21:23 -05:00
  • 3d41fdfbba Merge pull request #604 from Subv/invalid_textures bunnei 2018-07-02 11:48:18 -04:00
  • ca633a5a3c GPU: Directly copy the pixels when performing a same-layout DMA. Subv 2018-07-02 09:46:33 -05:00
  • 80c5e8ae99 GPU: Ignore disabled textures and textures with an invalid address. Subv 2018-07-02 09:43:38 -05:00
  • e9d147349b GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses. Subv 2018-07-02 09:42:48 -05:00
  • 6c0c81dfdc GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU. Subv 2018-07-01 10:50:06 -05:00
  • a093feca62 nvmap: Return the address of the nvmap object when Freeing it for the last time. Subv 2018-07-01 10:48:50 -05:00
  • 066d6184d4 Merge pull request #602 from Subv/mufu_subop bunnei 2018-07-01 11:06:04 -04:00
  • b611d852db Merge pull request #601 from Subv/rgba32_ui bunnei 2018-07-01 03:22:38 -04:00
  • 85a60e2044 Merge pull request #600 from bunnei/pred-not-eq-nan bunnei 2018-07-01 03:22:11 -04:00
  • f33e406ff2 GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" operation. Subv 2018-06-30 14:48:25 -05:00
  • c0e2d52758 GPU: Implemented the RGBA32_UINT rendertarget format. Subv 2018-06-30 14:23:13 -05:00
  • b11072d54a GLCache: Specify the component type along the texture type in the format tuple. Subv 2018-06-30 14:08:51 -05:00
  • c96da97630 gl_shader_decompiler: Implement predicate NotEqualWithNan. bunnei 2018-06-30 03:00:39 -04:00
  • 50ef2beb58 Merge pull request #595 from bunnei/raster-cache bunnei 2018-06-29 14:07:28 -04:00
  • c18425ef98 gl_rasterizer_cache: Only dereference color_surface/depth_surface if valid. bunnei 2018-06-29 13:08:08 -04:00
  • da2bdbc0d7 Merge pull request #588 from mailwl/hwopus bunnei 2018-06-27 21:57:21 -04:00
  • 7fa9177830 gl_shader_decompiler: Add a return path for unknown instructions. bunnei 2018-06-27 01:14:34 -04:00
  • 1dd754590f gl_rasterizer_cache: Implement caching for texture and framebuffer surfaces. bunnei 2018-06-26 16:14:14 -04:00
  • 8af1ae46aa gl_rasterizer_cache: Various fixes for ASTC handling. bunnei 2018-06-26 15:05:13 -04:00
  • c7c379bd19 gl_rasterizer_cache: Use SurfaceParams as a key for surface caching. bunnei 2018-06-26 14:59:45 -04:00
  • 6a28a66832 maxwell_3d: Add a struct for RenderTargetConfig. bunnei 2018-06-26 14:38:53 -04:00
  • 1bbbd26563 settings: Add a configuration for use_accurate_framebuffers. bunnei 2018-06-26 14:36:26 -04:00
  • 3f9f047375 gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers. bunnei 2018-06-24 17:42:29 -04:00
  • ff6785f3e8 gl_rasterizer_cache: Cache size_in_bytes as a const per surface. bunnei 2018-06-24 17:28:06 -04:00
  • 9f2f819bb6 gl_rasterizer_cache: Refactor to make SurfaceParams members const. bunnei 2018-06-24 09:50:08 -04:00
  • 5f57ab1b2a gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfaces. bunnei 2018-06-21 19:36:01 -04:00
  • 84cadf9918 Merge pull request #594 from bunnei/max-constbuff bunnei 2018-06-27 00:06:23 -04:00
  • 10422f3c18 gl_rasterizer: Workaround for when exceeding max UBO size. bunnei 2018-06-26 23:07:34 -04:00
  • dfac394e60 Merge pull request #593 from bunnei/fix-swizzle bunnei 2018-06-26 22:05:49 -04:00
  • 73de9bab1a Merge pull request #592 from bunnei/cleanup-gl-state bunnei 2018-06-26 22:05:03 -04:00
  • 0399d98cd9 Merge pull request #591 from bunnei/fix-rgb565 bunnei 2018-06-26 22:04:42 -04:00
  • 8447d20a11 gl_state: Fix state management for texture swizzle. bunnei 2018-06-26 16:58:35 -04:00
  • 20b58bab9c gl_state: Remove unused state management from 3DS. bunnei 2018-06-26 16:42:06 -04:00
  • 41b3725d28 gl_rasterizer_cache: Fix inverted B5G6R5 format. bunnei 2018-06-26 15:07:06 -04:00
  • 2981408722 Merge pull request #590 from bunnei/rm-ssbo-check bunnei 2018-06-26 14:28:56 -04:00
  • 1669911b1d yuzu: Remove SSBOs check from Qt frontend. bunnei 2018-06-26 11:28:56 -04:00
  • 36dedae842 Merge pull request #554 from Subv/constbuffer_ubo bunnei 2018-06-26 10:25:56 -04:00
  • 1da0ee57fd Merge pull request #589 from mailwl/fix-crash bunnei 2018-06-26 01:01:10 -04:00
  • ad39bab271 Fix crash at exit mailwl 2018-06-25 18:01:08 +03:00
  • c9e821e93e Send the correct RequestUpdateAudioRenderer revision in the output header (#587) David 2018-06-26 00:34:41 +10:00
  • 11fb17054e Service/Audio: add hwopus service, stub GetWorkBufferSize function mailwl 2018-06-25 16:44:17 +03:00
  • 23dc36ed71 Improve directory creation in WindowsCopyFiles.cmake Michał Janiszewski 2018-06-24 21:27:00 +02:00
  • 838724c588 Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) David 2018-06-24 10:46:29 +10:00
  • 0b831dd2ba Revert "Use Ninja for MSVC AppVeyor builds" (#584) bunnei 2018-06-23 03:17:32 -04:00
  • 81f24f5685 Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580) David 2018-06-23 12:22:33 +10:00
  • ea1880f47c Merge pull request #526 from janisozaur/appveyor-ninja bunnei 2018-06-22 14:28:26 -04:00
  • 6d7941042b Merge pull request #579 from SciresM/master bunnei 2018-06-22 12:08:39 -04:00
  • 52a78228dd Merge pull request #581 from mailwl/empty-buf-skip bunnei 2018-06-22 10:26:09 -04:00