Next | Query returned 126 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-12-29 17:28:15 by Benny Siegert | Files touched by this commit (1)
Log message:
No -fvisibility=hidden on MirBSD.

Fixes the build of graphics/glu.
   2013-07-06 23:56:13 by Thomas Klausner | Files touched by this commit (1)
Log message:
MesaLib needs glproto>=1.4.11 per
http://nyftp.netbsd.org/pub/pkgsrc/packages/reports/2013Q2/NetBSD-5.1-x86_64/20130704.0747/MesaLib-7.11.2nb2/configure.log
   2013-05-16 07:04:56 by Richard PALO | Files touched by this commit (3) | Package updated
Log message:
Mesa 7.11.2 is a bug fix release which fixes bugs found since the 7.11 release.

Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by \ 
glGetString(GL_VERSION) depends on the particular driver being used. Some \ 
drivers don't support all the features required in OpenGL 2.1.

See the Compiling/Installing page for prerequisites for DRI hardware acceleration.
MD5 checksums

New features

	None.

Bug fixes

This list is likely incomplete.

    Bug 43143 - Mesa 7.11.1 fails to build at main/dlist.c:4532 with error \ 
message: "format not a string literal and no format arguments"
    Incorrect handling of CopyTexImage from RGBA window to LA texture.

Changes

The full set of changes can be viewed by using the following GIT command:

  git log mesa-7.11.1..mesa-7.11.2

Brian Paul (4):

    mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
    mesa: fix format selection for meta CopyTexSubImage()
    docs: update news.html and relnotes.html for 7.11.1 release
    mesa: use format string in _mesa_error() call to silence warning

Chad Versace (3):

    intel: Simplify stencil detiling arithmetic
    intel: Fix region dimensions for stencil buffers received from DDX
    intel: Fix separate stencil in builtin DRI2 backend

Ian Romanick (3):

    docs: Add 7.11.1 release md5sums
    mesa: set version string to 7.11.2-devel
    mesa: Bump version to 7.11.2 (final)
   2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215)
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
   2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-06-13 13:57:43 by OBATA Akio | Files touched by this commit (1)
Log message:
note "used by".
   2012-06-13 13:30:39 by OBATA Akio | Files touched by this commit (1)
Log message:
not used by x11/modular-xorg-server/option.mk
   2011-02-28 15:53:10 by Thomas Klausner | Files touched by this commit (169)
Log message:
Reset maintainer for retired developers.
   2009-07-08 22:00:58 by Hasso Tepper | Files touched by this commit (11)
Log message:
Update to 7.4.4. Make software ratserizer actually work. Add one patch from
upstream repo to fix null pointer dereference.

Changes in 7.4.4:

* Fixed i965/i915 segfault in screen destruction (bug 22408)

Changes in 7.4.3:

* Fixed texture object reference counting bug (bug 21756)
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
  point (SF bug 2793846)
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
* Fixed some OSMesa build issues
* Fixed a vertex buffer object crash
* Fixed broken glTexImage3D() when image type = GL_BITMAP
* Fixed some GLSL preprocessor bugs
* Fixed framebuffer mem leak in i945/i965 DRI drivers
* Fixed texture coordinate repeat bug in swrast (bug 21872)
* Fixed incorrect viewport clamping (lower bound is zero, not one)
* GLX fix for glean's makeCurrent test case

Next | Query returned 126 messages, browsing 11 to 20 | Previous