Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Jerome Glisse c2e0570831 Update doxygen doc to reflet vbo changes.
Update doxygen doc, array_cache no longuer exist,
new shiny vbo modules is there. Tested on unix,
but i think i didn't broke that bat :).
2007-02-16 23:19:05 +01:00
bin minstall: Pass correct destination file path to $RM regardless of source path. 2006-12-11 17:45:06 +01:00
configs New debug config for linux-dri 2007-01-17 08:44:13 +00:00
docs note that non-member posts are auto-rejected 2007-01-27 06:25:31 -07:00
doxygen Update doxygen doc to reflet vbo changes. 2007-02-16 23:19:05 +01:00
include Drop old (pre-AIGLX) GLcore interface. 2007-01-26 18:31:00 +02:00
progs Merge branch 'vbo-0.2' 2007-02-02 12:26:10 +00:00
src nouveau: nv50: update 2007-02-16 22:39:28 +01:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows Move mipmap generation functions, texture scaling functions into new 2006-09-29 01:24:26 +00:00
.gitignore Make git ignore Emacs backup files. 2006-12-06 18:39:05 +01:00
Makefile remove directfbgl.h file 2006-12-02 18:20:53 +00: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.