summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPMemory.h
AgeCommit message (Expand)Author
2025-08-23VideoBackends / VideoCommon: rename member variables in RenderState to be con...iwubcode
2023-11-11Add descriptions for more BP registersPokechu22
2023-11-11Clarify per-texture tmem information in the fifo analyzerPokechu22
2023-11-11Convert BPMEM_LOADTLUT1 to a structPokechu22
2023-11-11Enhance description of BPMEM_PRELOAD_MODE in the fifo analyzerPokechu22
2023-11-11Rename bpmem.copyMipMapStrideChannels to bpmem.copyDestStridePokechu22
2023-11-11Fix typo in comment for bpmem.texcoordsPokechu22
2023-09-21fmt 10.0.0-10.1.1 compile fixesget
2022-08-29Fifo analyzer: Improve some BP descriptionsPokechu22
2022-08-29BPMemory: Make TevKSel more clearPokechu22
2022-08-29BPMemory: Use even/odd in TwoTevStageOrders instead of 0/1Pokechu22
2022-08-29BPMemory: Improve consistency of hex offset commentsPokechu22
2022-07-17Merge pull request #10747 from tellowkrinkle/LateUIDFixupJMC47
2022-07-15Add extra Low and High fields to CopyFilterCoefficientsPokechu22
2022-07-15Create dedicated enum for EFB/XFB gamma correctionPokechu22
2022-07-15Rename EFB copy bit 2 from yuv to unknown_bitPokechu22
2022-07-13VideoCommon: Better driver bug handlingTellowKrinkle
2022-05-10fmt: fix 'ambigous overload' errorShawn Hoffman
2022-04-16VideoCommon: Create dedicated structs for scissor pos/offsetPokechu22
2022-01-13Fix non-constexpr format stringsPokechu22
2022-01-13Fix ambiguous uses of format_toPokechu22
2022-01-13Make all fmt::formatter constructors constexprPokechu22
2022-01-13Make all custom fmt::formatter's format functions constPokechu22
2021-12-20Fifo analyzer: Rename mipmap filter to half scale for EFB copiesPokechu22
2021-12-18BPMemory: Correct spelling of MaxAnisoPokechu22
2021-12-18Fifo analyzer: Display equations for color/alpha combinersPokechu22
2021-12-18Refactor OpcodeDecoding and FIFO analyzer to use callbacksPokechu22
2021-11-25Delay singlecore gpu interruptsScott Mansell
2021-10-10BPMemory: Refactor/consolidate TexUnit AddressingScott Mansell
2021-10-10BPMem: Abstract TexUnit Addressing into structScott Mansell
2021-09-01BPMemory: Make ZTexOp enum an enum classLioncash
2021-07-27Remove note about anisotropic filtering requiring edge LODPokechu22
2021-07-20WrapMode=3 behaves the same as ClampPokechu22
2021-07-11Use separate fmt::formatters for each indirect matrix columnPokechu22
2021-07-11Ignore the top bit of the indirect texture matrix scalePokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-07Split TevStageIndirect::mid into matrix_index and matrix_idPokechu22
2021-05-07Add 1 when displaying the number of TEV stagesPokechu22
2021-05-07Correct indirect stage ref typosPokechu22
2021-04-24VideoCommon: Fix scissorOffset, handle negative value correctlyezio1900
2021-03-06Use formatters in GetBPRegInfo; add missing commandsPokechu22
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-03-06Add FogParam0::FloatValue and FogParam3::FloatValuePokechu22
2021-03-06Rename BPMEM_EFB_BR to BPMEM_EFB_WHPokechu22
2020-05-13Externals: Add zstdJosJuice
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2018-05-28BPMemory: Silence a -Wmissing-braces warningLioncash
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-29VideoSoftware: Implement xfb copy filter (Deflickering/Brightness)Scott Mansell