Mesa 3D graphics library
Go to file
Dan Nicholson 5dbbde5b22 Default DRI driver directory to match X.Org xserver
Since the only valid consumer of the DRI drivers is the X.Org xserver,
this changes the default DRI driver directory to match xorg-server:
${libdir}/dri. The old default of /usr/X11R6/modules/dri was wrong for
nearly all current systems.
2008-05-09 07:06:52 -07:00
bin autoconf: Scrape the version from configs/default 2008-05-05 14:21:28 -07:00
configs Default DRI driver directory to match X.Org xserver 2008-05-09 07:06:52 -07:00
docs Default DRI driver directory to match X.Org xserver 2008-05-09 07:06:52 -07:00
doxygen Never fail `make clean' 2008-05-07 11:35:23 -07:00
include glcore: build from mesa 2008-04-23 11:12:30 +03:00
progs disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer 2008-05-08 08:39:30 -06:00
src Default DRI driver directory to match X.Org xserver 2008-05-09 07:06:52 -07: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
.gitattributes Disable autocrlf for Visual Studio project files. 2008-02-28 12:34:01 +09:00
.gitignore autoconf: Initial support for an autoconf configuration 2007-12-07 14:34:27 -08:00
Makefile autoconf: Attempt to figure out the PIC flags for the platform 2008-05-09 07:05:16 -07: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
acinclude.m4 autoconf: Attempt to figure out the PIC flags for the platform 2008-05-09 07:05:16 -07:00
autogen.sh autoconf: Add autogen.sh from Xorg for easier setup from git 2008-03-10 12:36:57 -07:00
configure.ac Default DRI driver directory to match X.Org xserver 2008-05-09 07:06:52 -07: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.