Mesa 3D graphics library
Go to file
Brian af2aa8e9cf Remove ctx->Point._Size and ctx->Line._Width.
The clamping for these values depends on whether we're drawing AA or non-AA
points, lines.  Defer clamping until drawing time.  Drivers could compute and
keep clamped AA and clamped non-AA values if desired.
2007-07-21 10:06:41 -06:00
bin Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
configs Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
docs bring over 7.0 doc changes 2007-06-28 16:44:24 -06:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include regenerated 2007-06-29 07:53:11 -06:00
progs Improve this demo in a few ways. 2007-07-11 16:20:32 -06:00
src Remove ctx->Point._Size and ctx->Line._Width. 2007-07-21 10:06:41 -06:00
vms
windows remove t_save_api.c and some other obsolete files, may be more 2007-06-28 07:18:43 -06:00
.gitignore mesa: Added Vim swap files to .gitignore. 2007-05-09 03:14:08 +00:00
Makefile remove VC6/VC7 project files until updated 2007-07-21 10:06:40 -06:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw a variety of fixes for MingW 2007-06-28 08:12:52 -06: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.