pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun  5 11:10:35 UTC 2009

Modified Files:
        pkgsrc/graphics/Mesa: Makefile.version
        pkgsrc/graphics/MesaDemos: Makefile PLIST
        pkgsrc/graphics/MesaLib: Makefile PLIST distinfo dri.mk
        pkgsrc/graphics/MesaLib/files/configs: default pkgsrc-dri
            pkgsrc-indirect
        pkgsrc/graphics/MesaLib/patches: patch-aa patch-ab patch-ad patch-ae
            patch-af patch-ag patch-ai patch-at patch-ax patch-cb
        pkgsrc/graphics/glx-utils: distinfo
Added Files:
        pkgsrc/graphics/MesaLib/patches: patch-ba patch-bb patch-bc
Removed Files:
        pkgsrc/graphics/MesaLib/patches: patch-ah patch-az

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/Mesa/Makefile.version
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/MesaDemos/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/MesaDemos/PLIST
cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/MesaLib/PLIST
cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/MesaLib/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/MesaLib/dri.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/MesaLib/files/configs/default
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/MesaLib/files/configs/pkgsrc-dri
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/MesaLib/files/configs/pkgsrc-indirect
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/MesaLib/patches/patch-aa \
    pkgsrc/graphics/MesaLib/patches/patch-ae
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/MesaLib/patches/patch-ab
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/MesaLib/patches/patch-ad
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/MesaLib/patches/patch-af \
    pkgsrc/graphics/MesaLib/patches/patch-ag
cvs rdiff -u -r1.8 -r0 pkgsrc/graphics/MesaLib/patches/patch-ah
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/MesaLib/patches/patch-ai \
    pkgsrc/graphics/MesaLib/patches/patch-cb
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/MesaLib/patches/patch-at \
    pkgsrc/graphics/MesaLib/patches/patch-ax
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/MesaLib/patches/patch-az
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/MesaLib/patches/patch-ba \
    pkgsrc/graphics/MesaLib/patches/patch-bb \
    pkgsrc/graphics/MesaLib/patches/patch-bc
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/glx-utils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index