Files
third_party_mesa3d/docs
Jordan Justen df7d1323de i965: create code path to handle primitive restart in hardware
For newer hardware we disable the VBO module's software handling
of primitive restart. We now handle primitive restarts in
brw_handle_primitive_restart.

The initial version of brw_handle_primitive_restart simply calls
vbo_sw_primitive_restart, and therefore still uses the VBO
module software primitive restart support.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2012-05-23 15:19:09 -07:00
..
2008-09-21 11:00:44 -07:00
2012-03-14 08:06:37 -06:00
2012-03-22 08:15:11 -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
2012-05-21 08:07:20 -06: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
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-09-28 11:29:25 -07:00
2011-06-14 17:19:53 -06:00
2012-03-21 19:23:20 +00: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
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
2012-05-04 08:07:58 -06: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.