Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Jakob Bornecrantz e95697758e i915: Create a texture and surface for shared frontbuffer 2008-06-24 14:42:12 +02:00
bin Parse the section:offset instead of the rva+base when reading mapfiles. 2008-06-19 10:47:49 +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 mesa: WGL is not part of the WinCE API. 2008-06-24 13:00:03 +09:00
progs tests: Added a test for a strange bug in texstore_a8 2008-06-18 19:07:07 +02:00
scons scons: Update to target WinCE 6.0. 2008-06-23 19:44:37 +09:00
src i915: Create a texture and surface for shared frontbuffer 2008-06-24 14:42:12 +02:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitattributes Disable autocrlf on Visual Studio project files. 2008-02-28 15:52:30 +09: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: Don't force MSVS 2003. 2008-06-06 15:20:42 +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.