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

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


Tag 'mesa_3_4_1' created by Brian Paul <brian.paul at tungstengraphics.com> at 1970-01-01 00:00 -0800

Changes since mesa_3_4:
Brian Paul (46):
      minor changes for BeOS/g++ compiling
      Adjust Driver.PointsFunc()'s last parameter by +1 for consistancy (AlanH).
      fixed a typo
      fixed bug in _mesa_convert_texsubimage when format == MESA_FF_R8_G8_B8
      GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)
      patched to silence compiler warnings (Martin Lindhe)
      init WrapR to GL_REPEAT mode
      replaced Texture.Enabled with Texture.ReallyEnabled
      minor optimization in _mesa_convert_texsubimage() for 8-bit texels when replacing entire teximage
      yet another tweak to ctx->NewState |= NEW_TEXTURING in _mesa_BindTexture()
      minor fixes for Windows compilation (Joshua Napoli)
      added RENDER_START and RENDER_FINISH macros to read_color_image()
      don't apply transfer ops when upacking pixel spans
      added some RENDER_START/RENDER_FINISH macros, finished GetConvolutionFilter()
      minor updates for widgets-mesa/
      fixed GLX_PBUFFER value
      added changes so far for a possible 3.4.1 release
      prototype code for vertex array sets/objects (grep for VAO)
      fixed parameter mis-ordering bug in Driver.StencilSpan calls
      added stencil span args bug fix
      added glXCopySubBufferMESA() buf fix
      fixed bug involving LastEnvMode and GL_COMBINE_EXT (tdfx and texcombine)
      added GL_RESCALE_NORMAL cases
      minor tweaks for XFree86/DRI
      silence compiler warnings (XFree86 sync)
      add texobj BaseLevel to P.  Back-ported from Mesa 3.5
      moved GL_EXT_texture_env_dot3 item
      fixed glTexSubImage error check bug #128775
      glPopAttrib() wasn't updating all derived state
      added two bug fixes
      bumped version number to 3.4.1
      3.4.1 release notes
      bumped version numbers and dates
      improved glReadPixels accuracy for 16bpp color buffers - fixes lots of conformance bugs
      updated info re conformance testing at 16bpp
      GL_SHADE_MODEL wasn't popped correctly
      updates for 3.4.1
      bumped version to 3.4.1
      fixed bugs in _mesa_clear_depth_buffer(), bug #131366
      fixed bytesPerValue bug in OSMesaGetDepthBuffer()
      fixed line clipping bug; change DIFFERENT_SIGNS macro ala Mesa 3.5
      minor changes from XFree86 (dawes)
      better error messages
      added latest 3.4.1 bug fixes
      fixed a typo
      fixed a typo

Gareth Hughes (6):
      Infrastructure for asm optimized lighting functions.  Actual
      More correct test for the availability of SSE on a Pentium III
      Change signal handling to require _POSIX_SOURCE to be defined.
      Allow operating system SSE support test to be overridden with an
      Implementation of GL_EXT_texture_env_dot3.
      Upgrade to (patched) version 7 of glext.h

Jon Taylor (1):
      Misc GGIMesa build fixes

Jouk Jansen (1):
      Modified Files:

---
 Make-config                                           |    4 
 Makefile.X11                                          |   13 
 docs/README.3DFX                                      |   50 
 docs/README.X11                                       |    4 
 docs/RELNOTES-3.4.1                                   |   22 
 docs/VERSIONS                                         |   28 
 include/GL/gl.h                                       |   15 
 include/GL/glext.h                                    |  166 +
 include/GL/glx.h                                      |    6 
 include/GL/mesa_wgl.h                                 |    3 
 include/GL/vms_x_fix.h                                |  880 ++++++++
 progs/demos/descrip.mms                               |  197 +-
 progs/redbook/picksquare.c                            |    2 
 progs/redbook/wrap.c                                  |    2 
 progs/samples/wave.c                                  |    4 
 progs/xdemos/glxheads.c                               |    4 
 src/glu/mesa/descrip.mms                              |  166 +
 src/glu/mesa/glu.c                                    |    4 
 src/glu/mesa/nurbscrv.c                               |    4 
 src/glu/mesa/nurbsutl.c                               |    4 
 src/glu/mesa/polytest.c                               |    4 
 src/glut/glx/descrip.mms                              |  262 +-
 src/glut/glx/glut_cursor.c                            |    2 
 src/glut/glx/glut_dstr.c                              |    4 
 src/glut/glx/glut_gamemode.c                          |    4 
 src/glut/glx/glut_input.c                             |    2 
 src/glut/glx/glut_menu.c                              |    6 
 src/mesa/drivers/ggi/default/stubs.c                  |    2 
 src/mesa/drivers/ggi/display/fbdev_mode.c             |    6 
 src/mesa/drivers/ggi/include/ggi/mesa/display_fbdev.h |    2 
 src/mesa/drivers/glide/fxdrv.h                        |    2 
 src/mesa/drivers/osmesa/osmesa.c                      |   18 
 src/mesa/drivers/x11/fakeglx.c                        |    8 
 src/mesa/drivers/x11/glxheader.h                      |    6 
 src/mesa/drivers/x11/xfonts.c                         |    9 
 src/mesa/drivers/x11/xfonts.h                         |    6 
 src/mesa/glapi/glapi.c                                |    8 
 src/mesa/main/accum.c                                 |   13 
 src/mesa/main/attrib.c                                |  376 ++-
 src/mesa/main/blend.c                                 |    6 
 src/mesa/main/buffers.c                               |    4 
 src/mesa/main/clip.c                                  |   16 
 src/mesa/main/colortab.c                              |   33 
 src/mesa/main/context.c                               |   14 
 src/mesa/main/depth.c                                 |   30 
 src/mesa/main/descrip.mms                             |    2 
 src/mesa/main/drawpix.c                               |   54 
 src/mesa/main/enable.c                                |   76 
 src/mesa/main/enums.c                                 |   46 
 src/mesa/main/eval.c                                  |   10 
 src/mesa/main/extensions.c                            |   54 
 src/mesa/main/feedback.c                              |    4 
 src/mesa/main/get.c                                   |  392 +++-
 src/mesa/main/glheader.h                              |   27 
 src/mesa/main/hash.c                                  |    5 
 src/mesa/main/image.c                                 | 1761 +++++++++---------
 src/mesa/main/image.h                                 |   13 
 src/mesa/main/lines.c                                 |    4 
 src/mesa/main/matrix.c                                |   16 
 src/mesa/main/points.c                                |   34 
 src/mesa/main/state.c                                 |    9 
 src/mesa/main/stencil.c                               |   16 
 src/mesa/main/teximage.c                              |  133 -
 src/mesa/main/texobj.c                                |   21 
 src/mesa/main/texstate.c                              |   32 
 src/mesa/main/texutil.c                               |  302 +--
 src/mesa/main/varray.c                                |  658 ++++++
 src/mesa/main/varray.h                                |    6 
 src/mesa/x86/3dnow.c                                  |   15 
 src/mesa/x86/3dnow.h                                  |    5 
 src/mesa/x86/common_x86.c                             |  197 +-
 src/mesa/x86/common_x86_asm.S                         |   65 
 src/mesa/x86/common_x86_asm.h                         |    3 
 73 files changed, 4602 insertions(+), 1779 deletions(-)
---


More information about the Xquartz-changes mailing list