Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Eric Anholt 078e8a61b2 i965: Fix render target read domains.
We were asking for something illegal (write_domain != 0 && read_domains !=
write_domain) because at the time of writing the region surfaces were used
for texturing occasionally as well, and we weren't really clear on the model
GEM was going to use.

This reliably triggered a kernel bug with domain handling, resulting in
oglconform mustpass.c failure.  Of course, it only became visible after
01bc4d441f cleaned up some gratuitous flushing.
2009-02-21 10:53:05 -08:00
bin Merge commit 'origin/master' into gallium-0.2 2008-10-10 15:26:28 +01:00
configs gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/ 2009-02-20 11:25:55 +00:00
docs docs: some Cell driver docs updates 2009-02-10 19:36:52 -07:00
doxygen Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
include mesa: bump gl.h version comment to 7.7 (bug 20170) 2009-02-18 15:38:31 -07:00
progs trival: Make the last of progs show the name 2009-02-19 22:50:18 +01:00
scons scons: Unbreak mingw builds. 2009-02-12 12:59:58 +00:00
src i965: Fix render target read domains. 2009-02-21 10:53:05 -08: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 Revert "mesa: added new linux-gallium and linux-gallium-debug configs" 2009-02-10 16:22:19 +01:00
SConstruct gallium: Also disable i965simple for scons 2009-02-18 17:15:31 +00:00
acinclude.m4 autoconf: Attempt to figure out the PIC flags for the platform 2008-05-09 07:05:16 -07:00
autogen.sh autogen: Make sure MAKEFLAGS is not set before running autoreconf 2009-02-10 11:58:11 +10:30
common.py Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-12-15 11:22:19 +00:00
configure.ac gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/ 2009-02-20 11:25:55 +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

     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.