Mesa 3D graphics library
Go to file
Kristian Høgsberg 368bb3dc2b eglinfo: Also print visual type, assuming X visual types
This may not make a lot of sense for non-X EGL, but for EGL under X
it's very useful.
2010-02-09 21:24:14 -05: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: Eliminate mixed space/tabs. 2010-02-04 19:37:56 +00:00
src egl_dri2: Allow pbuffer and pixmap surfaces for all configs 2010-02-09 21:24:14 -05:00
windows windows: assorted build fixes 2010-01-29 08:37:15 -07:00
.emacs-dirvars
.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: don't assume llvm is always present 2010-02-09 00:00:35 -05: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.