Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Dan Nicholson 6689f9ebcb autoconf: Configure the osmesa channel size for OSMesa16 and OSMesa32
Allow the user to specify channel bits of 16 or 32 to enable OSMesa16 or
OSMesa32 instead of the default OSMesa. This option is controlled
through the option --with-osmesa-bits=BITS and is only honored when the
driver is osmesa.

The osdemos are not enabled in the 16 or 32 bit case because the
Makefile is currently hardcoded to link to -lOSMesa.
2007-12-07 14:34:27 -08:00
bin autoconf: Add support files required for autoconf use 2007-12-07 14:34:27 -08:00
configs autoconf: Configure the osmesa channel size for OSMesa16 and OSMesa32 2007-12-07 14:34:27 -08:00
docs minor additions to avoid FAQs 2007-11-27 10:31:55 -07:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include Fix GLX build of xserver master branch. 2007-11-05 10:03:26 +01:00
progs Make osdemos linking like other programs 2007-12-07 14:10:27 -08:00
src i915: fix the error in the previos commit. 2007-12-07 17:33:18 +08:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows updated VC7 project files 2007-09-05 10:04:37 -06:00
.gitignore autoconf: Initial support for an autoconf configuration 2007-12-07 14:34:27 -08:00
Makefile autoconf: Include necessary files for the tarballs 2007-12-07 14:34:27 -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: Configure the osmesa channel size for OSMesa16 and OSMesa32 2007-12-07 14:34:27 -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.