Mesa 3D graphics library
Go to file
Brian Paul 6352f4c854 st/mesa: fix gallium texture level selection for RTT
Fixes invalid texture level when rendering to a texture where
GL_BASE_LEVEL > 0.

This will be cherry-picked to the 7.7 branch after additional
testing.
2010-02-11 09:40:52 -07:00
bin mklib: Fix static library generation/installation on Solaris 2010-01-19 19:06:06 -08:00
configs mesa: remove darwin-x86ppc and dangling darwin refs in Makefile 2010-02-11 09:04:03 -07:00
docs docs: remove old CVS references 2010-02-11 09:02:53 -07:00
doxygen configs: fix some remains of the i915simple driver 2009-10-11 20:02:47 -04:00
include dri_interface: Introduce DRI tokens for the texBuffer texture formats 2010-02-09 15:55:25 -05:00
progs eglinfo: Also print visual type, assuming X visual types 2010-02-09 21:24:14 -05:00
scons scons: add another prefix for mingw32 on Fedora 2010-02-10 16:34:24 -07:00
src st/mesa: fix gallium texture level selection for RTT 2010-02-11 09:40:52 -07:00
windows Update Visual Studio Project files to compile the shader compiler and build the prebuilt shader header files. 2010-02-10 15:21:06 -07:00
.emacs-dirvars
.gitattributes
.gitignore r300: Fix scons build. 2010-01-01 12:16:20 +00:00
Makefile mesa: remove darwin-x86ppc and dangling darwin refs in Makefile 2010-02-11 09:04:03 -07:00
SConstruct scons: Only build progs when explicitly requested in the command line. 2010-02-10 20:23:10 +00:00
acinclude.m4
autogen.sh autogen: Make sure MAKEFLAGS is not set before running autoreconf 2009-02-10 11:58:11 +10:30
common.py support an 'embedded' platform target which turns off most parts of the 2010-01-26 20:59:12 +00:00
configure.ac configure.ac: Enable egl demos when --enable-egl is passed 2010-02-09 15:55:25 -05: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

     cd src/mesa/drivers/directfb ; make install

  to install DirectFBGL module in the proper location.
  Actually, that last command may not be needed.  Please provide feedback.