Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian Paul 18cd9c229a mesa: glsl: fix error check in get_uniformfv() 2008-08-06 12:45:14 -06:00
bin win32kprof: Store the profile data as an caller->callee hash table, instead of a trace. 2008-07-22 09:45:33 +09:00
configs EGL: Only build EGL dri based drivers under linux-dri based configs 2008-07-13 18:05:20 +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 egl: added snprintf, strcasecmp defines 2008-08-05 19:20:43 -06:00
progs add edge detection to that example 2008-07-21 19:19:22 -04:00
scons scons: Lookup WINDDK and WINCE SDK directories in the registry. 2008-07-24 21:24:58 +09:00
src mesa: glsl: fix error check in get_uniformfv() 2008-08-06 12:45:14 -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 python: Move the python scons code to a separate tool module. 2008-07-15 17:58:47 +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.