[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-unstable'



 Makefile                                                   |    6 
 configs/autoconf.in                                        |    3 
 configs/default                                            |    5 
 configs/linux-dri                                          |    2 
 configs/linux-llvm                                         |    2 
 configure.ac                                               |   14 
 debian/changelog                                           |   22 
 debian/control                                             |    4 
 debian/libgl1-mesa-dri-experimental.install                |    1 
 debian/patches/10-fix-talloc-linking.diff                  |   45 
 debian/patches/12-fix-fdo-31940.diff                       |   95 
 debian/patches/series                                      |    2 
 debian/rules                                               |    6 
 docs/download.html                                         |   83 
 docs/envvars.html                                          |  102 
 docs/install.html                                          |  104 
 docs/news.html                                             |   33 
 docs/relnotes-7.10.1.html                                  |  380 +
 docs/relnotes-7.10.2.html                                  |  201 
 docs/relnotes-7.10.html                                    |   13 
 docs/relnotes-7.9.1.html                                   |    6 
 docs/relnotes-7.9.2.html                                   |  336 +
 docs/relnotes.html                                         |    4 
 docs/shading.html                                          |    2 
 docs/sourcetree.html                                       |    1 
 include/GL/gl_mangle.h                                     |  332 +
 src/gallium/auxiliary/cso_cache/cso_context.c              |    2 
 src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h            |    3 
 src/gallium/auxiliary/gallivm/lp_bld_const.h               |   18 
 src/gallium/auxiliary/gallivm/lp_bld_format_aos.c          |   54 
 src/gallium/drivers/llvmpipe/lp_setup.c                    |    4 
 src/gallium/drivers/nouveau/nouveau_winsys.h               |    2 
 src/gallium/drivers/nv50/nv50_surface.c                    |    2 
 src/gallium/drivers/nv50/nv50_tgsi_to_nc.c                 |    2 
 src/gallium/drivers/nvfx/nv04_2d.c                         |    2 
 src/gallium/drivers/nvfx/nvfx_vbo.c                        |    3 
 src/gallium/drivers/r300/r300_emit.c                       |    5 
 src/gallium/drivers/r300/r300_screen.c                     |    4 
 src/gallium/drivers/r600/r600.h                            |    3 
 src/gallium/drivers/softpipe/sp_setup.c                    |    2 
 src/gallium/state_trackers/dri/common/dri_context.c        |   18 
 src/gallium/state_trackers/dri/common/dri_drawable.c       |    1 
 src/gallium/state_trackers/dri/common/dri_drawable.h       |    3 
 src/gallium/state_trackers/dri/drm/dri2.c                  |    2 
 src/gallium/targets/SConscript.dri                         |    1 
 src/gallium/targets/libgl-gdi/SConscript                   |    1 
 src/gallium/targets/libgl-xlib/SConscript                  |    1 
 src/gallium/winsys/r600/drm/evergreen_hw_context.c         |    5 
 src/gallium/winsys/r600/drm/r600_drm.c                     |   25 
 src/gallium/winsys/r600/drm/r600_hw_context.c              |   48 
 src/gallium/winsys/r600/drm/r600_priv.h                    |    3 
 src/gallium/winsys/r600/drm/radeon_bo.c                    |    4 
 src/gallium/winsys/r600/drm/radeon_pciid.c                 |    2 
 src/gallium/winsys/radeon/drm/radeon_r300.c                |    2 
 src/glsl/Makefile                                          |    5 
 src/glsl/SConscript                                        |    7 
 src/glsl/ast.h                                             |   21 
 src/glsl/ast_expr.cpp                                      |    4 
 src/glsl/ast_function.cpp                                  |  129 
 src/glsl/ast_to_hir.cpp                                    |  712 +-
 src/glsl/ast_type.cpp                                      |    5 
 src/glsl/builtin_function.cpp                              |    8 
 src/glsl/builtin_types.h                                   |    3 
 src/glsl/glcpp/glcpp-lex.c                                 |  532 --
 src/glsl/glcpp/glcpp-lex.l                                 |   63 
 src/glsl/glcpp/glcpp-parse.c                               |  412 -
 src/glsl/glcpp/glcpp-parse.y                               |  200 
 src/glsl/glcpp/glcpp.c                                     |   10 
 src/glsl/glcpp/glcpp.h                                     |    4 
 src/glsl/glcpp/pp.c                                        |   30 
 src/glsl/glsl_lexer.cpp                                    | 1983 ++++----
 src/glsl/glsl_lexer.lpp                                    |   23 
 src/glsl/glsl_parser.cpp                                   | 3067 ++++++------
 src/glsl/glsl_parser.h                                     |  237 
 src/glsl/glsl_parser.ypp                                   |  210 
 src/glsl/glsl_parser_extras.cpp                            |   52 
 src/glsl/glsl_parser_extras.h                              |   46 
 src/glsl/glsl_symbol_table.cpp                             |   19 
 src/glsl/glsl_symbol_table.h                               |   20 
 src/glsl/glsl_types.cpp                                    |   30 
 src/glsl/glsl_types.h                                      |   26 
 src/glsl/ir.cpp                                            |   19 
 src/glsl/ir.h                                              |   20 
 src/glsl/ir_clone.cpp                                      |    2 
 src/glsl/ir_constant_expression.cpp                        |   34 
 src/glsl/ir_expression_flattening.cpp                      |    2 
 src/glsl/ir_import_prototypes.cpp                          |    4 
 src/glsl/ir_reader.cpp                                     |   24 
 src/glsl/ir_validate.cpp                                   |   37 
 src/glsl/ir_variable_refcount.h                            |    4 
 src/glsl/link_functions.cpp                                |   30 
 src/glsl/linker.cpp                                        |   94 
 src/glsl/list.h                                            |   28 
 src/glsl/loop_analysis.cpp                                 |   14 
 src/glsl/loop_controls.cpp                                 |    6 
 src/glsl/loop_unroll.cpp                                   |    4 
 src/glsl/lower_discard.cpp                                 |    2 
 src/glsl/lower_if_to_cond_assign.cpp                       |    2 
 src/glsl/lower_mat_op_to_vec.cpp                           |    2 
 src/glsl/lower_noise.cpp                                   |    2 
 src/glsl/lower_texture_projection.cpp                      |    2 
 src/glsl/lower_variable_index_to_cond_assign.cpp           |   58 
 src/glsl/lower_vec_index_to_cond_assign.cpp                |    4 
 src/glsl/lower_vec_index_to_swizzle.cpp                    |    2 
 src/glsl/lower_vector.cpp                                  |    2 
 src/glsl/main.cpp                                          |   34 
 src/glsl/opt_algebraic.cpp                                 |    2 
 src/glsl/opt_constant_propagation.cpp                      |    6 
 src/glsl/opt_copy_propagation.cpp                          |    6 
 src/glsl/opt_dead_code_local.cpp                           |    4 
 src/glsl/opt_dead_functions.cpp                            |    4 
 src/glsl/opt_function_inlining.cpp                         |   13 
 src/glsl/opt_structure_splitting.cpp                       |   16 
 src/glsl/ralloc.c                                          |  442 +
 src/glsl/ralloc.h                                          |  345 +
 src/glsl/s_expression.cpp                                  |    8 
 src/glsl/s_expression.h                                    |    2 
 src/glx/glx_pbuffer.c                                      |   11 
 src/glx/glxcmds.c                                          |    8 
 src/glx/glxext.c                                           |    2 
 src/mapi/glapi/gen/ARB_ES2_compatibility.xml               |   58 
 src/mapi/glapi/gen/Makefile                                |    1 
 src/mapi/glapi/gen/gl_API.xml                              |    2 
 src/mapi/glapi/gen/gl_x86-64_asm.py                        |    3 
 src/mapi/glapi/gen/gl_x86_asm.py                           |    2 
 src/mapi/glapi/glapi_sparc.S                               |  609 +-
 src/mapi/glapi/glapi_x86-64.S                              | 2788 ++++++-----
 src/mapi/glapi/glapi_x86.S                                 |  913 +--
 src/mapi/glapi/glapitable.h                                |  567 +-
 src/mapi/glapi/glapitemp.h                                 |  244 -
 src/mapi/glapi/glprocs.h                                   | 1416 ++---
 src/mesa/Makefile                                          |    6 
 src/mesa/drivers/dri/i915/i915_context.c                   |   28 
 src/mesa/drivers/dri/i915/i915_fragprog.c                  |   36 
 src/mesa/drivers/dri/i965/brw_context.c                    |    9 
 src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp        |    2 
 src/mesa/drivers/dri/i965/brw_fs.cpp                       |  201 
 src/mesa/drivers/dri/i965/brw_fs.h                         |   37 
 src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp   |    2 
 src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp          |    9 
 src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp      |   14 
 src/mesa/drivers/dri/i965/brw_program.c                    |    4 
 src/mesa/drivers/dri/i965/brw_vs_emit.c                    |    8 
 src/mesa/drivers/dri/i965/brw_vs_state.c                   |    9 
 src/mesa/drivers/dri/i965/brw_wm.c                         |    4 
 src/mesa/drivers/dri/i965/brw_wm.h                         |    1 
 src/mesa/drivers/dri/i965/gen6_clip_state.c                |    2 
 src/mesa/drivers/dri/i965/gen6_sf_state.c                  |    4 
 src/mesa/drivers/dri/intel/intel_context.c                 |    6 
 src/mesa/drivers/dri/intel/intel_extensions_es2.c          |   13 
 src/mesa/drivers/dri/intel/intel_fbo.c                     |   13 
 src/mesa/drivers/dri/nouveau/nouveau_driver.h              |    2 
 src/mesa/drivers/dri/r200/r200_state_init.c                |    2 
 src/mesa/drivers/dri/r300/compiler/r300_fragprog_swizzle.c |    6 
 src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c         |    2 
 src/mesa/drivers/dri/r300/compiler/r3xx_vertprog.c         |   18 
 src/mesa/drivers/dri/r300/compiler/r500_fragprog.c         |    6 
 src/mesa/drivers/dri/r300/compiler/r500_fragprog_emit.c    |    5 
 src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c  |    9 
 src/mesa/drivers/dri/r300/compiler/radeon_pair_translate.c |   13 
 src/mesa/drivers/dri/r300/compiler/radeon_program_pair.h   |    2 
 src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c    |  128 
 src/mesa/drivers/dri/r600/r700_assembler.c                 |   83 
 src/mesa/drivers/dri/radeon/radeon_chipset.h               |    2 
 src/mesa/drivers/dri/radeon/radeon_screen.c                |    2 
 src/mesa/drivers/dri/radeon/radeon_span.c                  |    8 
 src/mesa/drivers/dri/radeon/radeon_state.c                 |    3 
 src/mesa/drivers/dri/radeon/radeon_state_init.c            |    2 
 src/mesa/drivers/dri/radeon/radeon_texstate.c              |   28 
 src/mesa/drivers/osmesa/Makefile                           |    2 
 src/mesa/main/APIspec.xml                                  |    2 
 src/mesa/main/api_exec.c                                   |    4 
 src/mesa/main/arrayobj.c                                   |    2 
 src/mesa/main/context.c                                    |   10 
 src/mesa/main/depth.c                                      |    6 
 src/mesa/main/depth.h                                      |    3 
 src/mesa/main/enums.c                                      |    4 
 src/mesa/main/extensions.c                                 |  910 +--
 src/mesa/main/fbobject.c                                   |    9 
 src/mesa/main/formats.c                                    |   15 
 src/mesa/main/get.c                                        |   42 
 src/mesa/main/glapidispatch.h                              | 1158 ++--
 src/mesa/main/imports.c                                    |    2 
 src/mesa/main/mipmap.c                                     |    2 
 src/mesa/main/mtypes.h                                     |   19 
 src/mesa/main/remap_helper.h                               | 3166 ++++++-------
 src/mesa/main/shaderapi.c                                  |   65 
 src/mesa/main/shaderobj.c                                  |   12 
 src/mesa/main/texenvprogram.c                              |    4 
 src/mesa/main/texgetimage.c                                |    3 
 src/mesa/main/uniforms.c                                   |   55 
 src/mesa/main/varray.c                                     |   68 
 src/mesa/main/version.h                                    |    4 
 src/mesa/main/viewport.c                                   |    6 
 src/mesa/main/viewport.h                                   |    3 
 src/mesa/program/ir_to_mesa.cpp                            |   38 
 src/mesa/program/prog_optimize.c                           |   17 
 src/mesa/program/register_allocate.c                       |   27 
 src/mesa/program/sampler.cpp                               |   22 
 src/mesa/state_tracker/st_atom_sampler.c                   |   49 
 src/mesa/state_tracker/st_cb_blit.c                        |    3 
 src/mesa/state_tracker/st_cb_clear.c                       |   22 
 src/mesa/state_tracker/st_cb_drawpixels.c                  |    7 
 src/mesa/state_tracker/st_cb_fbo.c                         |    6 
 src/mesa/state_tracker/st_cb_texture.c                     |    3 
 src/mesa/state_tracker/st_draw.c                           |    8 
 src/mesa/state_tracker/st_format.c                         |   59 
 src/mesa/state_tracker/st_format.h                         |    6 
 src/mesa/state_tracker/st_mesa_to_tgsi.c                   |   10 
 src/mesa/tnl/t_draw.c                                      |   40 
 src/mesa/x86-64/xform4.S                                   |   14 
 src/mesa/x86/read_rgba_span_x86.S                          |    2 
 212 files changed, 13960 insertions(+), 10466 deletions(-)

New commits:
commit 3c8d89fe42e478ed38fa0a90bfb537596c977330
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sun Apr 10 23:43:01 2011 +0200

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 3e3913a..6487631 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-mesa (7.10.2-1) UNRELEASED; urgency=low
+mesa (7.10.2-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Cyril Brulebois <kibi@debian.org>  Sun, 10 Apr 2011 02:40:30 +0200
+ -- Cyril Brulebois <kibi@debian.org>  Sun, 10 Apr 2011 23:42:41 +0200
 
 mesa (7.10.1-1) experimental; urgency=low
 

commit 41be583e07d537fd619bf76400c6ea46c3409760
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sun Apr 10 02:41:36 2011 +0200

    Bump changelog.

diff --git a/debian/changelog b/debian/changelog
index f58ff24..3e3913a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (7.10.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Cyril Brulebois <kibi@debian.org>  Sun, 10 Apr 2011 02:40:30 +0200
+
 mesa (7.10.1-1) experimental; urgency=low
 
   [ Cyril Brulebois ]

commit b0866f6cfdfcaf23686b1ae2a99627d468196db2
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Wed Apr 6 13:41:43 2011 -0700

    docs: update news.html with 7.10.2 release

diff --git a/docs/news.html b/docs/news.html
index 97d5bfa..6791f98 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -11,6 +11,13 @@
 <H1>News</H1>
 
 
+<h2>April 6, 2011</h2>
+
+<p>
+<a href="relnotes-7.10.2.html">Mesa 7.10.2</a> is released.  This is a bug
+fix release release.
+</p>
+
 <h2>March 2, 2011</h2>
 
 <p>

commit c6a68814b43569e67c3520671e887bcde3f9f62b
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Wed Apr 6 13:32:09 2011 -0700

    docs: Add change log to 7.10.2 release notes

diff --git a/docs/relnotes-7.10.2.html b/docs/relnotes-7.10.2.html
index fa556a8..0e2eb0d 100644
--- a/docs/relnotes-7.10.2.html
+++ b/docs/relnotes-7.10.2.html
@@ -74,8 +74,128 @@ TBD
 <p>The full set of changes can be viewed by using the following GIT command:</p>
 
 <pre>
-  git log mesa-7.10.1..origin/7.10
+  git log mesa-7.10.1..mesa-7.10.2
 </pre>
 
+<p><em>Note:</em> Reverted commits and the reverts are not included in this list.</p>
+
+<p>Alex Deucher (2):
+<ul>
+  <li>r600c: add new ontario pci ids</li>
+  <li>r600g: add some additional ontario pci ids</li>
+</ul></p>
+
+<p>Benjamin Franzke (1):
+<ul>
+  <li>st/dri: Fix surfaceless gl using contexts with previous bound surfaces</li>
+</ul></p>
+
+<p>Brian Paul (9):
+<ul>
+  <li>docs: pull 7.9.2 release notes into 7.10 branch</li>
+  <li>docs: update news.html with 7.10.1 and 7.9.2 releases</li>
+  <li>docs: fill in 7.10.1 release data</li>
+  <li>docs: add, fix release notes links</li>
+  <li>docs: update info about Mesa packaging/contents</li>
+  <li>docs: update prerequisites, remove old demo info</li>
+  <li>mesa: Guard against null pointer deref in fbo validation</li>
+  <li>st/mesa: Apply LOD bias from correct texture unit</li>
+  <li>glsl: silence warning in printf() with a cast</li>
+</ul></p>
+
+<p>Chad Versace (1):
+<ul>
+  <li>i965: Fix tex_swizzle when depth mode is GL_RED</li>
+</ul></p>
+
+<p>Dave Airlie (1):
+<ul>
+  <li>r600: don't close fd on failed load</li>
+</ul></p>
+
+<p>Eric Anholt (2):
+<ul>
+  <li>i965: Apply a workaround for the Ironlake "vertex flashing".</li>
+  <li>i965: Fix alpha testing when there is no color buffer in the FBO.</li>
+</ul></p>
+
+<p>Fabian Bieler (1):
+<ul>
+  <li>st/mesa: Apply LOD from texture object</li>
+</ul></p>
+
+<p>Henri Verbeet (1):
+<ul>
+  <li>st/mesa: Validate state before doing blits.</li>
+</ul></p>
+
+<p>Ian Romanick (13):
+<ul>
+  <li>docs: Add 7.10.1 md5sums</li>
+  <li>glsl: Refactor AST-to-HIR code handling variable initializers</li>
+  <li>glsl: Refactor AST-to-HIR code handling variable redeclarations</li>
+  <li>glsl: Process redeclarations before initializers</li>
+  <li>glsl: Function signatures cannot have NULL return type</li>
+  <li>glsl: Add several function / call related validations</li>
+  <li>linker: Add imported functions to the linked IR</li>
+  <li>glsl: Use insert_before for lists instead of open coding it</li>
+  <li>glsl: Only allow unsized array assignment in an initializer</li>
+  <li>glcpp: Refresh autogenerated lexer files</li>
+  <li>docs: Initial bits of 7.10.2 release notes</li>
+  <li>mesa: set version string to 7.10.2</li>
+  <li>mesa: Remove nonexistant files from _FILES lists</li>
+</ul></p>
+
+<p>Jerome Glisse (1):
+<ul>
+  <li>r600g: move user fence into base radeon structure</li>
+</ul></p>
+
+<p>José Fonseca (2):
+<ul>
+  <li>mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).</li>
+  <li>mesa: More glGet* fixes.</li>
+</ul></p>
+
+<p>Kenneth Graunke (4):
+<ul>
+  <li>glcpp: Rework lexer to use a SKIP state rather than REJECT.</li>
+  <li>glcpp: Remove trailing contexts from #if rules.</li>
+  <li>i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.</li>
+  <li>glsl: Accept precision qualifiers on sampler types, but only in ES.</li>
+</ul></p>
+
+<p>Marek Olšák (15):
+<ul>
+  <li>st/mesa: fix crash when DrawBuffer-&gt;_ColorDrawBuffers[0] is NULL</li>
+  <li>st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format fails</li>
+  <li>r300/compiler: fix the saturate modifier when applied to TEX instructions</li>
+  <li>r300/compiler: fix translating the src negate bits in pair_translate</li>
+  <li>r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)</li>
+  <li>r300/compiler: TEX instructions don't support negation on source arguments</li>
+  <li>r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500</li>
+  <li>r300/compiler: saturate Z before the shadow comparison</li>
+  <li>r300/compiler: fix equal and notequal shadow compare functions</li>
+  <li>r300/compiler: remove unused variables</li>
+  <li>st/mesa: fix crash when using both user and vbo buffers with the same stride</li>
+  <li>r300g: fix alpha-test with no colorbuffer</li>
+  <li>r300g: tell the GLSL compiler to lower the continue opcode</li>
+  <li>r300/compiler: propagate SaturateMode down to the result of shadow comparison</li>
+  <li>r300/compiler: apply the texture swizzle to shadow pass and fail values too</li>
+</ul></p>
+
+<p>Michel Dänzer (1):
+<ul>
+  <li>Use proper source row stride when getting depth/stencil texels.</li>
+</ul></p>
+
+<p>Tom Stellard (4):
+<ul>
+  <li>r300/compiler: Use a 4-bit writemask in pair instructions</li>
+  <li>prog_optimize: Fix reallocating registers for shaders with loops</li>
+  <li>r300/compiler: Fix vertex shader MAD instructions with constant swizzles</li>
+  <li>r300/compiler: Don't try to convert RGB to Alpha in full instructions</li>
+</ul></p>
+
 </body>
 </html>

commit 3831ba6dd1989e3e4299e033196ec60e0b96106f
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Wed Apr 6 13:29:59 2011 -0700

    mesa: Remove nonexistant files from _FILES lists
    
    This allows 'make -j1 tarballs' to work.

diff --git a/Makefile b/Makefile
index 9159f9a..0862a65 100644
--- a/Makefile
+++ b/Makefile
@@ -209,7 +209,6 @@ MAIN_FILES = \
 	$(DIRECTORY)/docs/README.*					\
 	$(DIRECTORY)/docs/RELNOTES*					\
 	$(DIRECTORY)/docs/*.spec					\
-	$(DIRECTORY)/include/GL/internal/glcore.h			\
 	$(DIRECTORY)/include/GL/gl.h					\
 	$(DIRECTORY)/include/GL/glext.h					\
 	$(DIRECTORY)/include/GL/gl_mangle.h				\
@@ -308,8 +307,7 @@ MAPI_FILES = \
 	$(DIRECTORY)/src/mapi/mapi/*.[ch]				\
 	$(DIRECTORY)/src/mapi/vgapi/Makefile				\
 	$(DIRECTORY)/src/mapi/vgapi/vgapi.csv				\
-	$(DIRECTORY)/src/mapi/vgapi/vg.pc.in				\
-	$(DIRECTORY)/src/mapi/vgapi/*.h
+	$(DIRECTORY)/src/mapi/vgapi/vg.pc.in
 
 EGL_FILES = \
 	$(DIRECTORY)/include/KHR/*.h					\

commit 812e11f4b4664593a84f63de5a396d7216c66ff0
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Wed Apr 6 10:01:02 2011 -0700

    mesa: set version string to 7.10.2

diff --git a/Makefile b/Makefile
index ee16a2b..9159f9a 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.10.1
+VERSION=7.10.2
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 GLUT_NAME = MesaGLUT-$(VERSION)
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 8d54169..c4ec34d 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -34,8 +34,8 @@ struct gl_context;
 /* Mesa version */
 #define MESA_MAJOR 7
 #define MESA_MINOR 10
-#define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.10.1"
+#define MESA_PATCH 2
+#define MESA_VERSION_STRING "7.10.2"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

commit 0c69a2fda5bd277110766b1a565f48aba149ed40
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Tue Apr 5 16:35:15 2011 -0700

    docs: Initial bits of 7.10.2 release notes

diff --git a/docs/relnotes-7.10.2.html b/docs/relnotes-7.10.2.html
new file mode 100644
index 0000000..fa556a8
--- /dev/null
+++ b/docs/relnotes-7.10.2.html
@@ -0,0 +1,81 @@
+<HTML>
+
+<head>
+<TITLE>Mesa Release Notes</TITLE>
+<link rel="stylesheet" type="text/css" href="mesa.css">
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+</head>
+
+<BODY>
+
+<body bgcolor="#eeeeee">
+
+<H1>Mesa 7.10.2 Release Notes / TBD</H1>
+
+<p>
+Mesa 7.10.2 is a bug fix release which fixes bugs found since the 7.10 release.
+</p>
+<p>
+Mesa 7.10.2 implements the OpenGL 2.1 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 2.1.
+</p>
+<p>
+See the <a href="install.html">Compiling/Installing page</a> for prerequisites
+for DRI hardware acceleration.
+</p>
+
+
+<h2>MD5 checksums</h2>
+<pre>
+TBD
+</pre>
+
+
+<h2>New features</h2>
+<p>None.</p>
+
+<h2>Bug fixes</h2>
+<p>This list is likely incomplete.</p>
+<ul>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29172";>Bug 29172</a> - Arrandale - Pill Popper Pops Pills</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31159";>Bug 31159</a> - shadow problem in 0ad game</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32688";>Bug 32688</a> - [RADEON:KMS:R300G] some games have a wireframe or outline visible</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32949";>Bug 32949</a> - [glsl wine] Need for Speed renders incorrectly with GLSL enabled</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34203";>Bug 34203</a> - [GLSL] fail to call long chains across shaders</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34376";>Bug 34376</a> - [GLSL] allowing assignment to unsized array
+  <ul>
+    <li>The commit message incorrectly
+    lists <a href="https://bugs.freedesktop.org/show_bug.cgi?id=34367";>bug
+    34367</a>.</li>
+  </ul>
+</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34370";>Bug 34370</a> - [GLSL] "i&lt;5 &amp;&amp; i&lt;4" in for loop fails</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=34374";>Bug 34374</a> - [GLSL] fail to redeclare an array using initializer</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35073";>Bug 35073</a> - [GM45] Alpha test is broken when rendering to FBO with no color attachment</li>
+
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=35483";>Bug 35483</a> - util_blit_pixels_writemask: crash in line 322 of src/gallium/auxiliary/util/u_blit.c</li>
+
+<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=";>Bug </a> - </li> -->
+
+</ul>
+
+
+<h2>Changes</h2>
+<p>The full set of changes can be viewed by using the following GIT command:</p>
+
+<pre>
+  git log mesa-7.10.1..origin/7.10
+</pre>
+
+</body>
+</html>

commit 6e08ceb77d4d4c98ea5bfd41e8fab1c3232de4a1
Author: Tom Stellard <tstellar@gmail.com>
Date:   Tue Apr 5 23:49:23 2011 -0700

    r300/compiler: Don't try to convert RGB to Alpha in full instructions
    
    (cherry picked from commit cd2857fae16e1352f39b37f611797e66619d3fe5)

diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c b/src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c
index 1a1e881..10b257c 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c
@@ -600,7 +600,8 @@ static void is_rgb_to_alpha_possible(
 	struct rc_reader_data * reader_data = userdata;
 
 	if (!can_remap(inst->U.P.RGB.Opcode)
-	    || !can_remap(inst->U.P.Alpha.Opcode)) {
+	    || !can_remap(inst->U.P.Alpha.Opcode)
+	    || inst->U.P.Alpha.Opcode != RC_OPCODE_NOP) {
 		reader_data->Abort = 1;
 		return;
 	}

commit 50dccfdbefcf0a5c35668287508916a3a74da4c8
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Tue Apr 5 16:14:39 2011 -0700

    Revert "i965: bump VS thread number to 60 on SNB"
    
    Increasing the number of VS threads beyond 1 causes some regressions
    in vertex shader tests on Sugar Bay GT1 systems.
    
    This reverts commit c21a44463a402a886bf58d0e689d5a098eda1ff4.
    
    References: https://bugs.freedesktop.org/show_bug.cgi?id=35730

diff --git a/src/mesa/drivers/dri/i965/brw_vs_emit.c b/src/mesa/drivers/dri/i965/brw_vs_emit.c
index 6ec6255..0411ce0 100644
--- a/src/mesa/drivers/dri/i965/brw_vs_emit.c
+++ b/src/mesa/drivers/dri/i965/brw_vs_emit.c
@@ -1561,7 +1561,6 @@ static void emit_vertex_write( struct brw_vs_compile *c)
    int eot;
    GLuint len_vertex_header = 2;
    int next_mrf, i;
-   int msg_len;
 
    if (c->key.copy_edgeflag) {
       brw_MOV(p, 
@@ -1728,20 +1727,13 @@ static void emit_vertex_write( struct brw_vs_compile *c)
 
    eot = (c->first_overflow_output == 0);
 
-   msg_len = c->nr_outputs + 2 + len_vertex_header; 
-   if (intel->gen >= 6) {
-	   /* interleaved urb write message length for gen6 should be multiple of 2 */
-	   if ((msg_len % 2) != 0)
-		msg_len++;
-   }
-
    brw_urb_WRITE(p, 
 		 brw_null_reg(), /* dest */
 		 0,		/* starting mrf reg nr */
 		 c->r0,		/* src */
 		 0,		/* allocate */
 		 1,		/* used */
-		 MIN2(msg_len - 1, (BRW_MAX_MRF - 1)), /* msg len */
+		 MIN2(c->nr_outputs + 1 + len_vertex_header, (BRW_MAX_MRF-1)), /* msg len */
 		 0,		/* response len */
 		 eot, 		/* eot */
 		 eot, 		/* writes complete */
diff --git a/src/mesa/drivers/dri/i965/gen6_vs_state.c b/src/mesa/drivers/dri/i965/gen6_vs_state.c
index 20dfb13..ed132bd 100644
--- a/src/mesa/drivers/dri/i965/gen6_vs_state.c
+++ b/src/mesa/drivers/dri/i965/gen6_vs_state.c
@@ -136,8 +136,7 @@ upload_vs_state(struct brw_context *brw)
    OUT_BATCH((1 << GEN6_VS_DISPATCH_START_GRF_SHIFT) |
 	     (brw->vs.prog_data->urb_read_length << GEN6_VS_URB_READ_LENGTH_SHIFT) |
 	     (0 << GEN6_VS_URB_ENTRY_READ_OFFSET_SHIFT));
-
-   OUT_BATCH(((60 - 1) << GEN6_VS_MAX_THREADS_SHIFT) | /* max 60 threads for gen6 */
+   OUT_BATCH((0 << GEN6_VS_MAX_THREADS_SHIFT) |
 	     GEN6_VS_STATISTICS_ENABLE |
 	     GEN6_VS_ENABLE);
    ADVANCE_BATCH();

commit 22035e3d8423ac62d6d8b648170a01fbd1cc5fa0
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Tue Apr 5 16:09:47 2011 -0700

    glcpp: Refresh autogenerated lexer files
    
    These are the results of commit 9ebb904 and 7cf7c966.

diff --git a/src/glsl/glcpp/glcpp-lex.c b/src/glsl/glcpp/glcpp-lex.c
index b53bea6..3e1b918 100644
--- a/src/glsl/glcpp/glcpp-lex.c
+++ b/src/glsl/glcpp/glcpp-lex.c
@@ -358,45 +358,43 @@ struct yy_trans_info
 	flex_int32_t yy_verify;
 	flex_int32_t yy_nxt;
 	};
-static yyconst flex_int16_t yy_acclist[137] =
+static yyconst flex_int16_t yy_acclist[125] =
     {   0,
         3,    3,   44,   39,   43,   40,   43,   41,   43,   43,
        38,   43,   43,   38,   43,   38,   43,   38,   43,   25,
        39,   43,   24,   39,   43,   38,   43,   38,   43,   38,
        43,   37,   39,   43,   37,   39,   43,   38,   43,   40,
-       43,   23,   43,   43,    3,   43,    4,   43,    5,   43,
-       42,   43,   39,   18,   40,   32,   35,   33,    2,    1,
-       25,   39,   25,   39,   39,   24,   39,   24,   39,   27,
-       29,   31,   30,   28,   37,   39,   37,   39,   34,   40,
-       23,   23,    3,    4,    5,    6,    5,    7,    1,   26,
-       39,   37,   39,16398,   26,   39,   37,   39,   18,   37,
-
-       39,16399,16400, 8206,   18, 8206,   37,   39, 8207,   18,
-     8208,   18,16401,   19,16396,   22,   36,   37,   39,   21,
-     8209,   18,   19, 8204,   18,16397,16404, 8205,   18,   11,
-       18,    9,    8, 8212,   10,   18
+       43,   23,   43,    3,   43,    4,   43,    5,   43,   42,
+       43,   18,   43,   18,   43,   18,   43,   39,   40,   32,
+       35,   33,    2,    1,   25,   39,   25,   39,   39,   24,
+       39,   24,   39,   27,   29,   31,   30,   28,   37,   39,
+       37,   39,   34,   40,   23,   23,    3,    4,    5,    6,
+        5,    7,    1,   26,   39,   37,   39,   26,   39,   37,
+
+       39,   14,   37,   39,   15,   16,   37,   39,   17,   19,
+       12,   22,   36,   37,   39,   21,   19,   13,16404,   11,
+        9,    8, 8212,   10
     } ;
 
-static yyconst flex_int16_t yy_accept[164] =
+static yyconst flex_int16_t yy_accept[155] =
     {   0,
-        1,    1,    1,    1,    1,    2,    3,    3,    3,    4,
-        6,    8,   10,   11,   13,   14,   16,   18,   20,   23,
-       26,   28,   30,   32,   35,   38,   40,   42,   44,   45,
-       47,   49,   51,   53,   54,   54,   55,   56,   57,   58,
-       59,   60,   61,   63,   65,   66,   68,   70,   71,   72,
-       73,   74,   75,   77,   79,   80,   81,   82,   83,   83,
-       83,   83,   83,   83,   83,   83,   84,   85,   86,   87,
-       88,   89,   90,   92,   94,   94,   94,   94,   94,   94,
-       95,   95,   95,   95,   95,   97,   99,   99,   99,   99,
-       99,   99,   99,   99,  100,  100,  100,  100,  100,  100,
-
-      100,  102,  102,  103,  104,  104,  104,  104,  104,  106,
-      106,  107,  107,  107,  107,  107,  107,  107,  109,  109,
-      109,  111,  111,  113,  114,  115,  115,  116,  116,  116,
-      116,  117,  117,  120,  121,  121,  123,  124,  124,  124,
-      126,  127,  127,  127,  127,  128,  128,  128,  130,  130,
-      132,  132,  133,  134,  134,  134,  134,  135,  135,  135,
-      137,  137,  137
+        1,    1,    1,    1,    1,    2,    3,    3,    3,    3,
+        3,    4,    6,    8,   10,   11,   13,   14,   16,   18,
+       20,   23,   26,   28,   30,   32,   35,   38,   40,   42,
+       44,   46,   48,   50,   52,   54,   56,   58,   59,   60,
+       61,   62,   63,   64,   65,   67,   69,   70,   72,   74,
+       75,   76,   77,   78,   79,   81,   83,   84,   85,   86,
+       87,   87,   87,   87,   87,   87,   87,   87,   88,   89,
+       90,   91,   92,   93,   93,   93,   93,   93,   94,   96,
+       98,   98,   98,   98,   98,   98,   98,   98,   98,   98,
+       98,  100,  102,  102,  102,  102,  102,  102,  102,  103,
+
+      103,  103,  103,  103,  103,  103,  105,  105,  106,  107,
+      107,  107,  107,  107,  107,  107,  107,  107,  107,  109,
+      109,  110,  111,  111,  112,  112,  112,  112,  113,  113,
+      116,  117,  118,  118,  119,  119,  119,  119,  120,  120,
+      120,  121,  121,  122,  123,  123,  123,  123,  124,  124,
+      124,  125,  125,  125
     } ;
 
 static yyconst flex_int32_t yy_ec[256] =
@@ -433,198 +431,144 @@ static yyconst flex_int32_t yy_ec[256] =
 
 static yyconst flex_int32_t yy_meta[40] =
     {   0,
-        1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
-        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
-        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
-        1,    1,    1,    1,    1,    1,    1,    1,    1
+        1,    2,    3,    4,    4,    4,    4,    4,    5,    6,
+        4,    7,    7,    7,    4,    4,    4,    8,    8,    8,
+        8,    8,    9,    8,    8,    8,    8,    8,    8,    9,
+        8,    8,    8,    8,    8,    8,    8,    8,    4
     } ;
 
-static yyconst flex_int16_t yy_base[182] =
+static yyconst flex_int16_t yy_base[168] =
     {   0,
-        0,   38,    0,    0,   38,   39,  499,  498,  500,   48,
-       43,  552,  496,   44,   63,  495,   59,   65,   87,  125,
-       58,   67,   68,  164,  203,   40,   75,  241,  552,  494,
-      552,  140,  552,  140,  493,  552,  144,  492,  491,  487,
-      486,  485,  156,  179,  267,    0,  209,  472,  471,  470,
-      469,  468,  446,  124,  466,  153,  462,  458,  154,  198,
-      159,  155,  183,  160,  193,  460,  552,  222,  552,  227,
-      552,  459,  204,  161,  231,  232,  238,  243,  236,  303,
-      245,  180,  247,  249,  281,   56,  257,  271,  248,  259,
-      252,  264,  455,  454,  297,  299,  312,  313,  320,  294,
-
-      407,  295,  427,  426,  321,  296,  324,  425,  552,  424,
-      552,  327,  329,  195,  328,  331,  332,  230,  334,  378,
-      552,  377,  552,  371,  370,  335,  365,  337,  358,  342,
-      360,  344,  326,  255,  340,  552,  260,  338,  246,  552,
-      197,  364,  192,  352,  382,  348,  186,  552,  420,  552,
-      423,  184,  141,  437,  421,  447,   79,  476,  346,  552,
-      453,  552,  515,  517,  519,  521,  523,  525,   71,  527,
-      529,  531,  533,  535,  537,  539,  541,  543,  545,  547,
-      549
+        0,   38,    0,    0,   38,   39,  328,  327,  326,   44,
+      328,    0,  325,  332,  332,  310,  319,  332,  316,   41,
+       41,   44,   44,  307,   49,  321,   44,  282,   61,   79,
+      317,  332,   72,  332,  332,   67,   68,    0,  317,  332,
+      332,  332,  332,    0,   34,    0,  105,    0,    0,  332,
+      332,  332,  332,  332,  317,   73,  332,   82,  311,  310,
+      291,   61,  289,  286,  279,  281,  286,  306,  332,   90,
+      332,   94,  332,   84,   85,  108,   48,    0,   88,   95,
+      283,   86,  284,  273,  270,   91,  274,  281,  279,  268,
+        0,  124,  273,  274,  274,  270,  265,  271,  332,  267,
+
+      264,  262,  259,  260,  249,  125,  245,  332,  332,  241,
+      229,  231,  223,  209,  222,  194,  197,  194,  130,  196,
+      332,    0,  181,  332,  189,  131,  191,  332,  181,  210,
+      162,    0,  136,  332,  134,    0,  130,  155,  111,  138,
+      332,  153,    0,  332,  125,   41,  156,  332,   34,  136,
+      332,  159,  332,  173,  182,  191,  200,  209,  218,  227,
+      236,  245,  254,  263,  272,  280,  285
     } ;
 
-static yyconst flex_int16_t yy_def[182] =
+static yyconst flex_int16_t yy_def[168] =
     {   0,
-      162,    1,  163,  163,  164,  164,  165,  165,  162,  166,
-      167,  162,  167,  167,  167,  167,  167,  167,  162,  166,
-      167,  167,  167,  168,  168,  167,  167,  167,  162,  169,
-      162,  170,  162,   20,  167,  162,  167,  167,  167,  167,
-      167,  171,   19,   20,   20,   20,   20,  167,  167,  167,
-      167,  167,   25,   25,  167,  167,   28,   28,  167,  167,
-      167,  167,  167,  167,  167,  169,  162,  170,  162,  170,
-      162,  171,   45,   25,  167,  167,  167,  167,  167,  167,
-      167,  167,  167,  167,   20,   25,  167,  167,  167,  167,
-      167,  167,  172,  173,  167,  167,  167,  167,  167,  167,
-
-       25,  167,  174,  175,  167,  167,  167,  172,  162,  173,
-      162,  167,  167,  167,  167,  167,  167,   25,  167,  174,
-      162,  175,  162,  176,  177,  167,  178,  167,  167,  167,
-      167,  167,   25,  167,  176,  162,  177,  167,  178,  162,
-      179,  167,  180,  167,  162,  167,  179,  162,  167,  162,
-      167,  180,  167,  181,  167,  167,  167,  181,  167,  162,
-      167,    0,  162,  162,  162,  162,  162,  162,  162,  162,
-      162,  162,  162,  162,  162,  162,  162,  162,  162,  162,
-      162
+      153,    1,  154,  154,  155,  155,  156,  156,  157,  157,
+      153,  158,  153,  153,  153,  153,  153,  153,  153,  153,
+      158,  158,  153,  153,  153,  159,  159,  153,  153,  153,
+      160,  153,  161,  153,  153,  153,  153,  158,  153,  153,
+      153,  153,  153,  162,   21,  158,  158,   22,  158,  153,
+      153,  153,  153,  153,  159,  159,  153,  153,   30,   30,
+      153,  153,  153,  153,  153,  153,  153,  160,  153,  161,
+      153,  161,  153,  153,  153,  153,  153,  162,   47,  159,
+      153,  153,  153,  153,  153,  163,  153,  153,  153,  153,
+      158,  159,  153,  153,  153,  153,  153,  153,  153,  153,
+
+      153,  153,  153,  153,  153,  159,  153,  153,  153,  153,
+      153,  153,  153,  153,  153,  153,  153,  153,  159,  153,
+      153,  164,  153,  153,  153,  153,  153,  153,  153,  159,
+      153,  164,  153,  153,  153,  165,  153,  166,  153,  153,
+      153,  153,  165,  153,  167,  153,  153,  153,  167,  153,
+      153,  153,    0,  153,  153,  153,  153,  153,  153,  153,
+      153,  153,  153,  153,  153,  153,  153
     } ;
 
-static yyconst flex_int16_t yy_nxt[592] =
+static yyconst flex_int16_t yy_nxt[372] =
     {   0,
-       10,   11,   12,   13,   14,   15,   16,   17,   16,   16,
-       18,   19,   20,   20,   21,   22,   23,   24,   24,   24,
-       24,   24,   25,   24,   24,   24,   24,   24,   24,   24,
-       24,   24,   24,   24,   24,   24,   24,   24,   26,   27,
-       31,   31,   36,   28,   37,   36,   36,   32,   32,   35,
-       36,   35,   35,   35,   35,   35,   35,   35,   35,   38,
-       36,   36,   35,   35,   35,   36,   40,   36,   39,   36,
-       36,   66,   48,   49,   41,   42,   56,   36,   55,   53,
-       57,   36,   50,   51,   52,  101,   35,   34,   35,   36,
-       35,   35,   35,   35,   35,   35,   35,   35,   43,   43,
-
-       34,   35,   35,   35,   34,   34,   44,   45,   34,   34,
-       34,   34,   34,   34,   34,   34,   34,   34,   34,   34,
-       34,   34,   44,   34,   45,   35,   35,   36,   35,   35,
-       35,   35,   35,   35,   35,   35,   46,   46,   46,   35,
-       35,   35,   69,   36,   47,   37,   36,   53,   74,   70,
-       71,   34,   34,   34,   56,   36,   36,   36,   57,   34,
-       47,   36,   36,   35,   34,   35,   36,   35,   35,   35,
-       35,   35,   35,   35,   35,   34,   34,   75,   35,   35,
-       35,   81,   36,   80,   53,   36,   36,   86,  148,   83,
-       34,   34,   34,   34,   36,   36,  129,   36,   34,  148,
-
-       36,   98,   35,   34,   35,   36,   35,   35,   35,   35,
-       35,   35,   35,   35,   34,   82,   84,   35,   35,   35,
-       34,   34,   34,   85,   69,   76,   54,   77,   34,   69,
-       78,  162,  162,   36,   36,   79,   70,   71,   36,   85,
-       36,   35,   58,   36,   34,   36,   39,   36,  140,   36,
-       36,   36,  133,   53,   36,   87,  145,   36,   88,   36,
-       90,   36,   36,   59,   60,   89,   36,   61,   62,   99,
-       92,  104,   63,   36,   97,   91,   64,   65,   73,   73,
-       73,  100,  106,  102,   73,  105,   34,  107,   73,   73,
-       73,   73,   34,   34,   34,  103,   36,   36,   36,   36,
-
-       34,   36,   34,   93,   93,   94,   93,   93,   93,   93,
-       93,   93,   93,   93,   36,   36,   34,   93,   93,   93,
-      112,  113,   36,   36,  119,   95,   36,  117,  125,   36,
-       36,   36,   96,   36,   36,  114,   36,   36,  115,   36,
-       36,   93,  136,  116,   36,  124,   36,  159,  160,   53,
-       36,  127,  128,  126,   36,  131,  130,  134,  132,  129,
-       36,  141,   36,  143,  146,  149,  150,  140,  138,  142,
-      142,  142,   36,  136,  144,  151,  151,  151,  155,  123,
-      121,  153,   35,  145,   36,   35,   35,   35,   35,   35,
-       35,   35,   35,   35,   35,   35,   35,   35,   35,  154,
-
-      154,  154,  154,  154,  154,  154,  154,  154,  154,  154,
-      154,  154,  154,  154,  154,  154,  154,  154,  154,  154,
-       35,  149,  150,   36,  149,  150,  111,  109,  123,  121,
-      118,  156,  156,  156,  151,  151,  151,   35,   35,   36,
-       35,   35,   35,   35,   35,  157,   35,   35,  159,  160,
-      143,   35,   35,   35,  159,  160,  111,  109,  161,  161,
-      161,   36,   67,   35,  161,  161,  161,   35,   36,   53,
-       36,   36,   36,   36,   36,   35,   35,   35,   36,   35,
-       35,   35,   35,   35,  157,   35,   35,   36,   36,   36,
-       35,   35,   35,   36,   36,   36,   67,   36,   36,  162,
-
-       29,   29,  162,  162,  162,  162,  162,  162,  162,  162,
-      162,  162,  162,  162,   35,   29,   29,   30,   30,   33,
-       33,   34,   34,   35,   35,   53,   53,   68,   68,   72,
-       72,  108,  108,  110,  110,  120,  120,  122,  122,  135,
-      135,  137,  137,  139,  139,  147,  147,  152,  152,  158,
-      158,    9,  162,  162,  162,  162,  162,  162,  162,  162,
-      162,  162,  162,  162,  162,  162,  162,  162,  162,  162,
-      162,  162,  162,  162,  162,  162,  162,  162,  162,  162,
-      162,  162,  162,  162,  162,  162,  162,  162,  162,  162,
-      162
-
+       12,   13,   14,   15,   16,   17,   18,   19,   18,   18,
+       20,   21,   22,   22,   23,   24,   25,   26,   26,   26,
+       26,   26,   27,   26,   26,   26,   26,   26,   26,   26,
+       26,   26,   26,   26,   26,   26,   26,   26,   28,   29,
+       32,   32,  148,   30,   38,   36,   14,   33,   33,   37,
+       43,   44,   45,   45,   38,   48,   48,   48,   50,   51,
+       46,   47,   58,   49,   53,   54,   59,   56,   74,   76,
+      136,   38,   75,   38,   71,   82,   46,   83,   47,   49,
+       60,   72,   73,   58,   41,   74,   76,   59,   82,   75,
+       83,   77,   71,   84,   63,   38,   71,   80,   85,  153,
+
+      153,   61,   62,   72,   73,   63,   64,   91,   77,   76,
+       65,   63,   94,  100,   66,   67,   79,   79,   79,   95,
+      101,   92,   79,   91,   38,   38,   79,   79,   79,   79,
+       38,   77,  126,  148,   63,  140,  141,  150,  151,  140,
+      141,  146,  135,  135,  135,  142,  142,  142,  119,  147,
+      147,  147,  130,  106,  140,  141,  138,  150,  151,  144,
+      150,  151,  139,  138,  142,  142,  142,  152,  152,  152,
+      152,  152,  152,   15,   15,   15,   15,   15,   15,   15,
+       15,   15,   31,   31,   31,   31,   31,   31,   31,   31,
+       31,   34,   34,   34,   34,   34,   34,   34,   34,   34,
+
+       35,   35,   35,   35,   35,   35,   35,   35,   35,   38,
+       38,  137,  136,  134,  133,   38,   38,   38,   55,  131,
+      129,  128,  127,  126,   55,   55,   55,   68,   68,   68,
+       68,   68,  125,   68,   68,   68,   70,   70,   70,   70,
+       70,   70,   70,   70,   70,   78,   78,  124,   78,   78,
+       78,   78,   78,   78,   99,   99,   99,   99,   99,   99,
+      123,  122,   99,  132,  132,  121,  132,  132,  132,  132,
+      132,  132,  143,  143,  120,  143,  143,  143,  143,  143,
+      143,  145,  118,  117,  116,  115,  114,  145,  145,  149,
+      113,  149,  149,  149,  112,  111,  110,  109,  108,  107,
+
+      105,  104,  103,  102,   98,   97,   96,   93,   69,   90,
+       89,   88,   87,   86,   81,  153,  153,   38,   39,   69,
+       57,   38,   52,   42,   41,   40,   39,  153,   14,   15,
+       15,   11,  153,  153,  153,  153,  153,  153,  153,  153,
+      153,  153,  153,  153,  153,  153,  153,  153,  153,  153,
+      153,  153,  153,  153,  153,  153,  153,  153,  153,  153,
+      153,  153,  153,  153,  153,  153,  153,  153,  153,  153,
+      153
     } ;
 
-static yyconst flex_int16_t yy_chk[592] =
+static yyconst flex_int16_t yy_chk[372] =
     {   0,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
-        5,    6,   26,    2,   11,   11,   14,    5,    6,   10,
-       10,   10,   10,   10,   10,   10,   10,   10,   10,   14,
-       21,   17,   10,   10,   10,   15,   17,   18,   15,   22,
-       23,  169,   21,   21,   18,   18,   27,   27,   26,   86,
-       27,  157,   22,   23,   23,   86,   10,   19,   19,   19,
-       19,   19,   19,   19,   19,   19,   19,   19,   19,   19,
-
-       19,   19,   19,   19,   19,   19,   19,   19,   19,   19,
-       19,   19,   19,   19,   19,   19,   19,   19,   19,   19,
-       19,   19,   19,   19,   19,   19,   20,   20,   20,   20,
-       20,   20,   20,   20,   20,   20,   20,   20,   20,   20,
-       20,   20,   32,  153,   20,   37,   37,   54,   54,   32,
-       32,   34,   34,   34,   56,   56,   59,   62,   56,   34,
-       20,   61,   64,   20,   24,   24,   24,   24,   24,   24,
-       24,   24,   24,   24,   24,   34,   43,   59,   24,   24,
-       24,   62,   82,   61,   74,   63,  152,   74,  147,   64,
-       44,   44,   44,   43,  143,   65,  114,  114,   44,  141,
-
-       60,   82,   24,   25,   25,   25,   25,   25,   25,   25,
-       25,   25,   25,   25,   44,   63,   65,   25,   25,   25,
-       47,   47,   47,   73,   68,   60,   25,   60,   47,   70,
-       60,   68,   68,   75,   76,   60,   70,   70,   79,   73,
-       77,   25,   28,   28,   47,   78,   28,   81,  139,   83,
-       89,   84,  118,  118,   91,   75,  134,  134,   76,   87,
-       77,   90,  137,   28,   28,   76,   92,   28,   28,   83,


Reply to: