summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2021-04-24VideoCommon: Fix scissorOffset, handle negative value correctlyezio1900
2021-04-18Merge pull request #7214 from stenzek/cp-access-syncJMC47
2021-04-18Fifo: Run/sync with the GPU on command processor register accessStenzek
2021-04-11DriverDetails: Fix broken vector bitwise AND on Mali driverssspacelynx
2021-04-06Skip loading unknown XF registers in the FIFO playerPokechu22
2021-04-06Track and log CP commands 0x00/0x10/0x20 differently from other unknown commandsPokechu22
2021-04-06Log a warning for inexact uses of MATINDEX or VCD commandsPokechu22
2021-04-06Add game quirks for unknown BP/CP/XF commandsPokechu22
2021-04-03Merge pull request #9621 from Pokechu22/cassertLéo Lam
2021-04-02Replace uses of cassert with Common/Assert.hPokechu22
2021-04-02VertexShaderGen: Sonic epsilon hack for OpenGL ESblåhaj
2021-04-01Merge pull request #8747 from iwubcode/map-freelookJMC47
2021-03-26Refactor CP array constants slightlyPokechu22
2021-03-18FreeLook: update camera and manager to use a delta time for movement (in case...iwubcode
2021-03-17VideoCommon: update FreeLook camera to add quaternion based rotation, fix orb...iwubcode
2021-03-17Merge pull request #9494 from Dentomologist/convert_arm64reg_to_enum_classJosJuice
2021-03-13Arm64Gen: Convert ARM64Reg to enum classDentomologist
2021-03-07FreeLookCamera: Add override specifiersDentomologist
2021-03-07FreeLookCamera: Remove unused variableDentomologist
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