Mesa 3D graphics library
Go to file
Brian Paul eb667b979b remove directfbgl.h file 2006-12-02 18:20:53 +00:00
bin fix -noprefix option for Solaris (bug 7722) 2006-11-10 12:47:56 +00:00
configs Add i915tex and i965. 2006-12-02 02:20:05 +00:00
docs remove bogus link 2006-12-02 18:18:55 +00:00
doxygen Use CSS in custom headers. 2004-09-10 11:47:51 +00:00
include get rid of meaningless XFree86LOADER test (bug 9144) 2006-11-27 16:50:10 +00:00
progs Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header. 2006-12-01 14:12:05 +00:00
src Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future unification. 2006-12-02 01:13:06 +00:00
vms
windows Move mipmap generation functions, texture scaling functions into new 2006-09-29 01:24:26 +00:00
Makefile remove directfbgl.h file 2006-12-02 18:20:53 +00:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw remove stupid flags 2005-05-23 22:02:53 +00:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
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.