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
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
BPMemory.cpp
Age
Commit message (
Expand
)
Author
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
2023-11-12
VideoCommon: copy software renderer logic for blend mode priorities
Tillmann Karras
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2021-03-06
Add FogParam0::FloatValue and FogParam3::FloatValue
Pokechu22
2018-05-18
BPMemory: Use Common::BitCast where applicable
Lioncash
2018-02-01
BPMemory: Handle fog configuration where both A and C are infinity/NaN
Stenzek
2017-09-03
ShaderGen: Support writing integer colors when logic op is enabled
Stenzek
2017-07-30
BPMemory: Convert a number of unions to BitFields
Scott Mansell
2017-01-23
BPMemory: Eliminate union type punning
Lioncash
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-05-20
BPStructs: Move LoadBPReg here
Jasper St. Pierre
2014-05-20
BPMemory: Fix "DISPLAYCOPYFILER" typo
Jasper St. Pierre
2014-05-20
BPMemory: Clean up and rename some variables and comments
Jasper St. Pierre
2014-03-25
BPMemory: Make use of BitField in a number of structures.
Tony Wasserka
2014-03-25
BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...
Tony Wasserka
2014-03-25
BPMemory: Use the new BitField class in two selected structures.
Tony Wasserka
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre