Mesa
January 17th 1998, 14:53 EST
Mesa is a 3-D graphics library which uses the OpenGL API (Application Programming Interface). Mesa cannot be called an implementation of OpenGL since the author did not obtain an OpenGL license from SGI. Furthermore, Mesa cannot claim OpenGL conformance since the conformance tests are only available to OpenGL licensees. Despite these technical/legal terms, you may find Mesa to be a valid alternative to OpenGL. Most applications written for OpenGL can use Mesa instead without changing the source code.
| |
[ announce
| add comment
| request change
]
Comments (3)
André Johansen <andrej at funcom.com> - May 08th 1998, 05:05 EST | |
Mesa 3 implements the OpenGL 1.2 specifications.
|
|
circular rpm dependencies problem
Jason Hudgins (Incantations Media Group) <thanatos at incantations.net> - August 18th 2000, 16:42 EST |
Mesa-common-3.2.1-1rh61.i386.rpm requires Mesa-3.2.1-1rh61.i386.rpm to install... BUT
Mesa-3.2.1-1rh61.i386.rpm requires requires
Mesa-common-3.2.1-1rh61.i386.rpm to install.
solution:
rpm --install --nodeps Mesa-common-3.2.1-1rh61.i386.rpm
rpm --install Mesa-3.2.1-1rh61.i386.rpm
|
|
circular RPM dependency problem solved
timecop <timecop at japan.co.jp> - November 06th 2000, 09:36 EST | |
Don't use RPM, be a real man and compile from source.
|
|
|