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
/
BPStructs.cpp
Age
Commit message (
Expand
)
Author
2015-05-25
Merge pull request #2274 from degasus/disable_bbox
Ryan Houdek
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-25
VideoCommon: return 0 if bbox is disabled
degasus
2015-05-25
VideoCommon: Make BBox emulation optional
degasus
2014-12-21
VideoCommon: split VertexLoaderBase from VertexLoader
degasus
2014-12-15
VideoCommon: Merge LineGeometryShader into GeometryShaderGen.
Jules Blok
2014-12-15
GeometryShaderGen: Support multiple primitive types.
Jules Blok
2014-12-15
GeometryShaderManager: Upload Line/Point width constants.
Jules Blok
2014-12-14
VideoCommon: Add a separate constants buffer for the geometry shader.
Jules Blok
2014-11-22
OGL: disable bbox writes if not supported
degasus
2014-11-17
OGL: implement bounding box support with ssbo
degasus
2014-10-29
Remove old (and now incorrect) error checking code.
Scott Mansell
2014-10-23
Revert changes preloading of RGBA8 tiles.
Scott Mansell
2014-10-21
Remove another 3 getPointers.
Scott Mansell
2014-10-10
Get buildbot to compile.
crudelios
2014-10-10
Reimplement Bounding Box calculation using the software renderer.
crudelios
2014-09-28
Add the 'desynced GPU thread' mode.
comex
2014-09-21
GPU: Only load the relevant color components upon writes to the tev color reg...
Tony Wasserka
2014-09-09
Kill Core::g_CoreStartupParameter.
Rachel Bryk
2014-08-19
msvc: resolve all warnings in VideoCommon.
Shawn Hoffman
2014-07-11
avoid the extern keyword in .cpp files
degasus
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
[next]