Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
José Fonseca 6701ecb3ba raw2png: More helpful messages. Handle PIPE_FORMAT_A8B8G8R8_SNORM. 2008-07-08 07:29:18 +09:00
bin raw2png: More helpful messages. Handle PIPE_FORMAT_A8B8G8R8_SNORM. 2008-07-08 07:29:18 +09:00
configs mesa: Do not compile the dri drivers in mesa 2008-06-08 17:29:56 +02:00
docs Remove CVS keywords. 2008-05-26 20:14:40 +09:00
doxygen Fix CRLF line endings. 2008-06-07 12:40:36 +09:00
include gles: Don't define GLAPIENTRY here. 2008-06-30 12:49:32 +09:00
progs egl: Add egltri 2008-07-04 19:33:09 +02:00
scons scons: Enable gcc SSE2 intrinsics on x86. 2008-07-04 22:28:57 +09:00
src egl: bump up MAX_ATTRIBS, added assertion 2008-07-07 14:34:30 -06:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitignore Update git ignores. 2008-02-25 17:05:15 +09:00
Makefile mesa: Added linux-egl target, that only builds the i915simple driver and egl drivers 2008-05-23 11:02:14 +02:00
SConstruct scons: Fix typo. 2008-06-27 12:35:18 +09:00
common.py scons: Put the tool logic in a frontend tool. 2008-06-06 14:55:51 +09: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.