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

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


Tag 'mesa_7_0_1_rc1' created by Brian <brian.paul at tungstengraphics.com> at 2007-07-27 18:33 -0700

Mesa 7.0.1 release candidate 1

Changes since mesa_7_0:
Brian (29):
      md5 sums for 7.0
      remove obsolete sources
      remove obsolete t_save_api.c
      initial 7.0.1 relnotes
      Add a few missing GL 2.0 entrypoints, regenerate related files.
      regenerated
      add const to wglSetPixelFormat() to match .h declaration
      use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457
      Revert the version of libOSMesa.so to 6.5.3 to avoid linking issues that were caused by bumping to 7.0
      Bump version to 7.0.1
      add code for stpq, rgba writemasks in make_writemask(), bug 11404
      added vec2(vec4) constructor, bug 11404
      bring over Roland's DOT3_RGBA fix from master
      document GLSL fixes
      add fbdev/ to DEMO_FILES
      Copy from Mesa master.  Includes fixes for bugs 11475 and 11448.
      fix bug 11475
      fix a syntax error (missing right-paren)
      add GL_QUADS to i915_reduced_primitive_state() to fix redbook/polys demo
      fix i915 polygon stipple bug
      check depthScale value for optimized ushort->uint case (fixes bug 11474)
      Check if 'indices' is NULL, bug 11314
      Fix zero-size texture checking in _mesa_test_proxy_teximage(), bug 11309
      fix swizzle-related bug 11534
      Merge branch 'mesa_7_0_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into mesa_7_0_branch
      fix width/depth mix-up (bug 11577)
      fix bug 11588
      drop VC6 and VC7 project files until updated
      Fix a number of MINGW32 issues (Zhang <zxpmyth at yahoo.com.cn>)

Eric Anholt (1):
      fix LogicOp/bitmap problem, bug 11133

Jan Dvorak (1):
      fix shader/info string length queries (bug 11588)

Michel Dänzer (4):
      Remove dubious compile-time test for pre-2.4 Linux kernels.
      Clear pointers to freed cliprects.
      i915tex: Only wait for vblank when really necessary.
      i915tex: Better procedure for dropping batchbuffer on virtual resolution change.

Xavier Bachelot (1):
      call glutInit(), bug 11486

zhang (1):
      a variety of fixes for MingW

---
 Makefile                                          |   22 
 Makefile.mgw                                      |   28 
 configs/config.mgw                                |   42 
 configs/default                                   |    4 
 docs/README.MINGW32                               |   49 
 docs/relnotes-7.0.1.html                          |   86 +
 docs/relnotes-7.0.html                            |   10 
 docs/relnotes.html                                |    1 
 include/GL/gl.h                                   |   17 
 include/GL/gl_mangle.h                            |   93 +
 include/GL/glu.h                                  |   13 
 include/GL/glut.h                                 |   17 
 include/GL/mesa_wgl.h                             |   59 
 progs/demos/geartrain.c                           |    1 
 progs/demos/gltestperf.c                          |    1 
 progs/demos/isosurf.c                             |    1 
 progs/demos/morph3d.c                             |    9 
 progs/demos/winpos.c                              |    1 
 progs/samples/Makefile.mgw                        |   33 
 src/glu/sgi/Makefile.mgw                          |  229 ++
 src/glu/sgi/libnurbs/interface/glcurveval.h       |    2 
 src/glu/sgi/libnurbs/interface/glsurfeval.cc      |    7 
 src/glu/sgi/libnurbs/interface/glsurfeval.h       |    2 
 src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h |    3 
 src/glut/glx/Makefile.mgw                         |  198 ++
 src/glut/glx/glut_fbc.c                           |    4 
 src/glut/glx/glut_input.c                         |    3 
 src/glut/glx/glut_joy.c                           |    3 
 src/glut/glx/glutint.h                            |    3 
 src/glut/glx/win32_util.c                         |    1 
 src/glut/glx/win32_winproc.c                      |    3 
 src/glut/glx/win32_x11.h                          |   10 
 src/mesa/Makefile                                 |    7 
 src/mesa/Makefile.mgw                             |   51 
 src/mesa/drivers/dri/Makefile                     |    2 
 src/mesa/drivers/dri/common/dri_util.c            |    2 
 src/mesa/drivers/dri/common/extension_helper.h    |   20 
 src/mesa/drivers/dri/i915/i915_vtbl.c             |    1 
 src/mesa/drivers/dri/i915tex/i915_vtbl.c          |    1 
 src/mesa/drivers/dri/i915tex/intel_buffers.c      |   10 
 src/mesa/drivers/dri/i915tex/intel_context.c      |   57 
 src/mesa/drivers/dri/i965/intel_blit.c            |    7 
 src/mesa/drivers/dri/i965/intel_blit.h            |    3 
 src/mesa/drivers/dri/i965/intel_pixel_bitmap.c    |    7 
 src/mesa/drivers/windows/gdi/wgl.c                |   59 
 src/mesa/drivers/windows/gdi/wmesa.c              |  139 -
 src/mesa/drivers/windows/gdi/wmesadef.h           |    4 
 src/mesa/glapi/gl_API.xml                         |   21 
 src/mesa/glapi/glapitemp.h                        |   30 
 src/mesa/glapi/glprocs.h                          |  282 +--
 src/mesa/main/api_validate.c                      |   19 
 src/mesa/main/glheader.h                          |    3 
 src/mesa/main/image.c                             |  117 -
 src/mesa/main/imports.c                           |    4 
 src/mesa/main/imports.h                           |    4 
 src/mesa/main/shaders.c                           |    8 
 src/mesa/main/texcompress_fxt1.c                  |    5 
 src/mesa/main/texenvprogram.c                     |    2 
 src/mesa/main/teximage.c                          |   30 
 src/mesa/main/version.h                           |    6 
 src/mesa/shader/shader_api.c                      |    6 
 src/mesa/shader/slang/library/slang_core.gc       |    5 
 src/mesa/shader/slang/library/slang_core_gc.h     |  107 -
 src/mesa/shader/slang/slang_codegen.c             |   13 
 src/mesa/sparc/glapi_sparc.S                      |    5 
 src/mesa/swrast/s_drawpix.c                       |   11 
 src/mesa/tnl/t_save_api.c                         | 1834 ----------------------
 src/mesa/vbo/vbo_exec_api.c                       |    5 
 src/mesa/vbo/vbo_save_api.c                       |    4 
 src/mesa/x86-64/glapi_x86-64.S                    |    5 
 src/mesa/x86/common_x86.c                         |    9 
 src/mesa/x86/glapi_x86.S                          |    5 
 windows/VC6/mesa/mesa/mesa.dsp                    |   44 
 windows/VC7/mesa/mesa/mesa.vcproj                 |   32 
 74 files changed, 1531 insertions(+), 2410 deletions(-)
---


More information about the Xquartz-changes mailing list