Mesa 3D graphics library
Go to file
José Fonseca 16245d9b38 Don't parse mesa's rtasm asm module. 2008-02-23 00:47:27 +09:00
bin Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
configs Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build. 2008-02-19 09:43:47 -08:00
docs Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
doxygen Don't parse mesa's rtasm asm module. 2008-02-23 00:47:27 +09:00
include Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
progs Test calling glTexSubImage2D mid-way through a frame. 2008-02-20 11:58:33 -07:00
src gallium: new draw stage for polygon stipple. 2008-02-21 16:56:32 -07:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows remove t_save_api.c and some other obsolete files, may be more 2007-06-28 07:18:43 -06:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitignore gallium: Conditionally use posix libraries/includes. 2008-02-07 19:59:37 +09:00
Makefile Add an "all" target alias for "default" target. 2008-02-18 16:47:35 +09:00
Makefile.DJ
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
SConstruct Windows (DDK) compilation support. 2008-02-19 18:53:16 +09:00
descrip.mms
mms.config Rename 'mms-config.' to 'mms.config'. 2007-10-29 19:50:10 +00: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.