Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
José Fonseca d150e6a2e6 glut: Do not rely on GLAPIENTRY symbol.
GLEW does some defining/undefining of GLAPIENTRY making it unreliable. GLEW
should also be fixed, but removing the dependency on this symbol.

This also restores the ability for GLUT to be used with -fvisibility=hidden.
The downside of this is that ld warns of:

  Warning: size of symbol `glutBitmapXXXXX' changed from 4 in glut_xxx.o to 16 in glut_xxxx.o

Due to the fonts being declared void * (*4 bytes), but defined as 16byte static
structure. I'll fix that in a later commit.

See also commits:
 - f321f16e83
 - d084982240
2009-01-23 12:27:10 +00:00
bin Merge commit 'origin/master' into gallium-0.2 2008-10-10 15:26:28 +01:00
configs Merge commit 'origin/gallium-0.2' into gallium-xlib-rework 2009-01-19 10:15:04 +00:00
docs docs: document glXMakeContextCurrent() and Windows fixes 2009-01-20 15:36:01 -07:00
doxygen Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
include glut: Do not rely on GLAPIENTRY symbol. 2009-01-23 12:27:10 +00:00
progs Merge commit 'origin/master' into gallium-0.2 2009-01-22 09:43:42 +00:00
scons scons: Don't define UNICODE on windows builds. 2009-01-22 14:26:30 +00:00
src Merge commit 'origin/master' into gallium-0.2 2009-01-22 09:43:42 +00:00
windows Merge commit 'origin/master' into gallium-0.2 2009-01-22 09:43:42 +00: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-12-12 12:37:21 +09:00
Makefile Merge commit 'origin/master' into gallium-0.2 2009-01-22 09:43:42 +00:00
SConstruct gallivm: Explicitly specify the LLVM components we need. 2009-01-12 12:37:13 +01: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 Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-12-15 11:22:19 +00:00
configure.ac autoconf: Only _GNU_SOURCE feature test macro needed on gnu systems 2009-01-12 11:10:31 -08: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.