Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Keith Whitwell 97e63437dc mesa: note that texcoords are generated by setup routines when pointsprite enabled 2008-10-20 13:04:20 +01:00
bin raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats. 2008-08-07 18:58:30 +01:00
configs Gallivm: port to llvm 2.4. 2008-09-30 20:50:49 +02:00
docs Remove CVS keywords. 2008-05-26 20:14:40 +09:00
doxygen Fix CRLF line endings. 2008-06-07 12:40:36 +09:00
include Remove CVS keywords. 2008-08-31 17:43:20 +09:00
progs mesa: redraw upon keypress in trivial/tri.c 2008-10-17 13:37:50 -06:00
scons scons: Install shared libs in the right subdir. 2008-09-08 21:50:50 +09:00
src mesa: note that texcoords are generated by setup routines when pointsprite enabled 2008-10-20 13:04:20 +01:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitignore Update git ignores. 2008-02-25 17:05:15 +09:00
Makefile Cell: added linux-cell-debug config 2008-09-03 09:08:46 -06:00
SConstruct Added command line option for Scons to select which version of MSVS to use. Versions 7.1, 8.0 and 9.0 are allowed. Usage is scons MSVS_VERSION=8.0. 2008-08-29 11:30:32 -06:00
common.py scons: Put the tool logic in a frontend tool. 2008-06-06 14:55:51 +09: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.