Files
third_party_mesa3d/docs
Chad Versace a1eff5570f mesa: Allow overriding GLSL version with environment variable
Override the context's GLSL version if the environment variable
MESA_GLSL_VERSION_OVERRIDE is set. Valid values for
MESA_GLSL_VERSION_OVERRIDE are integers, such as "130".

MESA_GLSL_VERSION_OVERRIDE has the same behavior as INTEL_GLSL_VERSION,
except that it applies to all drivers, not just Intel's. Since the former
supercedes the latter, this patch disables the latter.

Reviewed-by: Dave Airlie <airlied@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Chad Versace <chad@chad-versace.us>
2011-09-28 11:29:52 -07:00
..
2008-09-21 11:00:44 -07:00
2005-05-05 14:18:31 +00:00
2007-09-05 10:04:37 -06:00
2005-01-20 03:55:10 +00:00
1999-07-20 00:35:22 +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
2011-07-14 17:35:05 +01:00
2006-11-18 16:44:30 +00:00
2005-07-01 01:04:31 +00:00
2011-06-14 17:19:53 -06:00
2010-02-09 11:21:41 -07:00
2005-01-20 03:55:10 +00:00
1999-02-23 03:41:13 +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-07-27 13:27:54 -06:00
2009-09-28 11:29:25 -07:00
2011-06-14 17:19:53 -06: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
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

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.