Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian 1d52b6aaf4 fix bug rendering points with fragment program (see #11330) 2007-06-22 09:47:30 -06:00
bin special case for -pthread (bug 10876) 2007-05-08 14:03:04 -06:00
configs miniglx: update defines in linux-solo config 2007-06-05 09:36:28 +10:00
docs added memcpy() to-do item 2007-06-12 15:16:21 -06:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include add glxtokens.h to xmesa_xf86.h as discussed on mailing list 2007-05-26 15:58:56 +10:00
progs Random state-change / primitive rendering. Good for hammering on a driver... 2007-06-21 18:11:29 -06:00
src fix bug rendering points with fragment program (see #11330) 2007-06-22 09:47:30 -06:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows new VC8 project files 2007-04-24 08:52:34 -06:00
.gitignore mesa: Added Vim swap files to .gitignore. 2007-05-09 03:14:08 +00:00
Makefile master/trunk is now for Mesa 7.1 devel: bump versions 2007-05-14 14:30:36 -06:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw remove stupid flags 2005-05-23 22:02:53 +00: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.