summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/EfbInterface.cpp
AgeCommit message (Expand)Author
2018-05-18EfbInterface: Move buffer constant from the header to the cpp fileLioncash
2018-05-18EfbInterface: Make efb and perf_values std::arraysLioncash
2018-05-18EfbInterface: Make perf_values internally linkedLioncash
2018-05-18EfbInterface: Move efb array into the EfbInterface namespaceLioncash
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-29While I'm here, fix some chroma sub-sampling bugs.Scott Mansell
2018-04-29VideoSoftware: Implement xfb copy filter (Deflickering/Brightness)Scott Mansell
2017-11-17Software Backend: Remove reinterpret_cast which violates the strict aliasing ...iwubcode
2017-11-17Software Backend: Rename 'copy_region' to 'CopyRegion'iwubcode
2017-11-17HybridXFB: Fix lint errorsiwubcode
2017-11-17Software Backend: Fix xfb output and add vertical scaling supportiwubcode
2017-11-17Remove TODOsiwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-08-05VideoSW: Drop log level of missing anti aliasing support.degasus
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-09-21EfbInterface: Change out parameters on getters to return by valueLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-03-23Implement Dithering for video softwareScott Mansell
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-06VideoSW: Use more VideoCommondegasus
2015-10-10VideoSW: Wipe alpha on bypass EFBdegasus
2015-09-30ChunkFile: Provide additional helpers for C-style arraysLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-11-24More formatting and consistency fixesStevoisiak
2014-11-13Various formatting and consistency fixesStevoisiak
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-10Software: Apply static to some functionsLioncash
2014-08-10Software: Fix various brace styling errorsLioncash
2014-07-17VideoSoftware: Use the same max XFB size as VideoCommon.Scott Mansell
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-03-29Software backend: Delete forked PixelEngine.magumagu
2014-03-25BPMemory: Make use of BitField in a number of structures.Tony Wasserka
2014-03-25BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...Tony Wasserka
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-20Merge pull request #88 from lioncash/relative-includesPierre Bourdon
2014-02-18Merge pull request #79 from Tilka/nitsPierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Silence some Windows compiler warningsTillmann Karras
2014-01-21Finally Merge branch 'videosoftware-xfb'Scott Mansell
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre