summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
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-06Fix typo with ztex2 op in UseVertexDepthRangePokechu22
2021-03-06Rename BPMEM_EFB_BR to BPMEM_EFB_WHPokechu22
2021-03-06Use XFMEM_REGISTERS_START/END in XFRegWritten and LoadXFRegPokechu22
2021-03-06Add names and descriptions for regular XF memoryPokechu22
2021-03-06Add names and descriptions for XF registers to the FIFO analyzerPokechu22
2021-03-06Convert XFMemory to BitField and enum classPokechu22
2021-03-06Add names and descriptions for CP registers to the FIFO analyzerPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2021-03-06Create constants for CP registers and masksPokechu22
2021-02-11VideoCommon: Join the prefetch thread before clearing to avoid a potential cr...iwubcode
2021-01-28Merge pull request #9366 from iwubcode/freelook_camera_quaternionLéo Lam
2021-01-27VideoCommon: use Quaternion for Free Look orientationiwubcode
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2021-01-27rename Core/Analytics to Core/DolphinAnalyticsShawn Hoffman
2021-01-17Arm64Emitter: Convert ShiftType to enum classDentomologist
2021-01-15Arm64Emitter: Convert IndexType to enum classDentomologist
2021-01-05Merge pull request #9323 from waddlesplash/haikuLéo Lam
2021-01-05Fix a couple of typosFilippo Tarpini
2021-01-02Rehabilitate Haiku support.waddlesplash
2020-12-26VideoCommon: Fix crash that occurs on loading a fifo log due to uninitialized...iwubcode
2020-12-24VideoCommon: Update active config when we check for config changes, this ensu...iwubcode
2020-12-24VideoCommon: Add 'Active' state to FreelookCamera to future proof if we ever ...iwubcode
2020-12-24VideoCommon: Update Free Look camera with settings change...iwubcode
2020-12-24Core / VideoCommon: Remove old Free Look configiwubcode
2020-12-24VideoCommon: Change 'Zoom' to 'MoveForward' since it really isn't a zoomiwubcode
2020-12-24VideoCommon: Add speed to Free Look cameraiwubcode
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-12-16Fix -Wclass-memaccess warningsLéo Lam
2020-12-15Add NetBSD supportDavid Carlier
2020-12-11Merge pull request #9289 from AdmiralCurtiss/simple-png-api-writeLéo Lam
2020-12-05Merge pull request #9275 from JosJuice/framedump-boot-timeLéo Lam
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-27FrameDump: Start timing at 0 ticks when starting from bootJosJuice
2020-11-26VideoCommon: Use Common::SavePNG() to write textures.Admiral H. Curtiss
2020-11-26Core: Remove commented out logsLioncash
2020-11-23Fix vertex ubershader GLES compile errorsJosJuice
2020-11-22FrameDump: Re-add call to av_register_allJosJuice
2020-11-20LightingShaderGen: Always calculate lighting for both color channelsStenzek
2020-11-20Fix translatable strings which contain non-positional argumentsJosJuice
2020-11-20Merge pull request #9239 from altimumdelta/FFDUMP_Separate_LoggingLéo Lam
2020-11-17VideoCommon: Migrate over to fmtLioncash
2020-11-10FrameDump Logging: Separate log type and migrate to fmtaltimumdelta
2020-11-09ShaderGenCommon: Rename WriteFmt() to Write()Lioncash
2020-11-09Merge pull request #9197 from lioncash/uber-pixelLC
2020-11-05Common/LinearDiskCache: Replace std::fstream with File::IOFileJosJuice
2020-10-29Merge pull request #9141 from Techjar/but-for-how-longJMC47