Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian Paul 80301866f6 added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader
Fragment's red/greenb/blue is a function gl_FragCoord.xyz
2008-11-24 13:11:05 -07:00
bin Merge commit 'origin/master' into gallium-0.2 2008-10-10 15:26:28 +01:00
configs cell: only build Cell and softpipe drivers 2008-11-21 13:57:57 -07:00
docs mesa: updated status in cell.html 2008-10-23 10:47:17 -06:00
doxygen Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
include glut: MinGW portability fixes. 2008-11-21 10:44:31 +09:00
progs added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader 2008-11-24 13:11:05 -07:00
scons scons: Build progs. 2008-11-21 10:44:30 +09:00
src i965: Add support for accelerated CopyTexSubImage. 2008-11-24 13:09:50 -07:00
windows Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitattributes Allow CRLF automatic conversion on MSVC project files. 2008-06-24 22:25:52 +09:00
.gitignore scons: Build progs. 2008-11-21 10:44:30 +09:00
Makefile Merge commit 'origin/master' into gallium-0.2 2008-11-01 22:57:26 +00:00
SConstruct scons: ppc support. 2008-10-23 10:28:48 +02: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
common.py scons: Support MinGW32 cross compiler. 2008-11-18 19:13:32 +09:00
configure.ac configure.ac: Add support for gnu/kfreebsd 2008-10-28 11:45:05 -07: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.