dolphin/Source/Core
Techjar 83d55704aa VideoCommon: Round bounding box coordinates down and remove pixel center offset
Fragment coordinates always have a 0.5 offset from a whole integer, as
that's where the pixel center is on modern GPUs. Therefore, we want to
always round the fragment coordinates down for bounding box
calculations. This also renders the pixel center offset useless, as 0.5
vs ~0.5833333 makes no difference when rounding down.
2021-06-05 00:34:10 -04:00
..
AudioCommon
Common msvc: remove workarounds for old compiler issues 2021-06-03 18:33:24 -07:00
Core msvc: remove some unneeded warning disable 2021-06-03 16:32:54 -07:00
DiscIO
DolphinNoGUI Implement Cursor Locking and new input focus checks for it 2021-05-27 10:31:12 +03:00
DolphinQt Merge pull request #9697 from Filoppi/cursor_locking 2021-05-27 11:42:35 -04:00
InputCommon Expose Control Expression variables to mappings UI 2021-05-24 02:38:06 +03:00
MacUpdater Apple M1: Build, Analytics, and Memory Management 2021-05-22 15:25:17 -07:00
UICommon Updater: Escape HTML characters in commit descriptions 2021-06-01 17:22:19 -07:00
UpdaterCommon
VideoBackends VideoCommon: Restore BBox* forwarding functions 2021-05-31 18:01:47 -04:00
VideoCommon VideoCommon: Round bounding box coordinates down and remove pixel center offset 2021-06-05 00:34:10 -04:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #9707 from JosJuice/remove-atomic-header 2021-05-14 14:33:24 -04:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props