Mesa 3D graphics library
Go to file
José Fonseca be29a60f9e Revert "llvmpipe: Move tile coordinate assertion into a more useful place."
This reverts commit 8c0391726a.

Too pendantic.
2010-02-11 12:14:01 +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 Revert "llvmpipe: Move tile coordinate assertion into a more useful place." 2010-02-11 12:14:01 +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
.gitattributes
.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
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.