Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Dan Nicholson 01b18abf93 Add -fno-strict-aliasing workaround for all GCC targets
Use a GCC option to work around aliasing bugs. See commit 013dbcd for
more details.
2007-11-01 06:03:31 -07:00
bin confdiff.sh: A testing script for comparing configs settings 2007-10-31 14:59:13 -07:00
configs Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
docs GLSL support in i965 driver 2007-10-31 09:57:47 -06:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include Refactor and fix core vblank support 2007-10-29 12:06:00 -07:00
progs test glStencilFuncSeparateATI() 2007-10-30 10:23:58 -06:00
src nouveau: ppc, swap fragment programs on big endian systems. 2007-11-01 19:19:45 +11: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 pkg-config support 2007-09-12 10:03:05 -06:00
Makefile added catamount-osmesa-pgi config 2007-10-24 16:31:22 -06: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
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.