Mesa 3D graphics library
Go to file
Julien Cristau 7f7fc3e3af mesa: match against *-gnu* instead of *-gnu in configure.ac
Fixes build on arm-linux-gnueabi
2009-01-12 11:08:02 -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 deprecated/removed headers/interfaces 2009-01-10 12:09:08 -07:00
doxygen Fix CRLF line endings. 2008-06-07 12:33:47 +09:00
include mesa: remove old GLView.h header for BeOS 2009-01-10 12:07:58 -07:00
progs demos: added progs/glsl/samplers.c to test all available texture samplers 2009-01-01 14:02:17 -07:00
src glsl: better fix for for-loop scope issue (commit 6333005f7a) 2009-01-12 08:52:54 -07:00
vms
windows windows: updated VC8 project files 2009-01-12 10:56:42 -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: add osmesa.pc.in to tarball list 2009-01-12 08:36:21 -07:00
Makefile.DJ
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 mesa: match against *-gnu* instead of *-gnu in configure.ac 2009-01-12 11:08:02 -08:00
descrip.mms
mms-config.

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.