summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BoundingBox.cpp
AgeCommit message (Expand)Author
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2024-12-15Modernize `std::none_of` with rangesmitaclaw
2023-12-09VideoCommon: Use std::span for BoundingBox::Write()Lioncash
2023-01-31Move BoundingBox out of RenderBaseScott Mansell
2023-01-31Implement AbstractGfx for OpenGLScott Mansell
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-05-25Common: Refactor PointerWrapDentomologist
2021-11-02VideoCommon: Add missing algorithm include for std::none_ofEmmanuel Gil Peyrot
2021-10-10BoundingBox: Add missing includeScott Mansell
2021-10-04VideoCommon: Abstract bounding boxTechjar
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-12-05VideoCommon/BoundingBox: Move PixelShaderManager::SetBoundingBoxActive() call...Lioncash
2019-12-05VideoCommon/BoundingBox: Make interface for querying bounding box dataLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-09-24BoundingBox: Remove unnecessary headersLioncash
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2014-12-21VertexLoader: Add a VertexLoader pointer to each function calldegasus
2014-12-09VideoCommon: Rename s_pCurBufferPointerdegasus
2014-10-16Make some variables static (should probably adjust for coding style too, but ...comex
2014-10-10Fix compile errors after rebase.crudelios
2014-10-10Get buildbot to compile.crudelios
2014-10-10Fix linux build and various warnings.crudelios
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios