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
/
BPStructs.cpp
Age
Commit message (
Expand
)
Author
2014-06-08
Fix the capitalization of "GameCube" throughout the project.
Paul Olszewski
2014-06-02
Fix a typo in a BP register name (BPMEM_TX_SETLUT_4 -> BPMEM_TX_SETTLUT_4).
Lioncash
2014-06-02
Add missing registers in GetBPRegInfo
Lioncash
2014-05-29
Make GetBPRegInfo just take two strings as parameters
Lioncash
2014-05-22
Merge pull request #370 from Sonicadvance1/remove_specialized_memcmp
shuffle2
2014-05-20
BPStructs: Consistently put the two shared copy args first
Jasper St. Pierre
2014-05-20
BPStructs: Remove another function wrapper
Jasper St. Pierre
2014-05-20
BPStructs: Move LoadBPReg here
Jasper St. Pierre
2014-05-20
BPStructs: Flatten out BPWritten
Jasper St. Pierre
2014-05-20
BPStructs: Reindent BPWritten
Jasper St. Pierre
2014-05-20
BPStructs: Document BPMEM_BP_MASK better
Jasper St. Pierre
2014-05-20
BPMemory: Fix "DISPLAYCOPYFILER" typo
Jasper St. Pierre
2014-05-20
BPStructs: Remove calls to SetInterlacedMode when reloading state
Jasper St. Pierre
2014-05-20
BPFunctions: Remove the rest of GetConfig
Jasper St. Pierre
2014-05-20
PixelShaderManager: Fizzle out fog changes when disabled here
Jasper St. Pierre
2014-05-20
BPFunctions: Remove use of a dumb method
Jasper St. Pierre
2014-05-17
Removes ZeroFrog's "optimized" memcpy and memcmp functions.
Ryan Houdek
2014-04-21
BPMemory: Use BitField for the GenMode fields.
Tony Wasserka
2014-03-25
BPMemory: Make use of BitField in a number of structures.
Tony Wasserka
2014-03-25
BPMemory: Use the new BitField class in two selected structures.
Tony Wasserka
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-15
move perfquery enable checks into videocommon (caller side)
degasus
2014-01-25
Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211.
crudelios
2014-01-16
fixup "Remove the ZTP speedup hack"
degasus
2014-01-16
Remove the ZTP speedup hack. Also remove useless debugging code, and a presum...
Tony Wasserka
2014-01-03
ogl: clamp to edge for out of bound efb access
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre