Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
José Fonseca 128d93a009 gallivm: TGSI_OPCODE_CONT is not deprecated.
Note that with FIXME instead of an assertion failure.

Addresses fdo 25956.
2010-02-11 10:08:52 +00:00
bin mklib: Fix static library generation/installation on Solaris 2010-01-19 19:06:06 -08:00
configs Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
docs docs: fix typo: s/osdemo/osdemos/ 2010-02-09 11:21:41 -07:00
doxygen configs: fix some remains of the i915simple driver 2009-10-11 20:02:47 -04:00
include dri_interface: Introduce DRI tokens for the texBuffer texture formats 2010-02-09 15:55:25 -05:00
progs eglinfo: Also print visual type, assuming X visual types 2010-02-09 21:24:14 -05:00
scons scons: add another prefix for mingw32 on Fedora 2010-02-10 16:34:24 -07:00
src gallivm: TGSI_OPCODE_CONT is not deprecated. 2010-02-11 10:08:52 +00:00
windows Update Visual Studio Project files to compile the shader compiler and build the prebuilt shader header files. 2010-02-10 15:21:06 -07:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitattributes Allow CRLF automatic conversion on MSVC project files. 2008-06-24 22:25:52 +09:00
.gitignore r300: Fix scons build. 2010-01-01 12:16:20 +00:00
Makefile Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
SConstruct scons: Only build progs when explicitly requested in the command line. 2010-02-10 20:23:10 +00:00
acinclude.m4 autoconf: Attempt to figure out the PIC flags for the platform 2008-05-09 07:05:16 -07:00
autogen.sh autogen: Make sure MAKEFLAGS is not set before running autoreconf 2009-02-10 11:58:11 +10:30
common.py support an 'embedded' platform target which turns off most parts of the 2010-01-26 20:59:12 +00:00
configure.ac configure.ac: Enable egl demos when --enable-egl is passed 2010-02-09 15:55:25 -05: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

     cd src/mesa/drivers/directfb ; make install

  to install DirectFBGL module in the proper location.
  Actually, that last command may not be needed.  Please provide feedback.