Mesa 3D graphics library
Go to file
Brian Paul a8c4242395 Define new NEGATE_* tokens for setting the src register's NegateBase field.
Before, we were using GL_TRUE/GL_FALSE in a few places.
Note: only the SWZ instruction can negate individual components.
2006-05-30 22:17:35 +00:00
bin
configs use -march=i486 instead of -m486 (bug 6954) 2006-05-18 17:04:13 +00:00
docs First draft. 2006-05-30 09:35:36 +00:00
doxygen
include
progs Make it running under Linux. 2006-05-30 09:38:16 +00:00
src Define new NEGATE_* tokens for setting the src register's NegateBase field. 2006-05-30 22:17:35 +00:00
vms
windows Add x86sse.h. 2006-05-30 09:59:05 +00:00
Makefile added solaris-x86-gcc-static 2006-05-17 22:51:44 +00:00
Makefile.DJ
Makefile.mgw
descrip.mms
mms-config.

docs/README.directfb

                         
                         Mesa DirectFB Information


Requirements
============

  To build Mesa with DirectFB (DirectFBGL) support you need:
     - DirectFB at least 0.9.21 (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.