summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2021-12-18Remove parameters to SWVertexLoader::SetFormatPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-18Merge pull request #10222 from phire/fix-copy-filter-clampingJMC47
2021-11-17VideoCommon: Skip textureQueryLevels if it doesn't existPokechu22
2021-11-17Software: Adjust diagonal LOD implementationPokechu22
2021-11-17VideoCommon: Use coarse derivatives for Manual Texture Sampling if possiblePokechu22
2021-11-17Eliminate SamplerCommon::AreBpTexMode0MipmapsEnabledPokechu22
2021-11-17VideoSoftware: Fix copy filter clampingScott Mansell
2021-10-13Silence the -Wswitch warnings in TevFletcher Porter
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-10-10BPMemory: Refactor/consolidate TexUnit AddressingScott Mansell
2021-10-04VideoCommon: Abstract bounding boxTechjar
2021-08-30VideoBackends / VideoCommon: allow the ability to set debug names for shaders...iwubcode
2021-07-24Convert NaN to 1 when generating texture coordinatesPokechu22
2021-07-20Software: Handle texture wrapping more accuratelyPokechu22
2021-07-08Fix indirect textures when format is not ITF_8Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-23Merge pull request #9742 from Pokechu22/sw-resolutionJMC47
2021-06-20Software: Remove texinfo.sourcerow == SourceRow::Colors assertPokechu22
2021-06-09Hack to hide debug cubes in Super Mario SunshinePokechu22
2021-05-31VideoCommon: Restore BBox* forwarding functionsTechjar
2021-05-29VideoCommon: Remove BBox* forwarding functionsTechjar
2021-05-28VideoCommon: Move bounding box pixel quads rounding to shaderTechjar
2021-05-24Software: Fix bad backbuffer sizePokechu22
2021-05-22VideoCommon: Split BBox* functions into common and backend implementation var...Techjar
2021-05-07Software: Fix OOB tex coord indicesPokechu22
2021-05-07Split TevStageIndirect::mid into matrix_index and matrix_idPokechu22
2021-04-24Merge pull request #9646 from PatrickFerry/sw-textureencoder-alignedwidthLéo Lam
2021-04-23Merge pull request #9660 from ezio1900/masterJMC47
2021-04-24VideoCommon: Fix scissorOffset, handle negative value correctlyezio1900
2021-04-23Merge pull request #9321 from Pokechu22/sw-copyregionJMC47
2021-04-19SW: Fix alignedWidth in TextureEncoderPatrick A. Ferry
2021-03-06Software: Invert backface test when viewport is positivePokechu22
2021-03-06Software: Fix out of bounds accesses in CopyRegionPokechu22
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