Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Eric Anholt b2e09910f6 intel: Fix fbo_firecube regression with FBconfigs change.
By selecting a 4444 texture format due to a bad test, we hit the
intel_update_wrapper error path, and despite the appearance of error handling
in it and its callers, the desired behavior (software fallback) doesn't occur.
2009-02-04 10:31:04 -08:00
bin mesa: fix static library construction 2008-10-06 11:01:31 -06:00
configs Add OSMesa pkg-config file 2008-12-14 09:35:29 -08:00
docs docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver 2009-02-03 15:36:38 -07:00
doxygen Fix CRLF line endings. 2008-06-07 12:33:47 +09:00
include dri: add fake front definitions 2009-01-19 15:41:19 +00:00
progs demos: modify bufferobj.c to exercise interleaved vertex arrays 2009-02-03 15:17:26 -07:00
src intel: Fix fbo_firecube regression with FBconfigs change. 2009-02-04 10:31:04 -08:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows windows: fix output dir for glut project file 2009-01-21 09:32:40 -07:00
.gitattributes Disable autocrlf for Visual Studio project files. 2008-02-28 12:34:01 +09:00
.gitignore Add cscope files to .gitignore 2008-05-21 15:36:08 -07:00
Makefile mesa: master is open for new development, eventually will be Mesa 7.5 2009-01-22 10:22:55 -07:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
acinclude.m4 autoconf: Attempt to figure out the PIC flags for the platform 2008-05-09 07:05:16 -07:00
autogen.sh autoconf: Add autogen.sh from Xorg for easier setup from git 2008-03-10 12:36:57 -07:00
configure.ac autoconf: Use include-fixed directory with makedepend on newer GCC 2009-01-30 12:03:16 -08:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
mms-config. Committing in . 2003-06-17 07:20:22 +00: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.