[Xquartz-changes] mesa: Changes to 'refs/tags/mesa-7.9.2'

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Jan 1 01:05:41 PST 2015


Tag 'mesa-7.9.2' created by Ian Romanick <ian.d.romanick at intel.com> at 2011-03-02 22:19 -0800

Mesa 7.9.2 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk1uwowACgkQX1gOwKyEAw+UcgCfbUo8Tzc35mXVqmdStCRI+caw
a74AniRink4h8e7xsWeGzGbRWPJ1p29I
=37Uq
-----END PGP SIGNATURE-----

Changes since mesa-7.9.1:
Alberto Milone (1):
      r600c: add evergreen ARL support.

Brian Paul (19):
      draw: Fix an off-by-one bug in a vsplit assertion.
      mesa: fix a few format table mistakes, assertions
      mesa: fix num_draw_buffers==0 in fixed-function fragment program generation
      mesa: don't assert in GetIntegerIndexed, etc
      mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()
      llvmpipe: make sure binning is active when we begin/end a query
      st/mesa: fix incorrect fragcoord.x translation
      softpipe: fix off-by-one error in setup_fragcoord_coeff()
      cso: fix loop bound in cso_set_vertex_samplers()
      st/mesa: set renderbuffer _BaseFormat in a few places
      st/mesa: fix the default case in st_format_datatype()
      st/mesa: need to translate clear color according to surface's base format
      docs: update 7.9.2 release notes with Brian's cherry-picks
      docs: add links to 7.9.1 and 7.9.2 release notes
      mesa: include compiler.h for ASSERT macro
      glsl: add ir_shader case in switch stmt to silence warning
      glsl2: fix signed/unsigned comparison warning
      mesa: implement glGetShaderPrecisionFormat()
      docs: updated environment variable list

Bryce Harrington (1):
      r300g: Null pointer check for buffer deref in gallium winsys

Chad Versace (14):
      glsl: At link-time, check that globals have matching centroid qualifiers
      glcpp: Fix segfault when validating macro redefinitions
      glsl: Fix parser rule for type_specifier
      glsl: Change default value of ast_type_specifier::precision
      glsl: Add semantic checks for precision qualifiers
      glsl: Add support for default precision statements
      glsl: Remove redundant semantic check in parser
      glsl: Fix semantic checks on precision qualifiers
      glsl: Fix segfault due to missing printf argument
      glsl: Mark 'in' variables at global scope as read-only
      glcpp: Raise error when modulus is zero
      glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
      glsl: Reinstate constant-folding for division by zero
      tnl: Add support for datatype GL_FIXED in vertex arrays

Chia-I Wu (1):
      mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.

Chris Wilson (1):
      intel: Check for unsupported texture when finishing using as a render target

Cyril Brulebois (1):
      Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org

Dave Airlie (2):
      radeon/r200: fix fbo-clearmipmap + gen-teximage
      radeon: avoid segfault on 3D textures.

Dimitry Andric (4):
      mesa: s/movzx/movzbl/
      mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S
      glapi: adding @ char before type specifier in glapi_x86.S
      glapi: add @GOTPCREL relocation type

Eric Anholt (11):
      i965: Avoid double-negation of immediate values in the VS.
      docs: Add a relnote for the Civ IV on i965.
      i965/vs: When MOVing to produce ABS, strip negate of the operand.
      glsl: Fix the lowering of variable array indexing to not lose write_masks.
      intel: Make renderbuffer tiling choice match texture tiling choice.
      glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.
      mesa: Add extension enable bit for GL_ARB_ES2_compatibility.
      mesa: Add actual support for glReleaseShaderCompiler from ES2.
      mesa: Add support for glDepthRangef and glClearDepthf.
      mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
      mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.

Ian Romanick (43):
      docs: Add 7.9.1 md5sums
      glsl: Support the 'invariant(all)' pragma
      glcpp: Generate an error for division by zero
      glsl: Add version_string containing properly formatted GLSL version
      glsl & glcpp: Refresh autogenerated lexer and parser files.
      glsl: Disallow 'in' and 'out' on globals in GLSL 1.20
      glsl: Track variable usage, use that to enforce semantics
      glsl: Allow 'in' and 'out' when 'layout' is also available
      docs: Initial set of release notes for 7.9.2
      mesa: bump version to 7.9.2-devel
      docs: Update 7.9.2 release notes
      i965: Make OPCODE_KIL_NV do its work in a temp, not the null reg!
      glsl: Refresh autogenerated lexer and parser files.
      glsl: Don't assert when the value returned by a function has no rvalue
      linker: Set sizes for non-global arrays as well
      linker: Propagate max_array_access while linking functions
      docs: Update 7.9.2 release notes
      Use C-style system headers in C++ code to avoid issues with std:: namespace
      mesa: glGetUniform only returns a single element of an array
      linker: Generate link errors when ES shaders are missing stages
      mesa: Fix error checks in GetVertexAttrib functions
      docs: Update 7.9.2 release notes
      mesa: Remove unsupported OES extensions
      glapi: Regenerate for GL_ARB_ES2_compatibility.
      mesa: Connect glGetShaderPrecisionFormat into the dispatch table
      i965: Set correct values for range/precision of fragment shader types
      i915: Set correct values for range/precision of fragment shader types
      intel: Fix typeos from 3d028024 and 790ff232
      glsl: Ensure that all GLSL versions are supported in the stand-alone compiler
      glsl: Reject shader versions not supported by the implementation
      mesa: Initial size for secondary color array is 3
      glcpp: Regenerate files from recent cherry picks
      glsl: Finish out the reduce/reduce error fixes
      glsl: Regenerate compiler files from cherry picks
      linker: Fix off-by-one error implicit array sizing
      i915: Only mark a register as available if all components are written
      i915: Calculate partial result to temp register first
      i915: Force lowering of all types of indirect array accesses in the FS
      docs: Update 7.9.2 release notes for recent cherry picks
      docs: Clean up bug fixes list
      intel: Remove driver date and related bits from renderer string
      mesa: set version string to 7.9.2 (final)
      docs: Add change log to 7.9.2 release notes

Jian Zhao (1):
      mesa: fix an error in uniform arrays in row calculating.

Julien Cristau (3):
      glx: fix request lengths
      glx: fix GLXChangeDrawableAttributesSGIX request
      glx: fix length of GLXGetFBConfigsSGIX

Keith Packard (1):
      glsl: Eliminate reduce/reduce conflicts in glsl grammar

Kenneth Graunke (12):
      glsl: Expose a public glsl_type::void_type const pointer.
      glsl: Don't bother unsetting a destructor that was never set.
      glsl, i965: Remove unnecessary talloc includes.
      glcpp: Remove use of talloc reference counting.
      ralloc: Add a fake implementation of ralloc based on talloc.
      Convert everything from the talloc API to the ralloc API.
      ralloc: a new MIT-licensed recursive memory allocator.
      Remove talloc from the make and automake build systems.
      Remove talloc from the SCons build system.
      Remove the talloc sources from the Mesa repository.
      glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
      glsl: Use reralloc instead of plain realloc.

Marek Olšák (3):
      docs: fix messed up names with special characters in relnotes-7.9.1
      mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2
      st/dri: Track drawable context bindings

Paulo Zanoni (1):
      dri_util: fail driCreateNewScreen if InitScreen is NULL

Sam Hocevar (2):
      docs: add glsl info
      docs: fix glsl_compiler name

Vinson Lee (1):
      ralloc: Add missing va_end following va_copy.

nobled (1):
      glx: Put null check before use

---
 Makefile                                                 |    2 
 configs/autoconf.in                                      |    3 
 configs/default                                          |    5 
 configs/linux-dri                                        |    2 
 configs/linux-llvm                                       |    2 
 configure.ac                                             |   14 
 docs/envvars.html                                        |  102 
 docs/relnotes-7.9.1.html                                 |   13 
 docs/relnotes-7.9.2.html                                 |  331 +
 docs/relnotes.html                                       |    2 
 docs/shading.html                                        |    2 
 docs/sourcetree.html                                     |    1 
 src/gallium/auxiliary/cso_cache/cso_context.c            |    2 
 src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h          |    3 
 src/gallium/drivers/llvmpipe/lp_setup.c                  |    4 
 src/gallium/drivers/softpipe/sp_setup.c                  |    2 
 src/gallium/state_trackers/dri/common/dri_context.c      |   10 
 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/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                                  |  185 
 src/glsl/ast_type.cpp                                    |    5 
 src/glsl/builtin_function.cpp                            |    8 
 src/glsl/builtin_types.h                                 |    3 
 src/glsl/builtins/tools/generate_builtins.py             |   10 
 src/glsl/glcpp/glcpp-lex.c                               |   46 
 src/glsl/glcpp/glcpp-lex.l                               |   14 
 src/glsl/glcpp/glcpp-parse.c                             |  633 +-
 src/glsl/glcpp/glcpp-parse.h                             |    7 
 src/glsl/glcpp/glcpp-parse.y                             |  200 
 src/glsl/glcpp/glcpp.c                                   |   11 
 src/glsl/glcpp/glcpp.h                                   |    4 
 src/glsl/glcpp/pp.c                                      |   30 
 src/glsl/glsl_lexer.cpp                                  | 1781 ++++----
 src/glsl/glsl_lexer.lpp                                  |   23 
 src/glsl/glsl_parser.cpp                                 | 3200 +++++++--------
 src/glsl/glsl_parser.h                                   |  239 -
 src/glsl/glsl_parser.ypp                                 |  209 
 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_algebraic.cpp                                |    2 
 src/glsl/ir_clone.cpp                                    |    2 
 src/glsl/ir_constant_expression.cpp                      |   34 
 src/glsl/ir_constant_propagation.cpp                     |    6 
 src/glsl/ir_copy_propagation.cpp                         |    6 
 src/glsl/ir_dead_code_local.cpp                          |    4 
 src/glsl/ir_dead_functions.cpp                           |    4 
 src/glsl/ir_explog_to_explog2.cpp                        |    4 
 src/glsl/ir_expression_flattening.cpp                    |    2 
 src/glsl/ir_function_inlining.cpp                        |    6 
 src/glsl/ir_if_to_cond_assign.cpp                        |    2 
 src/glsl/ir_import_prototypes.cpp                        |    4 
 src/glsl/ir_mat_op_to_vec.cpp                            |    2 
 src/glsl/ir_reader.cpp                                   |   24 
 src/glsl/ir_structure_splitting.cpp                      |   16 
 src/glsl/ir_sub_to_add_neg.cpp                           |    2 
 src/glsl/ir_validate.cpp                                 |    4 
 src/glsl/ir_variable_refcount.h                          |    4 
 src/glsl/ir_vec_index_to_cond_assign.cpp                 |    4 
 src/glsl/ir_vec_index_to_swizzle.cpp                     |    2 
 src/glsl/link_functions.cpp                              |   22 
 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                                 |    6 
 src/glsl/lower_discard.cpp                               |    2 
 src/glsl/lower_noise.cpp                                 |    2 
 src/glsl/lower_variable_index_to_cond_assign.cpp         |   58 
 src/glsl/main.cpp                                        |   34 
 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                             |  139 
 src/mapi/glapi/glapi_x86-64.S                            | 2464 ++++++-----
 src/mapi/glapi/glapi_x86.S                               |  155 
 src/mapi/glapi/glapidispatch.h                           |  513 +-
 src/mapi/glapi/glapioffsets.h                            |  488 +-
 src/mapi/glapi/glapitable.h                              |  481 +-
 src/mapi/glapi/glapitemp.h                               |  256 -
 src/mapi/glapi/glprocs.h                                 | 1240 ++---
 src/mesa/Makefile                                        |    6 
 src/mesa/SConscript                                      |    1 
 src/mesa/drivers/dri/common/dri_util.c                   |    3 
 src/mesa/drivers/dri/i915/i915_context.c                 |   26 
 src/mesa/drivers/dri/i915/i915_fragprog.c                |   36 
 src/mesa/drivers/dri/i965/brw_context.c                  |    9 
 src/mesa/drivers/dri/i965/brw_fs.cpp                     |   45 
 src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp |    2 
 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_wm.h                       |    2 
 src/mesa/drivers/dri/i965/brw_wm_emit.c                  |   10 
 src/mesa/drivers/dri/i965/brw_wm_glsl.c                  |   10 
 src/mesa/drivers/dri/intel/intel_context.c               |    6 
 src/mesa/drivers/dri/intel/intel_fbo.c                   |   16 
 src/mesa/drivers/dri/r200/r200_state_init.c              |    2 
 src/mesa/drivers/dri/r600/r700_assembler.c               |   83 
 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/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                               |    4 
 src/mesa/main/fbobject.c                                 |    7 
 src/mesa/main/formats.c                                  |   15 
 src/mesa/main/get.c                                      |   28 
 src/mesa/main/imports.c                                  |    2 
 src/mesa/main/mipmap.c                                   |    2 
 src/mesa/main/mtypes.h                                   |   15 
 src/mesa/main/remap_helper.h                             | 3014 +++++++-------
 src/mesa/main/shaderapi.c                                |   60 
 src/mesa/main/shaderobj.c                                |   12 
 src/mesa/main/shaderobj.h                                |    1 
 src/mesa/main/texenvprogram.c                            |    4 
 src/mesa/main/uniforms.c                                 |   51 
 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                          |   68 
 src/mesa/program/program.h                               |    1 
 src/mesa/state_tracker/st_atom_sampler.c                 |   34 
 src/mesa/state_tracker/st_cb_clear.c                     |   18 
 src/mesa/state_tracker/st_cb_fbo.c                       |    2 
 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 
 src/talloc/SConscript                                    |   20 
 src/talloc/gpl-3.0.txt                                   |  674 ---
 src/talloc/lgpl-3.0.txt                                  |  165 
 src/talloc/talloc.c                                      | 2034 ---------
 src/talloc/talloc.def                                    |   63 
 src/talloc/talloc.h                                      |  202 
 src/talloc/talloc_guide.txt                              |  757 ---
 168 files changed, 10458 insertions(+), 11871 deletions(-)
---


More information about the Xquartz-changes mailing list