summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2022-06-30Resolve GCC WarningsMinty-Meeo
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-05-18Show a panic alert if the CP matrix indices don't match the XF matrix indicesPokechu22
2022-04-24Merge pull request #10251 from Pokechu22/negative-scissorJMC47
2022-04-22VideoCommon: Add comment explaining why only the first normal gets normalizedPokechu22
2022-04-22VideoCommon: Handle emboss texgen with only a single normalPokechu22
2022-04-22VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormalPokechu22
2022-04-16Software: Fix scissor rectangle always being block-alignedPokechu22
2022-04-16Software: Disable clipping based on xfmemPokechu22
2022-04-16Software: Use new scissor logicPokechu22
2022-04-16VideoCommon: Remove bSupportsOversizedViewportsPokechu22
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