X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Ffbdev-dri.html;h=0eea5e8e324bf53115762de85c3fc75ae944bc48;hb=652901e95b4ed406293d0e1fabee857c054119b1;hp=e941b1679ed78c7349242d97ca763dcca1b39e92;hpb=a3ee0aa1bb7c3f9dfc5b13b4e72522c10a22ad05;p=mesa.git diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html index e941b1679ed..0eea5e8e324 100644 --- a/docs/fbdev-dri.html +++ b/docs/fbdev-dri.html @@ -9,6 +9,9 @@

Mesa fbdev/DRI Drivers


+

NOTE: this information is obsolete and will be removed at +a future date

+

1. Introduction

@@ -22,7 +25,7 @@ Contributors to this project include Jon Smirl, Keith Whitwell and Dave Airlie.

Applications in the fbdev/DRI environment use -the MiniGLX interface to choose pixel +the MiniGLX interface to choose pixel formats, create rendering contexts, etc. It's a subset of the GLX and Xlib interfaces allowing some degree of application portability between the X and X-less environments. @@ -315,8 +318,7 @@ It means that the sample_server process is not running.

5.0 Programming Information

-OpenGL/Mesa is interfaced to fbdev via the MiniGLX -interface. +OpenGL/Mesa is interfaced to fbdev via the MiniGLX interface. MiniGLX is a subset of Xlib and GLX API functions which provides just enough functionality to setup OpenGL rendering and respond to simple input events. @@ -332,7 +334,7 @@ This allows some degree of flexibility for software development and testing. However, the MiniGLX API is not binary-compatible with full Xlib/GLX. Some of the structures are different and some macros/functions work differently. -See the GL/miniglx.h header file for details. +See the GL/miniglx.h header file for details.