[Mesa-dev] [Bug 49703] incorrect macros #define M(row, col) m[col*4+row]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 9 12:51:27 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=49703

Brian Paul <brian.e.paul at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG

--- Comment #1 from Brian Paul <brian.e.paul at gmail.com> 2012-05-09 12:51:27 PDT ---
OpenGL matrices are stored in column-major order.  The macros are correct.  The
glFrustum function has been working properly for many years.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list