summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2018-12-27Add missing uintBitsToFloat to SetRegisterToHalfFloatRodolfo Bogado
2018-12-27Merge pull request #1892 from Tinob/masterbunnei
2018-12-26renderer_opengl: Correct forward declaration of FramebufferLayoutLioncash
2018-12-26Apply CC test to the final value to be stored in the registerRodolfo Bogado
2018-12-26Fixed shader linking error due to TLDS (#1934)David
2018-12-26shader_bytecode: Fixup TEXS.F16 encodingReinUsesLisp
2018-12-23Merge pull request #1886 from FearlessTobi/port-4164bunnei
2018-12-22Includde saturation in the evaluation of the control codeRodolfo Bogado
2018-12-22Handle RZ cases evaluating the expression instead of the register value.Rodolfo Bogado
2018-12-22complete emulation of ZeroFlagRodolfo Bogado
2018-12-21Merge pull request #1921 from ogniK5377/no-unitbunnei
2018-12-21Merge pull request #1920 from heapo/texture_format_selectionbunnei
2018-12-19Merge pull request #1909 from heapo/shadow_sampling_fixesbunnei
2018-12-19hopefully fix clang format issueDavid Marcec
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-12-18Texture format fixes: Flag RGBA16UI as GL_RGBA_INTEGER format, and interpret ...heapo
2018-12-18shader_bytecode: Fixup half float's operator B encodingReinUsesLisp
2018-12-17Implement postfactor multiplication/division for fmul instructionsheapo
2018-12-17Fix arrayed shadow sampler array slice/depth comparison ordering, as well as ...heapo
2018-12-11Merge pull request #1893 from lioncash/warnbunnei
2018-12-11Merge pull request #1888 from marcosvitali/glFrontFacingbunnei
2018-12-10gl_shader_cache: Dehardcode constant in CalculateProgramSize()Lioncash
2018-12-10gl_shader_cache: Resolve truncation compiler warningLioncash
2018-12-10Merge pull request #1740 from FernandoS27/shader_propsbunnei
2018-12-09gl_shader_decompiler: IPA FrontFacing: the right value when is the front face...Marcos Vitali
2018-12-09Implemented a shader unique identifier.Fernando Sahmkow
2018-12-07gl_shader_decompiler: TLDS/TLD4/TLD4S Reworked reflecting the source register...Marcos Vitali
2018-12-06Merge pull request #1824 from ReinUsesLisp/fbcachebunnei
2018-12-05gl_shader_decompiler: Implement TEXS.F16ReinUsesLisp
2018-12-05gl_shader_decompiler: Fixup inverted ifReinUsesLisp
2018-12-04Improve msvc codegen for hot-path array LUTsheapo
2018-12-04Rewrited TEX/TEXS (TEX Scalar). (#1826)Marcos
2018-12-04Merge pull request #1854 from Subv/old_command_processorbunnei
2018-12-03Removed unused file.Subv
2018-12-03GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.Subv
2018-12-03Merge pull request #1822 from ReinUsesLisp/glsl-scopebunnei
2018-12-01Merge pull request #1827 from ReinUsesLisp/clip-and-shaderbunnei
2018-12-01Merge pull request #1825 from ReinUsesLisp/shader-pipeline-cachebunnei
2018-12-01Merge pull request #1795 from ReinUsesLisp/vc-cleanupbunnei
2018-12-01Merge pull request #1823 from bunnei/fix-surface-copybunnei
2018-12-01Fix debug buildLioncash
2018-11-29gl_rasterizer_cache: Update AccurateCopySurface to flush complete source surf...bunnei
2018-11-29gl_rasterizer: Enable clip distances when set in register and in shaderReinUsesLisp
2018-11-29gl_rasterizer: Implement a framebuffer cacheReinUsesLisp
2018-11-29gl_shader_manager: Update pipeline when programs have changedReinUsesLisp
2018-11-28gl_rasterizer_cache: Remove BlitSurface and replace with more accurate copy.bunnei
2018-11-28gl_shader_decompiler: Remove texture temporal in TLD4ReinUsesLisp
2018-11-28gl_shader_decompiler: Flip negated if else statementReinUsesLisp
2018-11-28gl_shader_decompiler: Use GLSL scope on instructions unrelated to texturesReinUsesLisp