summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPFunctions.cpp
AgeCommit message (Expand)Author
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-08-20Remove redundant semicolonsDr. Dystopia
2023-08-22Move SmallVector to CommonJosJuice
2023-02-09Move UseVertexDepthRange() out of RendererScott Mansell
2023-02-09Move m_prev_efb_format into FramebufferManagerScott Mansell
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-02-09Refactor ClearRegionScott Mansell
2023-01-31Fix warning about compare sign mismatchScott Mansell
2023-01-31Split AbstractGfx out of RendererScott Mansell
2022-04-16VideoCommon: Rework scissor handlingPokechu22
2022-04-16VideoCommon: Remove bSupportsOversizedViewportsPokechu22
2022-04-08Round viewport coordinates when vertex rounding is enabledPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-05Update zcompression format change TODOScott Mansell
2021-04-24VideoCommon: Fix scissorOffset, handle negative value correctlyezio1900
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-04-21Replace EFBRectangle/TargetRectangle with MathUtil::RectangleStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-03-10Renderer: Remove now-redundant Set{Rasterization,Depth,Blending}StateStenzek
2018-03-10Move shader caches to VideoCommonStenzek
2018-02-20BPFunctions: Move upscaling of scissor rect to VideoCommonStenzek
2018-02-20BPFunctions: Move GX viewport conversion to VideoCommonStenzek
2017-09-11Renderer: Move cull mode to a rasterization state objectStenzek
2017-09-11Renderer: Move depth state to VideoCommon and seperate from bpmemStenzek
2017-09-03Renderer: Change SetBlendState to accept a BlendingStateStenzek
2017-09-03RenderBase: Drop SetColorMask and SetLogicOpModeStenzek
2017-04-18VideoCommon: Drop SetDitherMode()Stenzek
2017-03-04VideoCommon: Eliminate static state in RendererStenzek
2016-11-27Remove unnecessary ConfigManager includesLéo Lam
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
2016-08-21VertexManagerBase: Get rid of static behaviorLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-11-02VideoCommon: VertexManager -> VertexManagerBaseTillmann Karras
2015-09-05Cleanup and unify handling of efb copy stride.Scott Mansell
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-24VideoCommon: always enable efb copydegasus
2014-12-15VideoCommon: Merge LineGeometryShader into GeometryShaderGen.Jules Blok
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-16Removed warnings by assigning to boolCharles Rozhon
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-05-20BPStructs: Consistently put the two shared copy args firstJasper St. Pierre
2014-05-20BPFunctions: Remove the rest of GetConfigJasper St. Pierre
2014-05-20PixelShaderManager: Fizzle out fog changes when disabled hereJasper St. Pierre
2014-05-20BPFunctions: Remove use of a dumb methodJasper St. Pierre
2014-05-20BPFunctions: Remove an unused methodJasper St. Pierre