pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Update Mesa and friends to 7.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b265a9a40c4
branches:  trunk
changeset: 394110:8b265a9a40c4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 05 11:10:35 2009 +0000

description:
Update Mesa and friends to 7.4.2.
Update provided by Hasso Tepper on pkgsrc-users.

Changes:
7.4.2:
Bug fixes

   * Fixed segfault when rendering to front buffer with DRI 1.
   * Fixed swrast texture rectangle bug when wrap mode = GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug
     21461)
   * Fixed texture object mem leak during context destruction.
   * Fixed a state validation bug in glCopyTex[Sub]Image()
   * Fixed some i965 GLSL bugs.
   * Fixed an R300 driver texture object bad memory reference.

7.4.1:
Bug fixes

   * Fixed a two-sided lighting bug in fixed-function-to-GPU code generation
   * Fixed some Darwin issues (Jeremy Huddleston)
   * Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays with a variable was broken, bug 20986
   * Fixed incorrect texture unit bias in TXB instruction
   * glTexParameter settings weren't always propogated to drivers
   * Assorted vertex/fragment program bug fixes
   * Fixed point rendering in software rasterizer
   * Fixed potential deadlock in object hash functions
   * Fix a couple bugs surrounding front-buffer rendering with DRI2, but this is not quite complete.
   * Fixed glPopAttrib() bug when restoring user clip planes

7.4:
New features

   * Added MESA_GLX_FORCE_DIRECT env var for Xlib/software driver
   * GLSL version 1.20 is returnd by the GL_SHADING_LANGUAGE_VERSION query

Bug fixes

   * glGetActiveUniform() returned wrong size for some array types
   * Fixed some error checking in glUniform()
   * Fixed a potential glTexImage('proxy target') segfault
   * Fixed bad reference counting for 1D/2D texture arrays
   * Fixed VBO + glPush/PopClientAttrib() bug #19835
   * Assorted i965 driver bug fixes
   * Fixed a Windows compilation failure in s_triangle.c
   * Fixed a GLSL array indexing bug
   * Fixes for building on Haiku

Changes

   * Updated GL/glxext.h to version 48
   * Assorted updates for building on Solaris

7.3:
New features

   * Support for GLSL 1.20
   * Intel DRI drivers now use GEM and DRI2

Bug fixes

   * Assorted GLSL bug fixes
   * Assorted i965 driver fixes
   * Fix for wglCreateLayerContext() in WGL/Windows driver
   * Build fixes for OpenBSD and gcc 2.95
   * GLSL preprocessor handles #pragma now
   * Fix incorrect transformation of GL_SPOT_DIRECTION
   * Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
   * Assorted Windows build fixes

Changes

   * Deprecated the "XMesa" interface (include/GL/xmesa*.h files)
   * Deprecated the "FXMesa" interface (include/GL/fxmesa.h file)
   * Deprecated the "Allegro" interface (include/GL/amesa.h file)
   * Removed include/GL/uglmesa.h header
   * Removed include/GLView.h header for BeOS

7.2:
New features

   * i965 driver: added support for G41 chipset (Intel)

Bug fixes

   * Fixed display list bug involving primitives split across lists (bug 17564)
   * Fixed some issues with glBindAttribLocation()
   * Fixed crash in _tnl_InvalidateState() found with Amira (bug 15834)
   * Assorted bug fixes for Ming build
   * Fixed some vertex/pixel buffer object reference counting bugs
   * Fixed depth/stencil bug in i915/945 driver
   * Fixed some shader flow control bugs in i965 driver
   * Fixed a few tdfx driver bugs which prevented driver from working
   * Fixed multisample enable/disable bug

Changes

   * Updated SGI header files with new license terms.

7.1:
New features

   * autoconf-based configuration (and clean-up of Makefiles)
   * Assorted DRI driver enhancements
   * Reduced dependencies between X server and Mesa
   * GL_EXT_texture_from_pixmap extension for Xlib driver
   * Support for the GL shading language with i965 driver (implemented by Intel)
   * ATI R500 series support (Radeon X1300-X1950) in r300 DRI driver

Bug fixes

   * Numerous GLSL fixes
   * Fixed some error code/detection bugs in the GLSL-related API functions
   * Lots of DRI driver fixes.

diffstat:

 graphics/Mesa/Makefile.version                 |   14 +-
 graphics/MesaDemos/Makefile                    |    3 +-
 graphics/MesaDemos/PLIST                       |   82 ++++++++-
 graphics/MesaLib/Makefile                      |    3 +-
 graphics/MesaLib/PLIST                         |    6 +-
 graphics/MesaLib/distinfo                      |   51 ++---
 graphics/MesaLib/dri.mk                        |    3 +-
 graphics/MesaLib/files/configs/default         |    6 +-
 graphics/MesaLib/files/configs/pkgsrc-dri      |    4 +-
 graphics/MesaLib/files/configs/pkgsrc-indirect |    4 +-
 graphics/MesaLib/patches/patch-aa              |   15 +-
 graphics/MesaLib/patches/patch-ab              |   18 +-
 graphics/MesaLib/patches/patch-ad              |  198 ++++++++----------------
 graphics/MesaLib/patches/patch-ae              |   39 ++--
 graphics/MesaLib/patches/patch-af              |   23 +-
 graphics/MesaLib/patches/patch-ag              |   47 ++---
 graphics/MesaLib/patches/patch-ah              |   42 -----
 graphics/MesaLib/patches/patch-ai              |   24 +-
 graphics/MesaLib/patches/patch-at              |   15 +-
 graphics/MesaLib/patches/patch-ax              |   26 +-
 graphics/MesaLib/patches/patch-az              |   15 -
 graphics/MesaLib/patches/patch-ba              |   23 ++
 graphics/MesaLib/patches/patch-bb              |   12 +
 graphics/MesaLib/patches/patch-bc              |   15 +
 graphics/MesaLib/patches/patch-cb              |   21 +-
 graphics/glx-utils/distinfo                    |    8 +-
 26 files changed, 341 insertions(+), 376 deletions(-)

diffs (truncated from 1194 to 300 lines):

diff -r dc001acc3503 -r 8b265a9a40c4 graphics/Mesa/Makefile.version
--- a/graphics/Mesa/Makefile.version    Fri Jun 05 10:48:37 2009 +0000
+++ b/graphics/Mesa/Makefile.version    Fri Jun 05 11:10:35 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.5 2008/10/29 22:20:28 bjs Exp $
+# $NetBSD: Makefile.version,v 1.6 2009/06/05 11:10:35 wiz Exp $
 #
 # When changing this version, please run "make distinfo" in the following
 # package directories:
@@ -12,13 +12,5 @@
 MESA_DISTNAME=                 MesaLib-${MESA_VERSION}
 MESA_SITES=            ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
 
-MESA_VERSION=          7.0.4
-MESA_PKGVERSION=       ${MESA_VERSION}${MESA_PATCHLEVEL}
-MESA_PATCHFILES=       001 002
-MESA_PATCHLEVEL=       .1
-
-.if defined(PKGPATH) && empty(PKGPATH:Mx11/modular-xorg-server)
-PATCHFILES+=           ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}
-PATCH_SITES+=          ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/
-PATCH_DIST_STRIP=      -p0
-.endif
+MESA_VERSION=          7.4.2
+MESA_PKGVERSION=       ${MESA_VERSION}
diff -r dc001acc3503 -r 8b265a9a40c4 graphics/MesaDemos/Makefile
--- a/graphics/MesaDemos/Makefile       Fri Jun 05 10:48:37 2009 +0000
+++ b/graphics/MesaDemos/Makefile       Fri Jun 05 11:10:35 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2008/10/01 22:25:53 bjs Exp $
+# $NetBSD: Makefile,v 1.35 2009/06/05 11:10:35 wiz Exp $
 
 PKGNAME=       MesaDemos-${MESA_VERSION}
-PKGREVISION=   1
 COMMENT=       OpenGL examples and Demos
 
 
diff -r dc001acc3503 -r 8b265a9a40c4 graphics/MesaDemos/PLIST
--- a/graphics/MesaDemos/PLIST  Fri Jun 05 10:48:37 2009 +0000
+++ b/graphics/MesaDemos/PLIST  Fri Jun 05 11:10:35 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2008/10/01 22:25:53 bjs Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/06/05 11:10:35 wiz Exp $
 share/examples/${PKGNAME}/beos/GLInfo.cpp
 share/examples/${PKGNAME}/beos/demo.cpp
 share/examples/${PKGNAME}/beos/sample.cpp
@@ -13,6 +13,8 @@
 share/examples/${PKGNAME}/demos/bounce.c
 share/examples/${PKGNAME}/demos/clearspd
 share/examples/${PKGNAME}/demos/clearspd.c
+share/examples/${PKGNAME}/demos/copypix
+share/examples/${PKGNAME}/demos/copypix.c
 share/examples/${PKGNAME}/demos/cubemap
 share/examples/${PKGNAME}/demos/cubemap.c
 share/examples/${PKGNAME}/demos/descrip.mms
@@ -21,6 +23,8 @@
 share/examples/${PKGNAME}/demos/engine
 share/examples/${PKGNAME}/demos/engine.c
 share/examples/${PKGNAME}/demos/extfuncs.h
+share/examples/${PKGNAME}/demos/fbo_firecube
+share/examples/${PKGNAME}/demos/fbo_firecube.c
 share/examples/${PKGNAME}/demos/fire
 share/examples/${PKGNAME}/demos/fire.c
 share/examples/${PKGNAME}/demos/fogcoord
@@ -66,6 +70,7 @@
 share/examples/${PKGNAME}/demos/particles.h
 share/examples/${PKGNAME}/demos/pointblast
 share/examples/${PKGNAME}/demos/pointblast.c
+share/examples/${PKGNAME}/demos/rain
 share/examples/${PKGNAME}/demos/rain.cxx
 share/examples/${PKGNAME}/demos/ray
 share/examples/${PKGNAME}/demos/ray.c
@@ -123,35 +128,69 @@
 share/examples/${PKGNAME}/ggi/asc-view.c
 share/examples/${PKGNAME}/ggi/gears.c
 share/examples/${PKGNAME}/ggi/gears2.c
-share/examples/${PKGNAME}/glsl/CH06-brick.frag.txt
-share/examples/${PKGNAME}/glsl/CH06-brick.vert.txt
-share/examples/${PKGNAME}/glsl/CH11-bumpmap.frag.txt
-share/examples/${PKGNAME}/glsl/CH11-bumpmap.vert.txt
-share/examples/${PKGNAME}/glsl/CH11-toyball.frag.txt
-share/examples/${PKGNAME}/glsl/CH11-toyball.vert.txt
-share/examples/${PKGNAME}/glsl/CH18-mandel.frag.txt
-share/examples/${PKGNAME}/glsl/CH18-mandel.vert.txt
+share/examples/${PKGNAME}/glsl/CH06-brick.frag
+share/examples/${PKGNAME}/glsl/CH06-brick.vert
+share/examples/${PKGNAME}/glsl/CH11-bumpmap.frag
+share/examples/${PKGNAME}/glsl/CH11-bumpmap.vert
+share/examples/${PKGNAME}/glsl/CH11-toyball.frag
+share/examples/${PKGNAME}/glsl/CH11-toyball.vert
+share/examples/${PKGNAME}/glsl/CH18-mandel.frag
+share/examples/${PKGNAME}/glsl/CH18-mandel.vert
+share/examples/${PKGNAME}/glsl/bitmap
+share/examples/${PKGNAME}/glsl/bitmap.c
 share/examples/${PKGNAME}/glsl/brick
 share/examples/${PKGNAME}/glsl/brick.c
 share/examples/${PKGNAME}/glsl/bump
 share/examples/${PKGNAME}/glsl/bump.c
-share/examples/${PKGNAME}/glsl/cubemap.frag.txt
+share/examples/${PKGNAME}/glsl/convolution.frag
+share/examples/${PKGNAME}/glsl/convolution.vert
+share/examples/${PKGNAME}/glsl/convolutions
+share/examples/${PKGNAME}/glsl/convolutions.c
+share/examples/${PKGNAME}/glsl/cubemap.frag
 share/examples/${PKGNAME}/glsl/deriv
 share/examples/${PKGNAME}/glsl/deriv.c
 share/examples/${PKGNAME}/glsl/extfuncs.h
+share/examples/${PKGNAME}/glsl/fragcoord
+share/examples/${PKGNAME}/glsl/fragcoord.c
 share/examples/${PKGNAME}/glsl/mandelbrot
 share/examples/${PKGNAME}/glsl/mandelbrot.c
+share/examples/${PKGNAME}/glsl/multinoise
+share/examples/${PKGNAME}/glsl/multinoise.c
+share/examples/${PKGNAME}/glsl/multitex
+share/examples/${PKGNAME}/glsl/multitex.c
+share/examples/${PKGNAME}/glsl/multitex.frag
+share/examples/${PKGNAME}/glsl/multitex.vert
 share/examples/${PKGNAME}/glsl/noise
 share/examples/${PKGNAME}/glsl/noise.c
+share/examples/${PKGNAME}/glsl/pointcoord
+share/examples/${PKGNAME}/glsl/pointcoord.c
+share/examples/${PKGNAME}/glsl/points
+share/examples/${PKGNAME}/glsl/points.c
 share/examples/${PKGNAME}/glsl/readtex.c
 share/examples/${PKGNAME}/glsl/readtex.h
-share/examples/${PKGNAME}/glsl/reflect.vert.txt
-share/examples/${PKGNAME}/glsl/shadowtex.frag.txt
-share/examples/${PKGNAME}/glsl/simple.vert.txt
+share/examples/${PKGNAME}/glsl/reflect.vert
+share/examples/${PKGNAME}/glsl/samplers
+share/examples/${PKGNAME}/glsl/samplers.c
+share/examples/${PKGNAME}/glsl/shaderutil.c
+share/examples/${PKGNAME}/glsl/shaderutil.h
+share/examples/${PKGNAME}/glsl/shadowtex.frag
+share/examples/${PKGNAME}/glsl/simple.vert
+share/examples/${PKGNAME}/glsl/skinning
+share/examples/${PKGNAME}/glsl/skinning.c
+share/examples/${PKGNAME}/glsl/skinning.frag
+share/examples/${PKGNAME}/glsl/skinning.vert
 share/examples/${PKGNAME}/glsl/texdemo1
 share/examples/${PKGNAME}/glsl/texdemo1.c
 share/examples/${PKGNAME}/glsl/toyball
 share/examples/${PKGNAME}/glsl/toyball.c
+share/examples/${PKGNAME}/glsl/trirast
+share/examples/${PKGNAME}/glsl/trirast.c
+share/examples/${PKGNAME}/glsl/twoside
+share/examples/${PKGNAME}/glsl/twoside.c
+share/examples/${PKGNAME}/glsl/vert-or-frag-only
+share/examples/${PKGNAME}/glsl/vert-or-frag-only.c
+share/examples/${PKGNAME}/glsl/vert-tex
+share/examples/${PKGNAME}/glsl/vert-tex.c
 share/examples/${PKGNAME}/images/arch.rgb
 share/examples/${PKGNAME}/images/bw.rgb
 share/examples/${PKGNAME}/images/girl.rgb
@@ -166,7 +205,6 @@
 share/examples/${PKGNAME}/osdemos/osdemo16.c
 share/examples/${PKGNAME}/osdemos/osdemo32.c
 share/examples/${PKGNAME}/osdemos/ostest1.c
-share/examples/${PKGNAME}/osdemos/readtex.c
 share/examples/${PKGNAME}/redbook/README
 share/examples/${PKGNAME}/redbook/aaindex
 share/examples/${PKGNAME}/redbook/aaindex.c
@@ -371,6 +409,8 @@
 share/examples/${PKGNAME}/util/mwmborder.c
 share/examples/${PKGNAME}/util/readtex.c
 share/examples/${PKGNAME}/util/readtex.h
+share/examples/${PKGNAME}/util/shaderutil.c
+share/examples/${PKGNAME}/util/shaderutil.h
 share/examples/${PKGNAME}/util/showbuffer.c
 share/examples/${PKGNAME}/util/showbuffer.h
 share/examples/${PKGNAME}/util/trackball.c
@@ -393,7 +433,11 @@
 share/examples/${PKGNAME}/windml/ugltexcube.c
 share/examples/${PKGNAME}/windml/ugltexcyl.c
 share/examples/${PKGNAME}/windml/wrs_logo.bmp
+share/examples/${PKGNAME}/xdemos/corender
+share/examples/${PKGNAME}/xdemos/corender.c
 share/examples/${PKGNAME}/xdemos/descrip.mms
+share/examples/${PKGNAME}/xdemos/glsync
+share/examples/${PKGNAME}/xdemos/glsync.c
 share/examples/${PKGNAME}/xdemos/glthreads
 share/examples/${PKGNAME}/xdemos/glthreads.c
 share/examples/${PKGNAME}/xdemos/glxcontexts
@@ -404,6 +448,8 @@
 share/examples/${PKGNAME}/xdemos/glxgears.c
 share/examples/${PKGNAME}/xdemos/glxgears_fbconfig
 share/examples/${PKGNAME}/xdemos/glxgears_fbconfig.c
+share/examples/${PKGNAME}/xdemos/glxgears_pixmap
+share/examples/${PKGNAME}/xdemos/glxgears_pixmap.c
 share/examples/${PKGNAME}/xdemos/glxheads
 share/examples/${PKGNAME}/xdemos/glxheads.c
 share/examples/${PKGNAME}/xdemos/glxinfo
@@ -412,8 +458,12 @@
 share/examples/${PKGNAME}/xdemos/glxpbdemo.c
 share/examples/${PKGNAME}/xdemos/glxpixmap
 share/examples/${PKGNAME}/xdemos/glxpixmap.c
+share/examples/${PKGNAME}/xdemos/glxsnoop
+share/examples/${PKGNAME}/xdemos/glxsnoop.c
 share/examples/${PKGNAME}/xdemos/glxswapcontrol
 share/examples/${PKGNAME}/xdemos/glxswapcontrol.c
+share/examples/${PKGNAME}/xdemos/ipc.c
+share/examples/${PKGNAME}/xdemos/ipc.h
 share/examples/${PKGNAME}/xdemos/manywin
 share/examples/${PKGNAME}/xdemos/manywin.c
 share/examples/${PKGNAME}/xdemos/offset
@@ -428,6 +478,10 @@
 share/examples/${PKGNAME}/xdemos/pbutil.c
 share/examples/${PKGNAME}/xdemos/pbutil.h
 share/examples/${PKGNAME}/xdemos/shape.c
+share/examples/${PKGNAME}/xdemos/sharedtex
+share/examples/${PKGNAME}/xdemos/sharedtex.c
+share/examples/${PKGNAME}/xdemos/texture_from_pixmap
+share/examples/${PKGNAME}/xdemos/texture_from_pixmap.c
 share/examples/${PKGNAME}/xdemos/vgears.c
 share/examples/${PKGNAME}/xdemos/vindex.c
 share/examples/${PKGNAME}/xdemos/vtest.c
diff -r dc001acc3503 -r 8b265a9a40c4 graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Fri Jun 05 10:48:37 2009 +0000
+++ b/graphics/MesaLib/Makefile Fri Jun 05 11:10:35 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2008/10/26 21:03:40 bjs Exp $
+# $NetBSD: Makefile,v 1.76 2009/06/05 11:10:35 wiz Exp $
 
 PKGNAME=       MesaLib-${MESA_PKGVERSION}
 COMMENT=       Graphics library similar to SGI's OpenGL
-PKGREVISION=   4
 
 MESA_HEADERS=  gl.h gl_mangle.h glext.h glx.h glxext.h \
                glx_mangle.h osmesa.h xmesa.h xmesa_x.h \
diff -r dc001acc3503 -r 8b265a9a40c4 graphics/MesaLib/PLIST
--- a/graphics/MesaLib/PLIST    Fri Jun 05 10:48:37 2009 +0000
+++ b/graphics/MesaLib/PLIST    Fri Jun 05 11:10:35 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2008/09/06 13:00:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2009/06/05 11:10:35 wiz Exp $
 include/GL/GLwDrawA.h
 include/GL/GLwDrawAP.h
 include/GL/GLwMDrawA.h
@@ -12,9 +12,6 @@
 include/GL/internal/dri_interface.h
 include/GL/internal/sarea.h
 include/GL/osmesa.h
-include/GL/xmesa.h
-include/GL/xmesa_x.h
-include/GL/xmesa_xf86.h
 lib/libGL.la
 lib/libGLw.la
 ${PLIST.nodri}lib/libOSMesa.la
@@ -29,6 +26,7 @@
 ${PLIST.dri}lib/dri/radeon_dri.la
 ${PLIST.dri}lib/dri/savage_dri.la
 ${PLIST.dri}lib/dri/sis_dri.la
+${PLIST.dri}lib/dri/swrast_dri.la
 ${PLIST.dri}lib/dri/tdfx_dri.la
 ${PLIST.dri}lib/dri/unichrome_dri.la
 lib/pkgconfig/gl.pc
diff -r dc001acc3503 -r 8b265a9a40c4 graphics/MesaLib/distinfo
--- a/graphics/MesaLib/distinfo Fri Jun 05 10:48:37 2009 +0000
+++ b/graphics/MesaLib/distinfo Fri Jun 05 11:10:35 2009 +0000
@@ -1,37 +1,32 @@
-$NetBSD: distinfo,v 1.61 2008/10/26 21:03:40 bjs Exp $
+$NetBSD: distinfo,v 1.62 2009/06/05 11:10:35 wiz Exp $
 
-SHA1 (Mesa-7.0.4.1/Mesa-7.0.4-001) = a49b9094272abb2484447fb35c9adf3fe391a4bb
-RMD160 (Mesa-7.0.4.1/Mesa-7.0.4-001) = 1992bb054742924f1f39a19ab35e621f53e6fbf2
-Size (Mesa-7.0.4.1/Mesa-7.0.4-001) = 38003 bytes
-SHA1 (Mesa-7.0.4.1/Mesa-7.0.4-002) = 1f7fe7b19a9ec6cc036021df8c9016fc1f1cb234
-RMD160 (Mesa-7.0.4.1/Mesa-7.0.4-002) = 5e11808b59ea3e8c4459c671c9236b18a95d8fba
-Size (Mesa-7.0.4.1/Mesa-7.0.4-002) = 4379 bytes
-SHA1 (Mesa-7.0.4.1/MesaDemos-7.0.4.tar.bz2) = 1adb2010d6d3103bd57c08f228e2bbed38178e14
-RMD160 (Mesa-7.0.4.1/MesaDemos-7.0.4.tar.bz2) = 3e5b414bf1a40603367fcd0ba321b6e2caf84626
-Size (Mesa-7.0.4.1/MesaDemos-7.0.4.tar.bz2) = 1341624 bytes
-SHA1 (Mesa-7.0.4.1/MesaGLUT-7.0.4.tar.bz2) = 488a9e39f5ec4ad6b7fa84dd9bc91844337462d5
-RMD160 (Mesa-7.0.4.1/MesaGLUT-7.0.4.tar.bz2) = 480dd15cb35874e9165d08af5a0ff0cbded9f3cf
-Size (Mesa-7.0.4.1/MesaGLUT-7.0.4.tar.bz2) = 329563 bytes
-SHA1 (Mesa-7.0.4.1/MesaLib-7.0.4.tar.bz2) = 7e2ecbe89d245510d2681d04e959aee6adc205c5
-RMD160 (Mesa-7.0.4.1/MesaLib-7.0.4.tar.bz2) = 0394bb9e00ea13f2399bc5895d4264221bbc03ac
-Size (Mesa-7.0.4.1/MesaLib-7.0.4.tar.bz2) = 3414357 bytes
-SHA1 (patch-aa) = 230d96c82fdfdbb40aa304572c4696dd241f24c7
-SHA1 (patch-ab) = 06e2b4159bbda8c87cd264babe129b6bea017cbc
+SHA1 (Mesa-7.4.2/MesaDemos-7.4.2.tar.bz2) = cbba586829c76a5e7a54a906567b4b2174d6e1aa
+RMD160 (Mesa-7.4.2/MesaDemos-7.4.2.tar.bz2) = c6434d325897540618130e97891f391721b543b5
+Size (Mesa-7.4.2/MesaDemos-7.4.2.tar.bz2) = 1367293 bytes
+SHA1 (Mesa-7.4.2/MesaGLUT-7.4.2.tar.bz2) = 85f357345d71dfe60b785f0cbb03d1e070841c2d
+RMD160 (Mesa-7.4.2/MesaGLUT-7.4.2.tar.bz2) = caa69b7f2aa7136377cda2f690699415396c64ab
+Size (Mesa-7.4.2/MesaGLUT-7.4.2.tar.bz2) = 328646 bytes
+SHA1 (Mesa-7.4.2/MesaLib-7.4.2.tar.bz2) = fe70945ccf2c08d18ae4e83000018f0400352065
+RMD160 (Mesa-7.4.2/MesaLib-7.4.2.tar.bz2) = e70b8fd203325e676d90485632bf266e39d46a7e
+Size (Mesa-7.4.2/MesaLib-7.4.2.tar.bz2) = 3371577 bytes
+SHA1 (patch-aa) = 9afc2758ebbef3737f8c858f74f0c93d86bb0861
+SHA1 (patch-ab) = 27b44d856602d590d2596f41cd17cdaf18bdc96e
 SHA1 (patch-ac) = ed3ec49ea2aacf231bbcb38093f3dc01a0cb2468
-SHA1 (patch-ad) = 5667b1bfab7cfeb1b9ea8750798f027fd0ccfd44
-SHA1 (patch-ae) = e1c37a279cf3fc78d7eb43e392abbb40d3419a5f
-SHA1 (patch-af) = bdfb8218b79f82a5c37cae27d0db33f5fdbcf94f
-SHA1 (patch-ag) = 9010c8c90a43a37bbc5766957e25536ac67e55b5
-SHA1 (patch-ah) = 3e60a700697f200fb2819f9270a37ad4a5cfa695
-SHA1 (patch-ai) = 171a27e6e4a5ed92c6c2355283179e2091031a79
+SHA1 (patch-ad) = 47da546b7cebd9d05a9122b606e71c0d83e98a05
+SHA1 (patch-ae) = 07cf84391b4e828b558129eb90daaeb48e43e1ab



Home | Main Index | Thread Index | Old Index