NOTICE: This package has been removed from pkgsrc

./wip/gl, Graphics library similar to SGIs OpenGL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 7.8.2, Package name: gl-7.8.2, Maintainer: pallegra

MesaLib is a 3-D graphics library with an API which is very similar to
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
or state machine, it is being used with authorization from Silicon Graphics,
Inc. However, the author makes no claim that Mesa is in any way a
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.


Required to build:
[pkgtools/x11-links]

Master sites:

SHA1: 21de672a1cbe307135d7f172dc6952041a38e1c7
RMD160: d06c95bc36304b8ef72211b5defd3ac338fe7956
Filesize: 5018.03 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-03 11:38:57 by Thomas Klausner | Files touched by this commit (95) | Package removed
Log message:
Remove Mesa, pkgsrc version is newer.
   2012-10-23 12:23:06 by Thomas Klausner | Files touched by this commit (17)
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-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-25 15:37:58 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Remove the last chunk, flagged by pkglint as:
ERROR: ../../wip/gl/patches/patch-ab:53: This code must not be included in patches.
which is adding following two lines
  +      : Avoid regenerating within pkgsrc
  +      exit 0
   2010-09-15 22:38:06 by Pierre Allegraud | Files touched by this commit (2)
Log message:
Remove useless include files (cairo doesn't build if include/glew.h is
present)
   2010-08-18 12:32:47 by Pierre Allegraud | Files touched by this commit (2)
Log message:
Oops, two patches were spared...
   2010-08-18 12:27:27 by Pierre Allegraud | Files touched by this commit (33) | Package removed
Log message:
Update to Mesa-7.8.2

    Fixed Gallium glDrawPixels(GL_DEPTH_COMPONENT).
    Fixed Gallium Cell driver to buildable, runable state
    Fixed bad error checking for \ 
glFramebufferRenderbuffer(attachment=GL_DEPTH_STENCIL_ATTACHMENT).
    Fixed incorrect Z coordinate handling in "meta" glDraw/CopyPixels. \ 
Bug #23670.
    Assorted i965 driver fixes. Including but not limited to:
        Fix scissoring when width or height is 0. Bug #27643.
        Fix bit allocation for number of color regions for ARB_draw_buffers.
        Set the correct provoking vertex for clipped first-mode trifans. Bug #24470.
        Use R16G16B16A16_FLOAT for 3-component half-float.
        Fix assertion for surface tile offset usage on Ironlake.
        Fix cube map layouts on Ironlake.
        When an RB gets a new region, clear the old from the state cache. Bug #24119.
        Reject shaders with uninlined function calls instead of hanging.
    Assorted i915 driver fixes. Including but not limited to:
        Fixed texture LOD clamping in i915 driver. Bug #24846.
        Fix off-by-one for drawing rectangle. Bug #27408.
    Fixed hangs in etracer on 830 and 845 chipsets. Bug #26557.
    Fixed tiling of small textures on all Intel drivers.
    Fixed crash in Savage driver when using _mesa_CopyTexImage2D. Bug #27652.
    Assorted GLX fixes. Including but not limited to:
        Fixed __glXInitializeVisualConfigFromTags's handling of unrecognized \ 
fbconfig tags.
        Fixed regression with GLX_USE_GL.
        Fixed config chooser logic for 'mask' matching.
        Report swap events correctly in direct rendered case (DRI2)
        Fixed build with dri2proto which doesn't define X_DRI2SwapInterval.
        Get GLX_SCREEN first in __glXQueryContextInfo. Bug #14245.
    Assorted GLSL fixes. Including but not limited to:
        Change variable declared assertion into conditional in GLSL compiler. \ 
Bug #27921.
        Fix instruction indexing bugs. Bug #27566.
        Updated uniform location / offset encoding to be more like other \ 
implementations.
        Don't overwrite a driver's shader infolog with generic failure message.
    Fixed OSMesa build for 16 and 32-bit color channel depth.
    Fixed OSMesa build with hidden symbol visibility. libOSMesa no longer links \ 
to libGL. Bug #28305.
    Fixed handling of multiple render targets in fixed-function texture \ 
envrionmnent programs.
    Fixed conversion errors in signed_rgba8888[rev] texel fetch.
    Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets.
    Various build fixes for OpenBSD.
    Various build fixes for OS X.
    Various build fixes for GCC 3.3.

    Fix incorrect enums for GLX_INTEL_swap_event by updating glxext.h to version \ 
27 from OpenGL.org.
    Fix compilation errors on non-GLX_DIRECT_RENDERING builds.
    Various fixes for building Mesa on OS X.
    Pass GLX drawable ID to dri2InvalidateBuffers. Fixes bug #27190.
   2010-04-29 03:03:55 by Pierre Pronchery | Files touched by this commit (2)
Log message:
Fixes DRI for radeon cards using the r300 driver (revision bump probably required)