dolphin/Source/Core/VideoCommon
Pierre Bourdon 266cafb82d Add a call to VertexManager::Flush() when changing TC gen settings
In previous revisions of Dolphin, changing texture generation settings (via
GX_SetTexCoordGen for example) did not regenerate the vertex shader and flush
the vertices. Adding this flush should fix texture problems in a few game, for
example in Superman: Shadow of Apokolips:

Before: http://i.imgur.com/mHmfb.jpg
After: http://i.imgur.com/2ThES.png
2011-10-01 02:36:03 +02:00
..
Src Add a call to VertexManager::Flush() when changing TC gen settings 2011-10-01 02:36:03 +02:00
CMakeLists.txt videocommon depends on core for Fifo Recorder 2011-03-31 20:41:59 +00:00
OpenCL.rules Meta: 2010-06-02 18:00:22 +00:00
SConscript Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00
VideoCommon.vcxproj vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
VideoCommon.vcxproj.filters Split shader code generation for lighting into a separate file. 2011-02-05 23:57:12 +00:00