summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2022-07-17Fix OpenGL error on M1 Mac.Joon Park
2022-07-17Merge pull request #10747 from tellowkrinkle/LateUIDFixupJMC47
2022-07-16Add notes about precision of YUV->RGB conversion factors for XFBPokechu22
2022-07-16Rework TextureConversionShader for hardware accuracy and simplicityPokechu22
2022-07-16Rework TextureConverterShaderGen for hardware accuracy and simplicityPokechu22
2022-07-16Restructure parameters to TetxureConverterShaderGen/TextureConversionShaderPokechu22
2022-07-15VideoCommon: Remove dstalpha from BlendingStateTellowKrinkle
2022-07-15VideoCommon: Always use fbfetch in ubershaders if availableTellowKrinkle
2022-07-15Add extra Low and High fields to CopyFilterCoefficientsPokechu22
2022-07-15Create dedicated enum for EFB/XFB gamma correctionPokechu22
2022-07-15Only use intensity formats if both intensity_fmt and auto_conv are setPokechu22
2022-07-15Rename EFB copy bit 2 from yuv to unknown_bitPokechu22
2022-07-15Use fmt::to_string for texture format overlayPokechu22
2022-07-15Remove casts to integers for texture and EFB formatsPokechu22
2022-07-13VideoCommon: Better driver bug handlingTellowKrinkle
2022-07-13Merge pull request #10777 from tellowkrinkle/EFBFlushJMC47
2022-07-13Merge pull request #10842 from tellowkrinkle/ClearBackendInfoJMC47
2022-07-13VideoCommon: Clear backend_info before populatingTellowKrinkle
2022-07-13VideoCommon: Properly mask fbfetch logic op emulationTellowKrinkle
2022-07-10Merge pull request #10749 from tellowkrinkle/IntelUbershadersJMC47
2022-07-09ShaderCache: Fix inverted usage of palette_format.Admiral H. Curtiss
2022-07-08Merge pull request #10819 from Dentomologist/fix_shader_compilation_warningsJMC47
2022-07-08Merge pull request #10673 from iwubcode/spirv-backendsJMC47
2022-07-08VideoCommon: Fix D3D shader warning X3557 (single iteration loop)Dentomologist
2022-07-08VideoCommon: Fix D3D shader warning X4000 (uninitialized variables)Dentomologist
2022-07-08VideoCommon: Fix D3D shader warning X3571 (negative base for pow())Dentomologist
2022-07-06VideoCommon: Remember to flush command buffers after multiple EFB copiesTellowKrinkle
2022-07-02Merge pull request #8467 from CookiePLMonster/interruptable-shader-precompileAdmiral H. Curtiss
2022-07-02Merge pull request #10624 from Minty-Meeo/resolve-gcc-warningsJosJuice
2022-06-30Resolve GCC WarningsMinty-Meeo
2022-06-29VideoCommon: fix projection graphics mod affecting more than the intended dra...iwubcode
2022-06-27VideoCommon: dump EFB with size and texture format details and dump XFB with ...iwubcode
2022-06-27VideoCommon: support dynamically updating game mods at runtimeiwubcode
2022-06-27VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...iwubcode
2022-06-27VideoCommon: add UninitializeEFBMemory to mirror XFB functioniwubcode
2022-06-27Core / DolphinQt / VideoCommon: add setting for enabling graphic modsiwubcode
2022-06-27VideoCommon: add logic to handle a GraphicsMod while Dolphin is runningiwubcode
2022-06-27VideoCommon: add logic to read a GraphicsMod from configurationiwubcode
2022-06-26VideoCommon: add game mod constantsiwubcode
2022-06-26VideoCommon: create variables for EFB/XFB copy prefix. Reword prefix to 'efb...iwubcode
2022-06-26VideoCommon: add a way to get have a graphics directory count for all games b...iwubcode
2022-06-26VideoCommon: add support for setting and getting the stage from the texture infoiwubcode
2022-06-26VideoCommon: add function to check whether TextureFormat is a valid valueiwubcode
2022-06-24VideoCommon: enable optimizer and remove debug details when converting GLSL t...iwubcode
2022-06-24VideoBackends / VideoCommon: refactor Vulkan to use new SPIRV functionalityiwubcode
2022-06-24VideoCommon: update pixel shader output to match old D3D codeiwubcode
2022-06-24VideoCommon: fix support of stereoscopic rendering after moving d3d to SPIRV ...iwubcode
2022-06-24VideoCommon: update UberShaderPixel to properly support logic ops, matching t...iwubcode
2022-06-24D3D / VideoCommon: generate HLSL from SPIRViwubcode
2022-06-24VideoCommon: add common spirv helper functionsiwubcode