Wikipedia

MiniGLX

MiniGLX is a specification for an application programming interface which facilitates OpenGL rendering on systems without windowing systems, e.g. Linux without an X Window System or embedded systems without a windowing system. The interface is a subset of the GLX interface, plus a minimal set of Xlib-like functions.

Programs written for Mini GLX can run unchanged on systems with the X Window System and the GLX extension. The intention is to allow flexibility for prototyping and testing.

MiniGLX is currently implemented within the Mesa 3D project that provides a means to use the Direct Rendering Infrastructure when the X Window System is not used. In essence it provides functions that mimic those of X, so that programs written using MiniGLX should be compilable as X Window programs. MiniGLX renders directly to the framebuffer device or through accelerated DRI drivers. MiniGLX allows only one window (which fills the whole framebuffer) to exist.

If the existing source code were extended, MiniGLX could be used by GPGPU applications, using the power of graphics card processors for general, non-graphical tasks, as long as no other driver uses the graphics card. Nvidia has already integrated support for using the graphics processing unit on Nvidia cards for application programming into its proprietary 3D graphic driver.

See also

External links

  • "Mini GLX Specification". www.mesa3d.org. Archived from the original on 2012-02-05. Retrieved 2017-08-12.
  • "Description on how to build MiniGLX from Mesa". www.mesa3d.org. Archived from the original on 2016-06-02. Retrieved 2017-08-12.
This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.