| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gl_shader_decompiler: Fixup clip distance index | 2018-11-27 | 1 | -1/+1 | |
| * | gl_rasterizer: Fixup for #1723. | 2018-11-27 | 1 | -1/+1 | |
| * | morton: Fixup compiler warning | 2018-11-26 | 1 | -1/+2 | |
| * | Merge pull request #1794 from Tinob/master | 2018-11-26 | 2 | -8/+32 | |
| |\ | |||||
| | * | Limit the amount of viewports tested for state changes only to the usable ones | 2018-11-25 | 1 | -2/+10 | |
| | * | Add support for viewport_transfom_enable register | 2018-11-24 | 2 | -6/+22 | |
| * | | Merge pull request #1723 from degasus/dirty_flags | 2018-11-26 | 9 | -6/+60 | |
| |\ \ | |||||
| | * | | gl_rasterizer: Skip VB upload if the state is clean. | 2018-11-17 | 9 | -6/+60 | |
| * | | | GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784) | 2018-11-26 | 5 | -5/+107 | |
| * | | | Merge pull request #1713 from FernandoS27/bra-cc | 2018-11-26 | 1 | -4/+14 | |
| |\ \ \ | |||||
| | * | | | Implemented BRA CC conditional and FSET CC Setting | 2018-11-24 | 1 | -4/+14 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1798 from ReinUsesLisp/y-direction | 2018-11-26 | 5 | -16/+26 | |
| |\ \ \ | |||||
| | * | | | gl_shader_decompiler: Implement S2R's Y_DIRECTION | 2018-11-25 | 5 | -16/+26 | |
| | |/ / | |||||
| * | | | Merge pull request #1763 from ReinUsesLisp/bfi | 2018-11-25 | 2 | -0/+23 | |
| |\ \ \ | |||||
| | * | | | gl_shader_decompiler: Implement BFI_IMM_R | 2018-11-21 | 2 | -0/+23 | |
| * | | | | Merge pull request #1760 from ReinUsesLisp/r2p | 2018-11-25 | 2 | -0/+42 | |
| |\ \ \ \ | |||||
| | * | | | | gl_shader_decompiler: Implement R2P_IMM | 2018-11-21 | 2 | -0/+42 | |
| | |/ / / | |||||
| * | | | | Merge pull request #1782 from FernandoS27/dc | 2018-11-25 | 1 | -116/+188 | |
| |\ \ \ \ | |||||
| | * | | | | Fix Texture Overlapping | 2018-11-24 | 1 | -43/+70 | |
| | * | | | | Fix TEXS Instruction encodings | 2018-11-23 | 1 | -22/+48 | |
| | * | | | | Fix one encoding in TEX Instruction | 2018-11-23 | 1 | -3/+3 | |
| | * | | | | Corrected inputs indexing in TEX instruction | 2018-11-23 | 1 | -66/+85 | |
| * | | | | | Merge pull request #1783 from ReinUsesLisp/clip-distances | 2018-11-25 | 3 | -21/+58 | |
| |\ \ \ \ \ | |||||
| | * | | | | | gl_shader_decompiler: Implement clip distances | 2018-11-23 | 3 | -21/+58 | |
| * | | | | | | Merge pull request #1796 from ReinUsesLisp/morton-move | 2018-11-25 | 6 | -345/+391 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | morton: Style changes | 2018-11-25 | 1 | -12/+12 | |
| | * | | | | | | video_core: Move morton functions to their own file | 2018-11-25 | 6 | -345/+391 | |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #1787 from bunnei/fix-gpu-mm | 2018-11-24 | 2 | -1/+9 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | memory_manager: Do not allow 0 to be a valid GPUVAddr. | 2018-11-23 | 2 | -1/+9 | |
| * | | | | | | Merge pull request #1725 from FernandoS27/gl43 | 2018-11-23 | 5 | -20/+13 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Removed pre 4.3 ARB extensions | 2018-11-21 | 5 | -20/+13 | |
| * | | | | | | | Merge pull request #1785 from Tinob/master | 2018-11-23 | 5 | -28/+95 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Add support for clear_flags register | 2018-11-24 | 5 | -28/+95 | |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #1769 from ReinUsesLisp/cc | 2018-11-23 | 2 | -70/+81 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | gl_shader_decompiler: Add a message for unimplemented cc generation | 2018-11-22 | 1 | -23/+46 | |
| | * | | | | | | gl_shader_decompiler: Rename internal flag strings | 2018-11-21 | 1 | -15/+20 | |
| | * | | | | | | gl_shader_decompiler: Rename control codes to condition codes | 2018-11-21 | 2 | -67/+50 | |
| * | | | | | | | Merge pull request #1744 from degasus/shader_cache | 2018-11-23 | 4 | -8/+24 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| | * | | | | | | shader_cache: Only lock covered instructions. | 2018-11-20 | 4 | -8/+24 | |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Added predicate comparison LessEqualWithNan (#1736) | 2018-11-23 | 2 | -5/+13 | |
| * | | | | | | Merge pull request #1756 from ReinUsesLisp/fix-textures | 2018-11-23 | 1 | -60/+78 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | gl_shader_decompiler: Fix register overwriting on texture calls | 2018-11-21 | 1 | -60/+78 | |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #1766 from FernandoS27/fix-txq | 2018-11-23 | 1 | -2/+12 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | Properly Implemented TXQ Instruction | 2018-11-21 | 1 | -2/+12 | |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #1775 from bunnei/blend-eq | 2018-11-22 | 2 | -0/+12 | |
| |\ \ \ \ \ | |||||
| | * | | | | | maxwell_3d: Implement alternate blend equations. | 2018-11-22 | 2 | -0/+12 | |
| * | | | | | | Merge pull request #1764 from bunnei/macrointerpreter | 2018-11-22 | 2 | -8/+25 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. | 2018-11-22 | 2 | -8/+25 | |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #1737 from FernandoS27/layer-copy | 2018-11-21 | 2 | -2/+30 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | Implemented Fast Layered Copy | 2018-11-19 | 2 | -2/+30 | |
| | | |/ / / | |/| | | | |||||