Change log for mesa package in Ubuntu

226258 of 558 results
Superseded in gutsy-release
mesa (7.0.0-0ubuntu3) gutsy; urgency=low

  * Add gcc-3.4 as a build dependency for lpia.

 -- Matthias Klose <email address hidden>   Tue, 07 Aug 2007 17:15:37 +0000
Obsolete in feisty-updates
Deleted in feisty-proposed (Reason: moved to -updates)
mesa (6.5.2-3ubuntu8) feisty-proposed; urgency=low

  [ Kyle McMartin ]
  * Add support for Intel 945GME, G33, Q33, Q35, 965GM, 965GME/GLE (LP #123879)
    - 200_945gme.patch, upstream a74eec5af5397b612d60dd4b0d81666027f19bb0,
      ad6351a994fd14af9d07da4f06837a7f9b9d0de4
    - 201_g33.patch, upstream 8331d9d7aa7cde7126d38d4e1eb5fe8a168077f3
    - 202_965gm.patch, upstream adb91c056f896955efcbf627bb1c2012aeb8a735
    - 203_965gme.patch, upstream 1b27ef39c9abeaa03d65f477ac4538361f2341cc
  * Fix lock up on i965 with fullscreen GL (LP #123879)
    - 113_avoid-branch-insns-while-in-single-program-flow-mode.patch,
      upstream 1b9f7819...

 -- Kyle McMartin <email address hidden>   Tue,  3 Jul 2007 21:48:29 +0000
Superseded in gutsy-release
mesa (7.0.0-0ubuntu2) gutsy; urgency=low

  [ Kyle McMartin ]
  * Add support for Intel 945GME, G33, Q33, Q35
    - 200_945gme.patch, upstream a74eec5af5397b612d60dd4b0d81666027f19bb0,
      ad6351a994fd14af9d07da4f06837a7f9b9d0de4
    - 201_g33.patch, upstream 8331d9d7aa7cde7126d38d4e1eb5fe8a168077f3

 -- Kyle McMartin <email address hidden>   Tue, 03 Jul 2007 19:32:39 +0000
Superseded in gutsy-release
mesa (7.0.0-0ubuntu1) gutsy; urgency=low

  [ Bryce Harrington ]
  * New upstream release
    - Adds OpenGL 2.0 and 2.1 API support.
    - Fixed a few fog-related bugs.
    - Fixed broken GLSL mix() function.
    - Fixed broken GLSL exp() functions.
    - Fixed GLSL mod4(vec4, vec4) bug.
    - Implemented GLSL asin(), acos(), atan() functions.
    - Fixed an R300 driver bug that caused Xorg composite manager to
      crash
    - Fixed R300 vertex program/matrix bug (fdo# 10848)
    - GLSL dFdx() and dFdy() work for fragment program inputs now
      (texcoords)
    - Fixed potential crash when specifying an invalid texture unit as a
      sampler
    - Fixed incorrect GLX protocol request for glXDestroyPBuffer()
      (fdo# 10983)
    - ARB vp state.light[n].half value was incorrect (fdo# 10987)
    - Fixed a positional light source bug (fdo# 11009)
    - Fixed point size attenuation problem (fdo# 11042)
    - Fixed problem where glPopAttrib didn't restore texture object's
      LOD bias (fdo# 11049)
    - Fixed a TLS / TEXTREL problem (fdo# 7459)
    - Some texture code consolidation and simplifiction
    - R300 driver clean-ups.

  [ Sarah Hobbs ]
  * Added a conflicts of libgl1-mesa-glx against libgl1-mesa-swx11, and vice
    versa

 -- Sarah Hobbs <email address hidden>   Tue, 26 Jun 2007 15:32:00 +1000
Superseded in gutsy-release
mesa (6.5.3-1ubuntu1) gutsy; urgency=low

  * Update Maintainer for Ubuntu

  [ Kyle McMartin ]
  * Merge with Debian experimental:
    - Remove lesstif-dev from Build-Depends (Timo Aaltonen)
    - Comment out GLw libs from control file
    - Add 102_ubuntu_no_glw.patch to remove lesstif build depends
    - Add libxext-dev to Build-Depends (Paul Sladen)
    - Add gcc-3.4 [i386 amd64] to Build-Depends (Ben Collins)
    - Add 110_ubuntu_use_gcc-3.4_for_i965.patch (Timo Aaltonen)
    - Add 101_ubuntu_hidden_glname.patch
    - Add 112_fedora-hush-synthetic-visual-warning.patch (Adam Jackson)

  * Dropped patches:
    - 103_ubuntu_fd.org-9686-fog.patch merged upstream
    - 104_r300_call_radeonsetcliprects.patch merged upstream
    - 105_radeon_call_radeonsetcliprects.patch merged upstream
    - 106_r200_call_radeonsetcliprects.patch merged upstream
    - 107_r200_simplify_r200setcliprects.patch merged upstream
    - 111_unichrome_remove_xdrawoffset.patch merged upstream

 -- Kyle McMartin <email address hidden>   Fri, 25 May 2007 16:43:31 +0000
Superseded in gutsy-release
Obsolete in feisty-release
mesa (6.5.2-3ubuntu7) feisty; urgency=low

  * debian/patches:
    111_unichrome_remove_xdrawoffset.patch
     - a patch from upstream which fixes OpenGL viewport misplacement
       on Unichrome (LP: #93362)
    112_fedora-hush-synthetic-visual-warning.patch
     - Hush the (useless) warning about the synthetic visual not being
       supported. (LP: #58929)
  * debian/control: libgl1-mesa-dri now suggests libglide3, with an
    explanation in the description (LP: #44115)

 -- Timo Aaltonen <email address hidden>   Fri, 30 Mar 2007 18:55:09 +0300
Superseded in feisty-release
mesa (6.5.2-3ubuntu6) feisty; urgency=low

  * debian/patches:
    104_r300_call_radeonsetcliprects.patch
    105_radeon_call_radeonsetcliprects.patch
    106_r200_call_radeoncliprects.patch
    107_r200_simplify_r200setcliprects.patch
    - Patches from upstream for radeon which fixes a problem with various
      programs showing a black window/screen when using DRI. (LP: #90169)
    - enable the use_gcc-3.4_for_i965.patch in series.

 -- Timo Aaltonen <email address hidden>   Mon, 19 Mar 2007 11:17:36 +0200
Superseded in feisty-release
mesa (6.5.2-3ubuntu5) feisty; urgency=low

  * Use gcc-3.4 to build i965_dri module to fix improper build with gcc-4.1.
    Allows 965 graphics GL to actually work.
  * Add gcc-3.4 [i386 amd64] to build-deps.

 -- Ben Collins <email address hidden>   Sun, 18 Mar 2007 13:55:54 -0400
Superseded in feisty-release
mesa (6.5.2-3ubuntu4build1) feisty; urgency=low

  * Adjust previous additional build-deps to be just 'libxext-dev' and
    confirm success with pbuilder. (FTBFS).

 -- Paul Sladen <email address hidden>   Sun, 18 Mar 2007 02:41:47 +0000
Superseded in feisty-release
mesa (6.5.2-3ubuntu3) feisty; urgency=low

  * Attempt to fix missing build-dependancies by adding:
    x11proto-xext-dev, x11proto-xf86vidmode-dev, x11proto-input-dev
    based on "grep -r X11/extensions".  (FTBFS).

 -- Paul Sladen <email address hidden>   Fri, 16 Mar 2007 12:10:58 +0000
Superseded in feisty-release
mesa (6.5.2-3ubuntu2) feisty; urgency=low

  * debian/patches/103_ubuntu_fd.org-9686-fog.patch to fix
    broken fog handling visible under Google Earth.
    (Closes LP: #90622)

 -- Paul Sladen <email address hidden>   Fri, 16 Mar 2007 09:24:15 +0000
Superseded in feisty-release
mesa (6.5.2-3ubuntu1) feisty; urgency=low

  * debian/control:
    - updated Maintainer for Ubuntu

  [ Timo Aaltonen ]
  * Merged with Debian experimental, remaining changes:
    debian/control:
     - drop lesstif-dev Build-Depends, because lesstif is in universe
    debian/patches:
     - 101_ubuntu_hidden_glname.patch
     - 102_ubuntu_no_glw.patch
  * dropped paches:
    - r200-copy-pixels-1.patch
      isn't necessary anymore, for reference see:
      http://lists.freedesktop.org/archives/xorg/2006-May/015540.html
    - ubuntu_dri_driver_install_dir.patch
      set already in configs/debian-dri-default

 -- Sebastien Bacher <email address hidden>   Wed, 21 Feb 2007 12:44:07 +0100
Superseded in feisty-release
mesa (6.5.1~20060817-0ubuntu4) feisty; urgency=low

  * No-change rebuild to close lp#79196.

 -- Daniel T Chen <email address hidden>   Tue, 16 Jan 2007 05:59:33 -0500
Superseded in feisty-release
Obsolete in edgy-release
mesa (6.5.1~20060817-0ubuntu3) edgy; urgency=low

  * Added back i965 dri driver to configs/debian-dri (fixes lp#62135)

 -- Rodrigo Parra Novo <email address hidden>   Wed, 11 Oct 2006 23:57:56 -0300
Superseded in edgy-release
mesa (6.5.1~20060817-0ubuntu2) edgy; urgency=low

  * Comment out check for r300 ati boards on
    src/mesa/dri/radeon/radeon_screen.c, since 3D r300 support is fixed in the
    current incarnation of the ati driver (fd.o bug #6318)
  * Make sure Mesa exports the right DRI driver directory
  * Update libgl1-mesa-glx so it doesn't provides libgl1-mesa-dri (which it
    shouldn't)

 -- Rodrigo Parra Novo <email address hidden>   Mon, 21 Aug 2006 09:54:07 +0200
Superseded in edgy-release
mesa (6.5.1~20060817-0ubuntu1) edgy; urgency=low

  * New Upstream release, based on Mesa CVS checkout of 20060817
  * Now that Debian correctly supports ~ on package versions, use it to
    provide the correct version
  * Note that this versions .orig.tar.gz is different only in naming, and in
    one small patch to fix i810 3D support
  * Dropped internal copy of libdrm (why was it here? No previous changelog
    entry seems to make any reference to it)
  * Updated configs/debian and configs/debian-dri for latest Mesa changes

 -- Rodrigo Parra Novo <email address hidden>   Fri, 18 Aug 2006 09:02:47 -0300
Superseded in edgy-release
mesa (6.5.0.git.20060810-0ubuntu1) edgy; urgency=low

  * New Upstream release
    - Based on http://www.intellinuxgraphics.org/Mesa-20060810.tar.bz2
    - (Fixes: Malone #54858)
    - UVF exception approved by Matt Zimmerman)
  * Fix DRM build on src/glx/x11 ($LIBDRM_CFLAGS)

 -- Rodrigo Parra Novo <email address hidden>   Mon, 14 Aug 2006 09:15:37 -0300
Superseded in edgy-release
mesa (6.5.0.git.20060809-0ubuntu1) edgy; urgency=low

  * New Upstream release
    - Based on http://www.intellinuxgraphics.org/mesa-git-master-08092006.tgz
    - Adds 3D support to various Intel boards
    - UVF exception by Matt Zimmerman
  * Tightened Build-Depends on libdrm >= 2.0.2+git20060809-0ubuntu1

 -- Rodrigo Parra Novo <email address hidden>   Fri, 11 Aug 2006 09:10:50 -0300
Superseded in edgy-release
mesa (6.5.0.cvs.20060725-0ubuntu1) edgy; urgency=high

  * urgency=high due to FTBFS of xorg-server
  * New Upstream version
    - Based on CVS of Mesa CVS HEAD, on 2006/07/25, 19:36 UTC
    - src/mesa/tnl_dd reverted to 2006/07/19, due to local build failure (not
      fixed upstream yet)
  * This CVS update is necessary for X.Org 7.1 and posterior (CVS checkout on
    debian was too old for X.Org 7.1)
  * Add versioned Build-Depends on libdrm (>= 2.0.2-0ubuntu1)
  * Removed Build-Depends on libdirectfb-dev (as the -directfb package is not
    being generated anymore)

 -- Rodrigo Parra Novo <email address hidden>   Tue, 25 Jul 2006 17:41:10 -0300
Superseded in edgy-release
mesa (6.5.0.cvs.20060524-1ubuntu1) edgy; urgency=low

  * Merged with Debian experimental
  * Forward-ported Ubuntu patches to Mesa 6.5
  * Dropped Xgl patches (applied upstream)

 -- Rodrigo Parra Novo <email address hidden>   Tue, 25 Jul 2006 14:28:38 -0300
Superseded in edgy-release
mesa (6.4.2-1ubuntu3) edgy; urgency=low

  * src/glu/sgi/libnurbs/interface/mystdio.h,
    src/glu/sgi/libnurbs/nurbtess/mystdio.h: Grotesque hack to avoid dprintf
    symbol clash with glibc while avoiding a huge diff to all of libGLU; we
    redefine it to gludprintf.

 -- Colin Watson <email address hidden>   Fri, 14 Jul 2006 14:19:52 +0100
Superseded in edgy-release
mesa (6.4.2-1ubuntu2) edgy; urgency=low

  * Drop lesstif* again.

 -- Fabio M. Di Nitto <email address hidden>   Thu, 13 Jul 2006 11:56:24 +0200
Superseded in edgy-release
mesa (6.4.2-1ubuntu1) edgy; urgency=low

  * Merged package with Debian, using their orig.tar.gz (newer than ours),
    their debian/directory and basic rules
  * Merged Ubuntu mesa patches for GLX
  * Merged Ubuntu mesa-6.4.1-i945gm.patch
  * Merged Ubuntu potfile/gettext changes
  * Obsoleted Conflicts/Replaces/Provides: libgl1-mesa (by libgl1-mesa-glx)
  * Obsoleted Conflicts/Replaces/Provides: mesa-swrast-source (by mesa-swx11-source)
  * Merged changelogs

Superseded in edgy-release
Obsolete in dapper-release
mesa (6.4.1-0ubuntu8) dapper; urgency=low

  * debian/rules: Generate a POT file at build time (it's not used at runtime,
    though, just for Rosetta love) and remove it again in clean.
  * debian/control: Add gettext build dependency.

 -- Martin Pitt <email address hidden>   Fri,  5 May 2006 10:15:52 +0200
Superseded in dapper-release
mesa (6.4.1-0ubuntu7) dapper; urgency=low

  * debian/patches/mesa-6.4.1-i945gm.patch  [Malone: #35741]

 -- Paul Sladen <email address hidden>   Thu, 23 Mar 2006 10:16:15 +0000
Superseded in dapper-release
mesa (6.4.1-0ubuntu6) dapper; urgency=low

  * Add BindTexImageExt stuff to the public includes
  * Include dix-config.h in glheader.h when appropriate

 -- Matthew Garrett <email address hidden>   Fri, 17 Feb 2006 12:58:14 +0000
Superseded in dapper-release
mesa (6.4.1-0ubuntu5) dapper; urgency=low

  * Tighten build-depends on x11proto-gl

 -- Matthew Garrett <email address hidden>   Tue, 14 Feb 2006 10:30:25 +0000
Superseded in dapper-release
mesa (6.4.1-0ubuntu4) dapper; urgency=low

  * Change BindTexImageMesa to BindTexImageExt

 -- Matthew Garrett <email address hidden>   Sun, 12 Feb 2006 22:59:11 +0000
Superseded in dapper-release
Superseded in dapper-release
mesa (6.4.1-0ubuntu3) dapper; urgency=low


  * Add davidr's patches from initial Xgl code drop:
    mesa-glx-x11-get-drawable-attribs-fix-1.diff,
    mesa-glx-x11-render-texture-5.diff, and r200-copy-pixels-1.patch (closes:
    Matthew Garrett's mouth).
    + Bump Build-Depends on x11proto-gl-dev to get {Bind,Release}TexImageMESA
      protocol.
    + This adds CopyPixels acceleration for r200, support for render_texture,
      and fixes GetDrawableAttribs.
  * Excise all /usr/X11R6 references from configs.

 -- Daniel Stone <email address hidden>  Mon,  9 Jan 2006 11:05:48 +1100
Superseded in dapper-release
mesa (6.4.1-0ubuntu2) dapper; urgency=low


  * Stop providing libgl1-mesa-dri from libgl1-mesa.

 -- Daniel Stone <email address hidden>  Tue, 20 Dec 2005 14:50:17 +1100
Obsolete in breezy-updates
mesa (6.3.2-0ubuntu6breezy1) breezy-updates; urgency=low


  * Really, seriously, don't optimise DRI driver builds on i386 (closes:
    Ubuntu#15036).

 -- Daniel Stone <email address hidden>  Mon, 17 Oct 2005 12:59:16 +1000
Obsolete in breezy-release
mesa (6.3.2-0ubuntu6) breezy; urgency=low


  * Don't optimise DRI driver builds (closes: Ubuntu#15036).

 -- Daniel Stone <email address hidden>  Fri, 23 Sep 2005 17:35:38 +1000
Obsolete in hoary-release
Obsolete in warty-release
mesa (5.0.0-5.1) unstable; urgency=low


  * Non-Maintainer Upload.
  * Rename "GGIMesa"-references in src/GGI/default/Makefile.am to
    "MesaGGI", which makes the package build again with newer libtool.
    (Closes: #213836)

 -- Steinar H. Gunderson <email address hidden>  Sun, 15 Feb 2004 17:37:08 +0100
226258 of 558 results