index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
BoundingBox.cpp
Age
Commit message (
Expand
)
Author
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2024-12-15
Modernize `std::none_of` with ranges
mitaclaw
2023-12-09
VideoCommon: Use std::span for BoundingBox::Write()
Lioncash
2023-01-31
Move BoundingBox out of RenderBase
Scott Mansell
2023-01-31
Implement AbstractGfx for OpenGL
Scott Mansell
2022-12-27
VideoCommon: De-globalize PixelShaderManager class.
Admiral H. Curtiss
2022-05-25
Common: Refactor PointerWrap
Dentomologist
2021-11-02
VideoCommon: Add missing algorithm include for std::none_of
Emmanuel Gil Peyrot
2021-10-10
BoundingBox: Add missing include
Scott Mansell
2021-10-04
VideoCommon: Abstract bounding box
Techjar
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2019-12-05
VideoCommon/BoundingBox: Move PixelShaderManager::SetBoundingBoxActive() call...
Lioncash
2019-12-05
VideoCommon/BoundingBox: Make interface for querying bounding box data
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-09-24
BoundingBox: Remove unnecessary headers
Lioncash
2015-05-25
Merge pull request #2274 from degasus/disable_bbox
Ryan Houdek
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-25
BBox: remove now unreachable SW bbox implementation
degasus
2014-12-21
VertexLoader: Add a VertexLoader pointer to each function call
degasus
2014-12-09
VideoCommon: Rename s_pCurBufferPointer
degasus
2014-10-16
Make some variables static (should probably adjust for coding style too, but ...
comex
2014-10-10
Fix compile errors after rebase.
crudelios
2014-10-10
Get buildbot to compile.
crudelios
2014-10-10
Fix linux build and various warnings.
crudelios
2014-10-10
Reimplement Bounding Box calculation using the software renderer.
crudelios