summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2022-04-08Software: Fix zfreeze with CullMode::AllPokechu22
2022-04-08Software: Store offset in SlopePokechu22
2022-04-08Software: Remove config to disable ZComploc and ZFreezePokechu22
2022-03-29Software: Implement pixel engine alpha read modePokechu22
2022-03-08Software/EfbInterface: Remove logspam for RGB565_Z16 being unsupportedPokechu22
2022-02-08Treat alpha as 0 if alpha is 1 for blendingPokechu22
2022-02-08Use the same logic for lerp bias for color and alphaPokechu22
2022-01-31VideoConfig: Add flag for whether the system supports setting object namesOatmealDome
2021-12-25VideoConfig: Add bool for sampler LOD bias supportOatmealDome
2021-12-18Eliminate VarType for ComponentFormatPokechu22
2021-12-18Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum classPokechu22
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