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

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Jan 1 01:06:43 PST 2015


Tag 'mesa_7_3_rc2' created by Brian Paul <brianp at vmware.com> at 2009-01-15 00:06 -0800

Mesa 7.3 release candidate 2

Changes since mesa_7_3_rc1:
Alan Hourihane (3):
      glsl: support sampler arrays.
      glsl: fix a comment typo
      glsl: fix regression from sampler arrays commit

Brian (1):
      mesa: require libdrm 2.4.3 in configure.ac

Brian Paul (26):
      mesa: add osmesa.pc.in to tarball list
      windows: added new sources for 7.3 (may be more, needs testing)
      glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3fa2a1ed2f3ff0)
      i965: fix broken ARB fp fog options
      i965: fix broken glBitmap + depth test
      i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().
      docs: fixes since 7.3-rc1
      glsl: add preprocessor support for #pragma
      docs: #pragma now handled
      i965: fix indentation
      mesa: put _NV suffix on a few opcodes
      i965: comment for emit_kil()
      i965: fix indentation
      i965: allow larger AA points on fallback path
      i965: indentation fixes
      mesa: fix incorrect transformation of GL_SPOT_DIRECTION
      glsl: simplify IR storage for samplers
      windows: remove reference to swizzle.c file
      glsl: propagate pragma info down into compiler from preprocessor
      i965: fix some FBO depth/stencil assertions
      i965: fix incorrect renderbuffer DataType assignment
      i965: asst. fixes, work-arounds for FBOs and render to texture
      r300: work-around FRAG_BIT_FOGC warning/error
      glsl: minor clean-up for rect sampler test
      glsl: fix comment
      mesa: bump version to 7.3-rc2

Dan Nicholson (1):
      autoconf: Only _GNU_SOURCE feature test macro needed on gnu systems

Ian Romanick (3):
      Add language about implicit flush and command completion
      Treat image units and coordinate units differently.
      intel: SW fallback maps texture images, not texture coordinates

Julien Cristau (1):
      mesa: match against *-gnu* instead of *-gnu in configure.ac

Karl Schultz (1):
      windows: try to create a context in wglCreateLayerContext()

Matthieu Herrb (5):
      __builtin_expect is a gcc 3.x feature. define it out for gcc 2.95.
      replace nearbyint() by rint() for now.
      build fix on big endian OpenBSD architectures.
      Big endian fixes.
      Build fixes for gcc 2.95

Owain G. Ainsworth (1):
      Fix build with GCC 2.95.

Thomas Henn (1):
      windows: updated VC8 project files

Xiang, Haihao (1):
      intel: bump driver date

---
 Makefile                                                |    9 -
 configure.ac                                            |    9 -
 docs/MESA_copy_sub_buffer.spec                          |   12 +
 docs/relnotes-7.3.html                                  |    4 
 src/glx/x11/drisw_glx.c                                 |    6 
 src/glx/x11/glx_pbuffer.c                               |    4 
 src/glx/x11/glxcurrent.c                                |    5 
 src/mesa/drivers/dri/i965/brw_context.c                 |    3 
 src/mesa/drivers/dri/i965/brw_program.c                 |    6 
 src/mesa/drivers/dri/i965/brw_sf.c                      |   11 -
 src/mesa/drivers/dri/i965/brw_sf_state.c                |    2 
 src/mesa/drivers/dri/i965/brw_wm_fp.c                   |   52 ------
 src/mesa/drivers/dri/i965/brw_wm_glsl.c                 |   18 +-
 src/mesa/drivers/dri/i965/brw_wm_sampler_state.c        |    2 
 src/mesa/drivers/dri/i965/brw_wm_surface_state.c        |   22 +-
 src/mesa/drivers/dri/intel/intel_context.c              |    2 
 src/mesa/drivers/dri/intel/intel_depthstencil.c         |   13 +
 src/mesa/drivers/dri/intel/intel_fbo.c                  |   15 +
 src/mesa/drivers/dri/intel/intel_pixel_bitmap.c         |   20 ++
 src/mesa/drivers/dri/intel/intel_pixel_draw.c           |   12 +
 src/mesa/drivers/dri/intel/intel_span.c                 |    4 
 src/mesa/drivers/dri/intel/intel_tex_format.c           |   10 +
 src/mesa/drivers/dri/mach64/mach64_context.h            |    6 
 src/mesa/drivers/dri/r300/r300_state.c                  |    7 
 src/mesa/drivers/dri/r300/radeon_program_pair.c         |    5 
 src/mesa/drivers/windows/gdi/wgl.c                      |    3 
 src/mesa/glapi/glthread.h                               |    4 
 src/mesa/main/glheader.h                                |    3 
 src/mesa/main/light.c                                   |    3 
 src/mesa/main/mtypes.h                                  |   13 +
 src/mesa/main/version.h                                 |    2 
 src/mesa/math/m_matrix.h                                |   12 +
 src/mesa/shader/arbprogparse.c                          |   31 +++-
 src/mesa/shader/prog_instruction.c                      |   11 -
 src/mesa/shader/slang/library/slang_pp_directives.syn   |   20 ++
 src/mesa/shader/slang/library/slang_pp_directives_syn.h |   11 +
 src/mesa/shader/slang/library/slang_shader.syn          |   13 -
 src/mesa/shader/slang/library/slang_shader_syn.h        |    4 
 src/mesa/shader/slang/slang_codegen.c                   |   48 +++++-
 src/mesa/shader/slang/slang_codegen.h                   |    1 
 src/mesa/shader/slang/slang_compile.c                   |   34 +---
 src/mesa/shader/slang/slang_emit.c                      |   43 +++--
 src/mesa/shader/slang/slang_emit.h                      |    4 
 src/mesa/shader/slang/slang_ir.c                        |   22 ++
 src/mesa/shader/slang/slang_ir.h                        |   13 +
 src/mesa/shader/slang/slang_link.c                      |   10 -
 src/mesa/shader/slang/slang_preprocess.c                |   89 +++++++++++
 src/mesa/shader/slang/slang_preprocess.h                |    7 
 src/mesa/shader/slang/slang_typeinfo.c                  |    2 
 windows/VC8/mesa/mesa/mesa.vcproj                       |  123 +++++++++++++++-
 windows/VC8/progs/glut/glut.vcproj                      |    9 +
 51 files changed, 593 insertions(+), 201 deletions(-)
---


More information about the Xquartz-changes mailing list