Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Kristian Høgsberg 6e8d21d72f Remove GetMSC DriverAPI function.
The DriverAPI is internal to the DRI drivers and GetDrawableMSC
obsoletes GetMSC.  Also, since the DRI driver interface has not yet
been released, just drop the getMSC function from the DRI interface
instead using the ABI preserving version mechanism.

Finally, using void pointer privates in the DRI interface is not allowed,
always pass the actual types around (__DRIdrawable in this case) to
enhance type safety and readability of the code.
2008-02-25 19:02:06 -05:00
bin Apple: Pulled in changes from Apple's patchset to allow mesa to build on darwin again 2008-02-19 00:55:11 -08:00
configs Apple: Pulled in changes from Apple's patchset to allow mesa to build on darwin again 2008-02-19 00:55:11 -08:00
docs miniglx doc updates 2008-02-14 09:33:26 -07:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include Remove GetMSC DriverAPI function. 2008-02-25 19:02:06 -05:00
progs Ignore glxgears_pixmap 2008-02-17 19:34:48 -08:00
src Remove GetMSC DriverAPI function. 2008-02-25 19:02:06 -05:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows Replace glut_fbc.c with glut_fcb.c (cb=callback) 2008-02-25 11:01:23 -07:00
.gitignore autoconf: Initial support for an autoconf configuration 2007-12-07 14:34:27 -08:00
Makefile Distribute dri_sarea.h with the tarballs 2008-02-17 18:10:15 -08:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
configure.ac autoconf: Fix thinko when checking freebsd CPU types 2008-02-21 10:32:04 -08:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
mms-config. Committing in . 2003-06-17 07:20:22 +00:00

docs/README.directfb

                         
                         Mesa DirectFB Information


Requirements
============

  To build Mesa with DirectFB (DirectFBGL) support you need:
     - DirectFB at least 1.0.0 (http://directfb.org)
     - pkg-config at least 0.9 (http://pkgconfig.sf.net)


Installation
============
  Run
     
     make linux-directfb

  to build Mesa and DirectFBGL module,

     make install

  to install OpenGL libraries and

     make linux-directfb-install

  to install DirectFBGL module in the proper location.