summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
AgeCommit message (Expand)Author
2016-01-25Fifo: Make g_use_deterministic_gpu_thread a TU-local variableLioncash
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2015-11-06VideoCommon: rename TextureCache to TextureCacheBaseTillmann Karras
2015-11-05Remove the "Show EFB Copy Regions" debug option.Scott Mansell
2015-11-05BPStructs: add debug info for texture setup.Scott Mansell
2015-09-23Silence -Wshadow warning.Rohit Nirmal
2015-09-22FifoRecorder: Use Video Common to record efb2ram correctly.Scott Mansell
2015-09-05Cleanup and unify handling of efb copy stride.Scott Mansell
2015-09-04Remove extra space from 5a32c3fJosJuice
2015-09-03VideoCommon: xfb height calculation adjustedbooto
2015-07-27VideoCommon: reduce level of debug outputbooto
2015-07-25Video: stride in bytes rather than pixelsbooto
2015-07-25Video: respect stride of efb copies to xfbbooto
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25VideoCommon: return 0 if bbox is disableddegasus
2015-05-25VideoCommon: Make BBox emulation optionaldegasus
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-15VideoCommon: Merge LineGeometryShader into GeometryShaderGen.Jules Blok
2014-12-15GeometryShaderGen: Support multiple primitive types.Jules Blok
2014-12-15GeometryShaderManager: Upload Line/Point width constants.Jules Blok
2014-12-14VideoCommon: Add a separate constants buffer for the geometry shader.Jules Blok
2014-11-22OGL: disable bbox writes if not supporteddegasus
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-10-29Remove old (and now incorrect) error checking code.Scott Mansell
2014-10-23Revert changes preloading of RGBA8 tiles.Scott Mansell
2014-10-21Remove another 3 getPointers.Scott Mansell
2014-10-10Get buildbot to compile.crudelios
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios
2014-09-28Add the 'desynced GPU thread' mode.comex
2014-09-21GPU: Only load the relevant color components upon writes to the tev color reg...Tony Wasserka
2014-09-09Kill Core::g_CoreStartupParameter.Rachel Bryk
2014-08-19msvc: resolve all warnings in VideoCommon.Shawn Hoffman
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-06-02Fix a typo in a BP register name (BPMEM_TX_SETLUT_4 -> BPMEM_TX_SETTLUT_4).Lioncash
2014-06-02Add missing registers in GetBPRegInfoLioncash
2014-05-29Make GetBPRegInfo just take two strings as parametersLioncash
2014-05-22Merge pull request #370 from Sonicadvance1/remove_specialized_memcmpshuffle2
2014-05-20BPStructs: Consistently put the two shared copy args firstJasper St. Pierre
2014-05-20BPStructs: Remove another function wrapperJasper St. Pierre
2014-05-20BPStructs: Move LoadBPReg hereJasper St. Pierre
2014-05-20BPStructs: Flatten out BPWrittenJasper St. Pierre
2014-05-20BPStructs: Reindent BPWrittenJasper St. Pierre
2014-05-20BPStructs: Document BPMEM_BP_MASK betterJasper St. Pierre
2014-05-20BPMemory: Fix "DISPLAYCOPYFILER" typoJasper St. Pierre