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

mesa: Changes to 'refs/tags/mesa-7.10.2-2'



Tag 'mesa-7.10.2-2' created by Cyril Brulebois <kibi@debian.org> at 2011-05-02 11:11 +0000

Tagging upload of mesa 7.10.2-2 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk2+kV8ACgkQeGfVPHR5Nd366wCgsP8SE4LuBLYxplOBu5SN+0LR
nTwAn1Zqv3xmyaIoLWyL1JQGsOC/Xdzh
=2VLU
-----END PGP SIGNATURE-----

Changes since mesa-7.10.2-1:
Alan Hourihane (1):
      Check for out of memory when creating fence

Brian Paul (5):
      docs: add link to 7.10.2 release notes
      scons: remove dangling reference to state_trackers/python/SConscript
      Makefile: add missing Scons files
      llvmpipe: document issue with LLVM 2.8 and earlier with AVX
      docs: replace llvmpipe/README with docs/llvmpipe.html

Carl Worth (2):
      glcpp: Simplify calling convention of parser's active_list functions
      glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).

Cyril Brulebois (5):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelog.
      Address lintian tag: description-synopsis-starts-with-article.
      Get rid of libgl1-mesa-dri-i686, already commented out in control file.
      Upload to unstable.

Eric Anholt (1):
      i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.

Ian Romanick (5):
      docs: Add 7.10.2 md5sums
      glsl: Fix off-by-one error setting max_array_access for non-constant indexing
      ir_to_mesa: Handle shadow compare w/projection and LOD bias correctly
      intel: Fix ROUND_DOWN_TO macro
      glsl: Regenerate compiler and glcpp files from cherry picks

José Fonseca (2):
      llvmpipe: Update readme.
      mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.

Kenneth Graunke (5):
      i965/fs: Switch W and 1/W in Sandybridge interpolation setup.
      i965: Refactor Sandybridge implied move handling.
      i965: Resolve implied moves in brw_dp_READ_4_vs_relative.
      intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.
      i965: Allocate the whole URB to the VS and fix calculations for Gen6.

Sven Joachim (1):
      Avoid installing nouveau_vieux_dri.so into two packages

Tom Stellard (2):
      r300/compiler: Fix incorrect presubtract conversion
      r300/compiler: Fix dataflow analysis bug with ELSE blocks

Vinson Lee (1):
      gallivm: Disable MMX-disabling code on llvm-2.9.

Zou Nan hai (1):
      i965: Align interleaved URB write length to 2

---
 Makefile                                             |   12 +
 debian/changelog                                     |   15 +
 debian/control                                       |   67 ++----
 debian/rules                                         |    9 
 docs/contents.html                                   |    1 
 docs/llvmpipe.html                                   |  204 +++++++++++++++++++
 docs/relnotes-7.10.2.html                            |    9 
 docs/relnotes.html                                   |    1 
 src/gallium/SConscript                               |    1 
 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp        |    2 
 src/gallium/drivers/llvmpipe/lp_fence.c              |    3 
 src/glsl/ast_to_hir.cpp                              |    2 
 src/glsl/glcpp/glcpp-parse.c                         |   82 ++++---
 src/glsl/glcpp/glcpp-parse.y                         |   82 ++++---
 src/mesa/drivers/dri/i965/brw_context.c              |   18 +
 src/mesa/drivers/dri/i965/brw_context.h              |    8 
 src/mesa/drivers/dri/i965/brw_eu_emit.c              |   71 +++---
 src/mesa/drivers/dri/i965/brw_fs.cpp                 |    8 
 src/mesa/drivers/dri/i965/brw_vs_emit.c              |   10 
 src/mesa/drivers/dri/i965/gen6_urb.c                 |   27 +-
 src/mesa/drivers/dri/i965/gen6_vs_state.c            |    3 
 src/mesa/drivers/dri/i965/gen6_wm_state.c            |    2 
 src/mesa/drivers/dri/intel/intel_chipset.h           |   13 -
 src/mesa/drivers/dri/intel/intel_context.h           |   30 ++
 src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c |    7 
 src/mesa/drivers/dri/r300/compiler/radeon_optimize.c |   24 ++
 src/mesa/main/get.c                                  |    2 
 src/mesa/program/ir_to_mesa.cpp                      |   28 ++
 28 files changed, 539 insertions(+), 202 deletions(-)
---


Reply to: