summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2021-04-24VideoCommon: Fix scissorOffset, handle negative value correctlyezio1900
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-03-06Convert XFMemory to BitField and enum classPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2021-02-13Software: Implement pointsPokechu22
2021-02-13Software: Fix line-width effectsPokechu22
2021-02-12Software: Always divide the texture coordinates by q.Pokechu22
2021-02-11Merge pull request #9424 from Pokechu22/sw-no-special-caseLéo Lam
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-03Software: Remove normalization special casePokechu22
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-12-16Fix -Wclass-memaccess warningsLéo Lam
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-20Software: Use same logic for colors as hardware backendsStenzek
2020-11-09Software: Migrate logging over to fmtLioncash
2020-09-06Make default graphics backend not show up as emptyJosJuice
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-07-18Use range loop (if possible)Filip Gawin
2020-05-24FramebufferManager: Copy to color format for depth readbacks on GLESStenzek
2020-03-25Remove warnings of -Wsign-compareJun Su
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-12-07Merge pull request #8513 from lioncash/bounding-boxAnthony
2019-12-05VideoCommon/BoundingBox: Make interface for querying bounding box dataLioncash
2019-12-05VideoCommon/IndexGenerator: Eliminate static stateLioncash
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-07-26Factorize software renderer backend switching warning to be fetched from a ne...Silent
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-06-20VideoCommon/Statistics: Use std::array for projection valuesLioncash
2019-06-08Merge pull request #8049 from stenzek/cropConnor McLaughlin
2019-05-31VideoSoftware/CMakeLists: Specify headers in target sourcesLioncash
2019-05-30VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()Lioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-05-04Merge pull request #7839 from ShFil119/impr/redundantLéo Lam
2019-04-30Remove redundant initializationFilip Gawin
2019-04-28Renderer: Adjust target rectangle in the base classStenzek
2019-04-28Turn EFB_WIDTH/EFB_HEIGHT into constexprJosJuice
2019-04-21Replace EFBRectangle/TargetRectangle with MathUtil::RectangleStenzek
2019-04-21TextureCache: Use linear filtering on y-scaled and >1xIR VRAM copiesStenzek
2019-04-16AbstractPipeline: Support returning "cache data"Stenzek
2019-03-09VideoConfig: Add SupportsPartialDepthCopies to backend infoStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-01-25Decouple XFB scanout from presentationStenzek
2019-01-25VideoBackends: Store a backbuffer 'scale'Stenzek
2019-01-25Remove old RasterFont classesStenzek
2019-01-25Renderer: Use imgui for drawing debug text and OSDStenzek
2018-12-04Use main buffers for utility drawsStenzek