Mesa 3D graphics library
Go to file
Brian Paul 6fe7857629 mesa: bump version to rc2 2008-07-08 15:12:48 -06:00
bin Solaris port of Mesa 7.1 with autoconf support 2008-06-21 10:19:45 -06:00
configs Set library and header installation directories from configuration 2008-07-06 14:15:40 -07:00
docs GLSL-related bug fixes 2008-07-04 10:05:39 -06:00
doxygen Fix CRLF line endings. 2008-06-07 12:33:47 +09:00
include remove old/unused foomesa.h example header 2008-06-04 09:33:02 -06:00
progs press 'm' to toggle multisample enable/disable 2008-07-01 08:49:12 -06:00
src mesa: bump version to rc2 2008-07-08 15:12:48 -06:00
vms
windows undo prev change to this VC7 project file 2008-05-29 10:46:39 -06:00
.gitattributes Disable autocrlf for Visual Studio project files. 2008-02-28 12:34:01 +09:00
.gitignore Add cscope files to .gitignore 2008-05-21 15:36:08 -07:00
Makefile mesa: bump version to rc2 2008-07-08 15:12:48 -06:00
Makefile.DJ
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 autoconf: Allow commas or spaces to separate DRI drivers 2008-07-06 14:17:54 -07:00
descrip.mms
mms-config.

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.