Mesa 3D graphics library
Go to file
José Fonseca 038d53cbdb pipebuffer: Add missing break statement to cache lookup logic.
Second loop was never run. Spotted by Keith.
2008-09-02 02:51:06 +09:00
bin raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats. 2008-08-07 18:58:30 +01:00
configs cell: use SDK 3.0 by default 2008-08-26 14:10:29 -06: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: added test for very long fixed-function vertex programs 2008-08-28 15:22:44 -06:00
scons scons: Optimize for speed, not size, with MSVC. 2008-09-02 02:16:58 +09:00
src pipebuffer: Add missing break statement to cache lookup logic. 2008-09-02 02:51:06 +09:00
.emacs-dirvars
.gitignore
Makefile remove depend.bak in realclean 2008-09-01 14:24:33 +01: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.