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
/
VideoCommon.h
Age
Commit message (
Expand
)
Author
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-05
Implement EFB Peeks for compressed z16 formats
Scott Mansell
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2020-08-27
msvc: enable /Zc:preprocessor and make build compile cleanly
Shawn Hoffman
2020-06-29
Support the new MSVC preprocessor
JosJuice
2019-12-05
VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespace
Lioncash
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-04-28
Turn EFB_WIDTH/EFB_HEIGHT into constexpr
JosJuice
2019-04-21
Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle
Stenzek
2017-12-30
MAX_XFB_HEIGHT: PAL value off by two fixed
Sepalani
2017-11-17
HybridXFB: Fix lint errors
iwubcode
2017-11-17
Add support for hybrid XFB
iwubcode
2017-06-13
Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat
iwubcode
2017-04-29
HiresTextures: Support parsing DDS files directly
Stenzek
2016-10-01
VideoCommon: Add APIType entry for Vulkan
Stenzek
2016-07-29
VideoCommon: Make API_TYPE an enum class
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-02-10
VideoCommon: Remove unused pow functions
Jens Nyberg
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-09-22
FifoRecorder: Use Video Common to record efb2ram correctly.
Scott Mansell
2015-09-14
VideoCommon: Remove unnecessary enum typedef
Lioncash
2015-07-25
RealXFB sizes don't get scaled by IR
booto
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-12-09
VideoCommon: Rename s_pCurBufferPointer
degasus
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-23
windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from...
Shawn Hoffman
2014-06-16
VideoCommon: small cleanups. No functional change.
magumagu
2014-05-17
Removes ZeroFrog's "optimized" memcpy and memcmp functions.
Ryan Houdek
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
Cleanup enum indentations.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre