Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian 9e3e3883fa get rid of GenTexturesLock, used ctx->Shared->Mutex 2007-05-21 22:10:06 -06:00
bin special case for -pthread (bug 10876) 2007-05-08 14:03:04 -06:00
configs master/trunk is now for Mesa 7.1 devel: bump versions 2007-05-14 14:30:36 -06:00
docs added GL_EXT_texture_from_pixmap 2007-05-19 08:30:31 -06:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef. 2007-05-19 08:56:15 -06:00
progs set texcoords depending on GLX_Y_INVERTED_EXT 2007-05-21 20:57:09 -06:00
src get rid of GenTexturesLock, used ctx->Shared->Mutex 2007-05-21 22:10:06 -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.