Mesa 3D graphics library
Go to file
Brian 19d9c81b8c glx: re-add glapi/ path 2008-09-18 21:22:08 -06:00
bin Apple: Cleaned up some linking and dylib ids issues 2008-08-11 09:17:06 -07:00
configs change MESA_MINOR to 3 2008-08-26 15:59:06 -06:00
docs added 7.1 MD5 sums 2008-08-26 16:12:29 -06:00
doxygen Fix CRLF line endings. 2008-06-07 12:33:47 +09:00
include DRI2: Drop sarea, implement swap buffers in the X server. 2008-08-29 12:13:14 -04:00
progs add dlist-degenerate test case 2008-09-15 13:49:04 +01:00
src glx: re-add glapi/ path 2008-09-18 21:22:08 -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 added glu.exports files to tarballs list 2008-08-16 10:09:38 -06:00
Makefile.DJ
Makefile.mgw
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 configure.ac: bump dri2proto requirement, drop TTM_API define. 2008-09-04 06:23:14 -04: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.