blob: 649555c8b8bb1339e26ddf9e08ea395904064941 (
plain)
1
2
3
4
5
6
7
8
9
|
This project is building a hardware accelerated glx module for free unix
operating systems. Currently, we have support for 3D acceleration on the
Matrox MGA-G200, MGA-G400, and nvidia's RIVA series for XFree86 3.3. We
also support software rendering.
The GLX protocol is a way to send 3D graphics commands over an
X client-server connection. It was created by Silicon Graphics and
recently released as open source. We're currently based on a separate
implementation, however.
|