dolphin/Source/Core
Pierre Bourdon c95baf614d Avoid changing video state on useless BP writes
When a game writes the same value that was already configured to a BP
register, Dolphin previously flushed the GPU pipeline and reconfigured
the internal video state (calling SetScissor/SetLineWidth/SetDepthMode).

Some of these useless writes still need to perform actions, for example
writes to the EFB copy trigger or the texture preload registers (which
need to reload the texture from memory).
2012-05-20 20:56:03 +02:00
..
AudioCommon Removed the DTK Music option. It is now always enabled. 2012-04-23 05:02:43 +10:00
Common force VolumeDirectory to align files to 32KB (only streaming audio files really need to be aligned...) 2012-04-23 00:50:44 -07:00
Core Fixes issue 5428. Thanks delroth. 2012-05-18 17:57:28 +12:00
DiscIO Fix DVD root path for Wii games. Now Wii games can be booted using extracted files instead of a disc image. 2012-05-11 22:19:57 +02:00
DolphinWX Add Wii DVD integrity checking to Dolphin 2012-05-04 16:27:42 +02:00
InputCommon Fix DirectInput D-Pad handling. 2012-05-02 06:31:38 +00:00
VideoCommon Avoid changing video state on useless BP writes 2012-05-20 20:56:03 +02:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00