diff options
author | Alex VillacĂs Lasso <a_villacis@palosanto.com> | 2008-01-30 21:49:05 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2008-01-30 21:49:05 -0500 |
commit | 583051fce0d39fd2b8b5022016599e88d0af9041 (patch) | |
tree | eba0b80cfb501d63b667bacc11259e461ca80669 | |
parent | 52029dede1924c25275a1c6f20f68e98ba210e22 (diff) |
[PATCH] Do not wait for vertical retrace anymore on old streams engine.
-rw-r--r-- | src/savage_video.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/savage_video.c b/src/savage_video.c index 848d1cb..dd6c4a1 100644 --- a/src/savage_video.c +++ b/src/savage_video.c @@ -1512,8 +1512,10 @@ SavageDisplayVideoOld( ssControl |= src_w; /*ssControl |= (1 << 24);*/ ssControl |= (GetBlendForFourCC(psav->videoFourCC) << 24); +#if 0 /* Wait for VBLANK. */ VerticalRetraceWait(); +#endif OUTREG(SSTREAM_CONTROL_REG, ssControl); if (scalratio) OUTREG(SSTREAM_STRETCH_REG,scalratio); |