[Bug 14481] glViewport has no effect.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 19 07:53:12 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14481


Traumflug <mah at jump-ing.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Traumflug <mah at jump-ing.de>  2008-07-19 07:53:12 ---
False alert *sigh*

The correct testing sode would have been:

  GLint params[4];
  glGetIntegerv(GL_VIEWPORT, params);
  TRACE("Viewport is: %d %d % %d\n", params[0], params[1], params[2],
params[3]);
  [...]

The correct code appears to work or at least gives reasonable results.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list