Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Dave Airlie 008653ac55 i965: initial attempt at fixing the aperture overflow
Makes state emission into a 2 phase, prepare sets things up and accounts
the size of all referenced buffer objects. The emit stage then actually
does the batchbuffer touching for emitting the objects.

There is an assert in dri_emit_reloc if a reloc occurs for a buffer
that hasn't been accounted yet.
2008-04-18 11:57:38 +10:00
bin Add support for dfbsd to mklib script. 2008-04-09 11:03:05 -07:00
configs DRI interface changes and DRI2 direct rendering support. 2008-03-31 16:51:26 -04:00
docs 7.0.3 updates 2008-04-04 19:28:33 -06:00
doxygen Convert crlf->lf line endings. 2008-02-28 16:34:32 +09:00
include DRI interface changes and DRI2 direct rendering support. 2008-03-31 16:51:26 -04:00
progs add missing glViewport calls 2008-04-11 08:59:39 -06:00
src i965: initial attempt at fixing the aperture overflow 2008-04-18 11:57:38 +10:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows Replace glut_fbc.c with glut_fcb.c (cb=callback) 2008-02-25 11:01:23 -07:00
.gitattributes Disable autocrlf for Visual Studio project files. 2008-02-28 12:34:01 +09:00
.gitignore autoconf: Initial support for an autoconf configuration 2007-12-07 14:34:27 -08:00
Makefile Darwin: Config/source fixes to now build glxdemo apps and OSMesa 2008-03-10 15:21:39 -07:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
autogen.sh autoconf: Add autogen.sh from Xorg for easier setup from git 2008-03-10 12:36:57 -07:00
configure.ac autoconf: Add dfbsd support. 2008-04-09 10:51:21 -07:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
mms-config. Committing in . 2003-06-17 07:20:22 +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.