Open GL Question:

Download Job Interview Questions and Answers PDF

How does a university or research institution
acquire access to OpenGL source code?

Open GL Interview Question
Open GL Interview Question

Answer:

There is a university/research institution licensing program. A
university license entitles the institution to generate binaries and
copy them anywhere, so long as nothing leaves the institution. The
OpenGL source and derived binaries can only be used for non-commercial
purposes on-campus.

A university license costs $500 US. This license provides source
code for a sample implementation of OpenGL. This source code is
best designed for porting onto a system which supports the X
Window System. You can drop this into the X Consortium's X11
server source tree and build a server with the OpenGL extension.
To do this properly, you should have the MIT source for an X
Server and some experience modifying it.

Note that this gets you a software renderer only. If your
machine includes a graphics accelerator, the sample
implementation is not designed to take any advantage of it.

Download Open GL Interview Questions And Answers PDF

Previous QuestionNext Question
What is Mesa 3D and where can I get it?How is the OpenGL governed? Who decides what changes can be
made?