summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/DataReader.h
AgeCommit message (Expand)Author
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-20DataReader: Make use of if constexpr where applicableLioncash
2020-05-13Externals: Add zstdJosJuice
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2018-03-18DataReader: Provide a const qualified variant of GetPointer()Lioncash
2018-03-18DataReader: Correct return type of operator=Lioncash
2018-03-18DataReader: Remove __forceinline from trivial functionsLioncash
2018-03-18DataReader: In-class initialize member variables where applicableLioncash
2018-03-18DataReader: Make size() and Peek() const member functionsLioncash
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-08-27DataReader: Get rid of pointer castsLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-18DataReader: turn WritePointer into GetPointerTillmann Karras
2014-12-09VertexLoader: Move the old Datareader function into VertexLoaderdegasus
2014-12-09VideoCommon: rewrite DataReaderdegasus
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-09-28Add the 'desynced GPU thread' mode.comex
2014-09-28Rejigger some FIFO buffer variables to be more rational.comex
2014-09-04VideoCommon: remove XFReg copy optimizationdegasus
2014-07-11remove unused globalsdegasus
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-01-21VertexLoader: temp class for reader/writerdegasus
2014-01-21VertexLoader: inline destionation bufferdegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre