Files
mesa/docs
Jakob Bornecrantz 7bb7e5ffbb docs: Add 8.0.2 release notes
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
(cherry picked from commit 5f7204c3bbc070fce2f3351419a64362fe15a8c6)
2012-03-21 19:23:20 +00:00
..
2008-09-21 11:00:44 -07:00
2012-03-14 08:06:37 -06:00
2007-09-05 10:04:37 -06:00
2005-01-20 03:55:10 +00:00
2005-01-20 03:55:10 +00:00
2011-08-29 08:02:46 -06:00
2011-08-26 23:31:23 -07:00
2005-05-05 14:18:31 +00:00
2005-05-06 22:17:24 +00:00
2011-08-26 23:31:22 -07:00
2006-11-18 16:44:30 +00:00
2005-07-01 01:04:31 +00:00
2012-03-21 19:23:20 +00:00
2010-02-09 11:21:41 -07:00
2005-01-20 03:55:10 +00:00
2008-09-21 11:00:44 -07:00
2005-09-23 07:03:53 +00:00
2011-08-30 09:42:01 +01:00
2006-09-21 22:51:16 +00:00
2006-12-02 18:18:55 +00:00
2006-12-02 19:22:16 +00:00
2007-04-27 16:53:42 -06:00
2006-09-21 22:51:16 +00:00
2007-06-28 16:44:24 -06:00
2008-08-26 16:12:29 -06:00
2009-01-29 00:59:53 +00:00
2009-09-03 16:07:46 -06:00
2009-09-28 11:41:23 -07:00
2009-09-28 11:29:25 -07:00
2011-06-14 17:19:53 -06:00
2012-02-10 08:08:39 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2003-12-17 23:54:23 +00:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2012-03-21 19:23:20 +00:00
2011-02-16 17:05:08 -07:00
2006-09-21 22:54:53 +00:00
2007-04-18 09:07:56 -06:00
2005-01-20 03:55:10 +00:00
2006-08-30 22:04:09 +00:00
2006-09-21 22:51:16 +00:00
2011-11-11 07:10:55 -07:00
2012-02-10 08:08:39 -07:00

File: docs/README.WIN32

Last updated: 23 April 2011


Quick Start
----- -----

Windows drivers are build with SCons.  Makefiles or Visual Studio projects are
no longer shipped or supported.

Run

  scons osmesa mesagdi

to build classic mesa Windows GDI drivers; or

  scons libgl-gdi

to build gallium based GDI driver.

This will work both with MSVS or Mingw.


Windows Drivers
------- -------

At this time, only the gallium GDI driver is known to work.

Source code also exists in the tree for other drivers in
src/mesa/drivers/windows, but the status of this code is unknown.


General
-------

After building, you can copy the above DLL files to a place in your
PATH such as $SystemRoot/SYSTEM32.  If you don't like putting things
in a system directory, place them in the same directory as the
executable(s).  Be careful about accidentially overwriting files of
the same name in the SYSTEM32 directory.

The DLL files are built so that the external entry points use the
stdcall calling convention.

Static LIB files are not built.  The LIB files that are built with are
the linker import files associated with the DLL files.

The si-glu sources are used to build the GLU libs.  This was done
mainly to get the better tessellator code.

If you have a Windows-related build problem or question, please post
to the mesa-dev or mesa-users list.