Up to [cvs.netbsd.org] / pkgsrc / graphics / MesaLib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.72 / (download) - annotate - [select for diffs], Thu Feb 16 18:56:23 2012 UTC (3 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.71: +2 -2
lines
Diff to previous 1.71 (colored)
Explicitly tell CPP that it should parse stdin as C-header when building glu.exports.
Revision 1.71 / (download) - annotate - [select for diffs], Sat Mar 27 12:55:00 2010 UTC (2 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.70: +2 -2
lines
Diff to previous 1.70 (colored)
another sparc64-only build fix; define memory barrier macro in sis_context.h
Revision 1.70 / (download) - annotate - [select for diffs], Sat Mar 27 12:26:19 2010 UTC (2 years, 1 month ago) by tnn
Branch: MAIN
Changes since 1.69: +2 -2
lines
Diff to previous 1.69 (colored)
fix a wrong #include in patch-aa which caused sparc64 build to fail.
Revision 1.69 / (download) - annotate - [select for diffs], Wed Sep 2 22:30:34 2009 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.68: +2 -1
lines
Diff to previous 1.68 (colored)
Look for libGL.so, not any particular libGL.so.<X>, on NetBSD. Bump PKGREVISION. From mrg@
Revision 1.68 / (download) - annotate - [select for diffs], Sat Aug 8 08:25:51 2009 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
Fix symbol handling in glu. Patch from upstream via Jörn Clausen in PR 41613. Bump glu PKGREVISION.
Revision 1.67 / (download) - annotate - [select for diffs], Wed Jul 8 20:00:58 2009 UTC (2 years, 10 months ago) by hasso
Branch: MAIN
Changes since 1.66: +13 -13
lines
Diff to previous 1.66 (colored)
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
Revision 1.66 / (download) - annotate - [select for diffs], Fri Jun 19 18:19:15 2009 UTC (2 years, 11 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.65: +2 -1
lines
Diff to previous 1.65 (colored)
Attempt to make it build cleanly and to solve PLIST problems without dri option (default for most of platforms). Tested on DragonFly only. Bump PKGREVISION.
Revision 1.65 / (download) - annotate - [select for diffs], Thu Jun 11 13:11:32 2009 UTC (2 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.64: +2 -1
lines
Diff to previous 1.64 (colored)
patch-cc: libtoolize src/mesa/drivers/x11/Makefile. Should fix build with PKG_OPTION dri disabled. (PR pkg/41572)
Revision 1.64 / (download) - annotate - [select for diffs], Wed Jun 10 17:28:07 2009 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.63: +3 -2
lines
Diff to previous 1.63 (colored)
Use correct macros for installation, from FUKAUMI Naoki in PR 41563. While here, fix .pc files (were missing -Wl,-R). Bump PKGREVISION.
Revision 1.63 / (download) - annotate - [select for diffs], Wed Jun 10 10:47:22 2009 UTC (2 years, 11 months ago) by hasso
Branch: MAIN
Changes since 1.62: +2 -1
lines
Diff to previous 1.62 (colored)
Fix "freeze on exit" issue with many GL games. Bump PKGREVISION.
Revision 1.62 / (download) - annotate - [select for diffs], Fri Jun 5 11:10:35 2009 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.61: +23 -28
lines
Diff to previous 1.61 (colored)
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.
Revision 1.61 / (download) - annotate - [select for diffs], Sun Oct 26 21:03:40 2008 UTC (3 years, 6 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.60: +4 -1
lines
Diff to previous 1.60 (colored)
Add the following patch from upstream as a new distribution
patch and bump MesaLib's PKGREVISION. While here, make a few
small changes to appease pkglint.
commit 2b8d8989fb6f9c36baf166fc715182a1407ebadb
Author: Ian Romanick <ian.d.romanick@intel.com>
Date: Sun Sep 28 20:31:46 2008 -0700
Use 3Dnow! x86-64 routines only on processors that support 3Dnow!
Added an x86-64 CPUID function and use it to detect 3Dnow!
[...]
This fixes long standing bug #8724.
Revision 1.60 / (download) - annotate - [select for diffs], Tue Oct 21 06:25:26 2008 UTC (3 years, 7 months ago) by bjs
Branch: MAIN
Changes since 1.59: +5 -1
lines
Diff to previous 1.59 (colored)
Sync MesaLib with upstream mesa_7_0_branch. While here, patch the r300 dri driver so that the __driConfigOptions symbol is visible. This is necessary for xdriinfo and driconf to work. Bump MesaLib's PKGREVISION.
Revision 1.59 / (download) - annotate - [select for diffs], Sat Aug 23 02:51:19 2008 UTC (3 years, 9 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.58: +10 -10
lines
Diff to previous 1.58 (colored)
Set DIST_SUBDIR=Mesa-7.0.4.1 (via MESA_PKGVERSION). This allows people that already have the older custom Mesa-7.0.4 tarballs to correctly upgrade Mesa to the standard distributions without having to know to delete the old sources or get confused by the mismatching distinfo checkhashes. Update the paths in the related distinfos for the change.
Revision 1.58 / (download) - annotate - [select for diffs], Thu Aug 21 18:40:59 2008 UTC (3 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.57: +10 -10
lines
Diff to previous 1.57 (colored)
fix botched checksums. I have verified through http://mesa3d.sourceforge.net/relnotes-7.0.4.html that these sums are correct for the Mesa 7.0.4 release. XXX should PKGREVISION be bumped? I don't understand how the MESA_PKGVERSION stuff works or why we even have it.
Revision 1.57 / (download) - annotate - [select for diffs], Sun Aug 17 09:41:35 2008 UTC (3 years, 9 months ago) by bjs
Branch: MAIN
Changes since 1.56: +3 -1
lines
Diff to previous 1.56 (colored)
#define bswap_32 bswap32 for NetBSD in the mach64 driver; also, for the sis driver, use either NetBSD's atomic ops if we have them, else check for gcc's __sync_synchronize. I suppose the right thing to do is split the dri drivers out of this package, but hopefully this will resolve [pkg/39359]. No revision bump, as I just updated the package a few hours ago.
Revision 1.56 / (download) - annotate - [select for diffs], Sun Jul 27 00:03:42 2008 UTC (3 years, 9 months ago) by bjs
Branch: MAIN
Changes since 1.55: +13 -27
lines
Diff to previous 1.55 (colored)
Update to Mesa-7.0.4 (the head of the 7.0 branch in GIT). Basically, lots of bug fixes; the intent of my update was mostly to fix problems with i915 and r300 dri drivers and to provide the best environment possible for the xorg server update to the 1.4 branch. Morever, many of our patches from pkgsrc, i.e. those removed in this commit, are now included upstream. Additionally, MesaDemos now builds. NOTES: - MesaLib now requires xf86driproto 2.0.4, as earlier versions install dri_interface.h, which is not correct. - glu now exports its symbols via libtool's -export-symfile. The symfile is generated pre-build--see glu/Makefile. - glxinfo/glxgears do not seem to need to be linked to libpthread, and this seems to cause problems on NetBSD with the new drm code. If I am wrong about this, please let me know. The only program that seems to need libpthread is glthreads in MesaDemos.
Revision 1.55 / (download) - annotate - [select for diffs], Fri Jun 27 13:24:39 2008 UTC (3 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.54: +2 -1
lines
Diff to previous 1.54 (colored)
graphics/MesaLib/hacks.mk: revert to rev 1.8 graphics/MesaLib/patches/patch-aw: export glXGetProcAddressARB graphics/MesaLib/Makefile: bump PKGREVISION graphics/glu/Makefile: bump PKGREVISION Please help out by giving this change as extensive testing as possible before 2008Q2 is branched.
Revision 1.54 / (download) - annotate - [select for diffs], Tue Jun 3 06:59:12 2008 UTC (3 years, 11 months ago) by dsainty
Branch: MAIN
Changes since 1.53: +2 -1
lines
Diff to previous 1.53 (colored)
Add Linux to DRI platforms. Add a patch to fix compilation under Linux. Bump PKGREVISION.
Revision 1.53 / (download) - annotate - [select for diffs], Wed May 21 04:11:37 2008 UTC (4 years ago) by bjs
Branch: MAIN
Changes since 1.52: +4 -1
lines
Diff to previous 1.52 (colored)
Add new round of distribution patches (update code to head of Mesa_7_0_branch). While here, ensure that all instances of pthread_getspecific are replaced with __libc_thr_getspecific on NetBSD (fixes linking issues with compiz, at least).
Revision 1.52 / (download) - annotate - [select for diffs], Thu May 1 15:37:13 2008 UTC (4 years ago) by bjs
Branch: MAIN
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
Remove second -o argument in libOSMesa link command (which was obviously my mistake). Set MAKE_JOBS_SAFE=no when building libOSMesa because it breaks the build. Non-dri builds should work now.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Apr 30 07:00:14 2008 UTC (4 years ago) by bjs
Branch: MAIN
Changes since 1.50: +8 -2
lines
Diff to previous 1.50 (colored)
Mesa
Revision 1.50 / (download) - annotate - [select for diffs], Fri Apr 25 15:39:54 2008 UTC (4 years, 1 month ago) by tnn
Branch: MAIN
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
PR pkg/38506: Rob Quinn: Work around Solaris /bin/sh brain damage.
Revision 1.49 / (download) - annotate - [select for diffs], Thu Apr 24 07:40:24 2008 UTC (4 years, 1 month ago) by bjs
Branch: MAIN
Changes since 1.48: +30 -25
lines
Diff to previous 1.48 (colored)
Welcome to Mesa-7.0.3. Changes from 6.4.2 are (obviously) far too numerous to mention! This package brings with it support for the Direct Rendering Infrastructure (DRI) on NetBSD-current; the kernel DRM was committed approximately one year ago. Patches for NetBSD 4.0 are available in the mailing list archives (I think), but are _not supported_. Developers and other interested parties are encouraged to read the TODO file, as well as my remarks in options.mk. There is still a significant amount of work to be done. Users of NetBSD/i386 (-current) shouldn't have much trouble getting mainstream cards (Intel i915 and Radeon 9600- R430 are by far the most tested) to work. I have taken great pains to ensure that this works properly, but inevitably there will be problems--especially on heretofore untested (read: non-x86) hardware. Your questions, comments, problem reports, and of course bug fixes are welcome. NOTE: There are currently problems (on NetBSD, at least) linking some executables, e.g. compiz, due to unresolved symbols for libpthread functions. This is due to libX11's thread stubs, which should not be enabled on NetBSD >= 2.0; see the TODO For more information and the URL of an interim patch.
Revision 1.48 / (download) - annotate - [select for diffs], Mon Aug 13 11:18:40 2007 UTC (4 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.47: +18 -18
lines
Diff to previous 1.47 (colored)
As discussed on tech-pkg@ revert for now the last updates of the Mesa packages. Downgraded graphics/MesaLib to 6.4.2nb3 Downgraded graphics/glu to 6.4.2 Downgraded graphics/glut to 6.4.2 Downgraded graphics/glx-utils to 6.4.2 Downgraded graphics/MesaDemos to 6.4.2 Downgraded graphics/Mesa to 6.4.2 Approved byg agc@.
Revision 1.47 / (download) - annotate - [select for diffs], Sun Aug 12 15:14:48 2007 UTC (4 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.46: +19 -19
lines
Diff to previous 1.46 (colored)
Changes 7.0.1: New features: * Added a bluegene-osmesa build config Bug fixes: * Added a few missing OpenGL 2.0 API entrypoints * Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer * GLSL bug fix: added vec2(vec4) constructor * GLSL bug fix: .strq and .rgba writemasks didn't always work * Stencil pixel map didn't always work for glDrawPixels * Fixed polygon stipple bug in i915 driver * Binding a zero-sized texture didn't disable texturing * Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include the terminating zero * glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag properly * Fixed a GLSL function call bug * glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work * glGetAttribLocation() always returned 1 * Fixed a few memory-related bugs in GLU library Changes 7.0.0: New features: * OpenGL 2.0 and 2.1 API support. Bug fixes: * 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 * GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords) * Specifying an invalid texture unit as a sampler could lead to a crash * The GLX protocol request for glXDestroyPBuffer() was incorrect * ARB vp state.light[n].half value was incorrect * Fixed a positional light source bug * Fixed point size attenuation problem * glPopAttrib didn't restore texture object's LOD bias * Fixed a TLS / TEXTREL problem
Revision 1.46 / (download) - annotate - [select for diffs], Mon Aug 6 13:47:38 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.45: +3 -1
lines
Diff to previous 1.45 (colored)
Allow MesaLib to be cross-compiled. This is horrible slow, but working magic.
Revision 1.45 / (download) - annotate - [select for diffs], Fri Apr 13 09:12:02 2007 UTC (5 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Need to include inttypes.h on Tru64. Submitted upstream in: <https://bugs.freedesktop.org/show_bug.cgi?id=10635>
Revision 1.44 / (download) - annotate - [select for diffs], Wed Jan 24 19:55:01 2007 UTC (5 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.43: +8 -8
lines
Diff to previous 1.43 (colored)
Fix the Interix fix. gcc 3.3 supplies its own <stddef.h>, which shadows the one in the OS (which happens to be where [u]intptr_t is defined). Interix 5.2 should fix this, but to support Interix 3.5, a special case is needed here. Since this changes glheader.h for all platforms, bump PKGREVISION (but only for the MesaLib package).
Revision 1.43 / (download) - annotate - [select for diffs], Tue Nov 21 21:26:03 2006 UTC (5 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
Interix doesn't have <inttypes.h>, but <stdlib.h> is guaranteed to pull in [u]intptr_t.
Revision 1.42 / (download) - annotate - [select for diffs], Sun Oct 1 20:31:13 2006 UTC (5 years, 7 months ago) by schwarz
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
added support for IRIX 5. Including inttypes.h, as introduced through patch-am, is necessary on IRIX 5 to have int64_t defined whereas it is not needed on IRIX 6, but should not hurt there either.
Revision 1.41 / (download) - annotate - [select for diffs], Thu Jul 6 12:27:43 2006 UTC (5 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.40: +2 -1
lines
Diff to previous 1.40 (colored)
On Solaris with "gcc -m64" make sure int64_t defined correctly. Bump PKGREVISION
Revision 1.40 / (download) - annotate - [select for diffs], Thu Jun 1 12:56:41 2006 UTC (5 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Explicitly add --tag for libtool calls to fix problems on SunOS. Patch from Andreas Tannert in PR 33588.
Revision 1.39 / (download) - annotate - [select for diffs], Tue Mar 21 19:26:31 2006 UTC (6 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Compensate for lossage I've caused by not explicitely linking against libpthread: link against a stub lib on systems which need it (NetBSD<=2). Thanks to mlh@goathill.org for testing and reports.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Mar 2 20:19:31 2006 UTC (6 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
don't link libGL explicitely against libpthread, it is not used by the library itself, the version which comes with X11 doesn't do it, and it fixes some cases where GL is loaded dynamically bump PKGREVISION
Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 9 12:27:42 2006 UTC (6 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.36: +10 -12
lines
Diff to previous 1.36 (colored)
6.4.2 February 2, 2006
New:
- added OSMesaColorClamp() function/feature
- added wglGetExtensionStringARB() function
Bug fixes:
- fixed some problems when building on Windows
- GLw header files weren't installed by installmesa script (bug 5396)
- GL/glfbdev.h file was missing from tarballs
- fixed TNL initialization bug which could lead to crash (bug 5791)
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 31 21:44:31 2006 UTC (6 years, 3 months ago) by kristerw
Branch: MAIN
Changes since 1.35: +3 -1
lines
Diff to previous 1.35 (colored)
Fix some more places where the evil macro RENDER_SPAN prevents this package from building with gcc 2.95.
Revision 1.35 / (download) - annotate - [select for diffs], Mon Jan 30 08:54:55 2006 UTC (6 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
That evil macro RENDER_SPAN is defined twice -- I only catched one in the first try.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Jan 26 15:16:16 2006 UTC (6 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
Added patch-ak, which fixes the bulk build for NetBSD 1.6.2/i386.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Jan 19 12:53:17 2006 UTC (6 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.32: +17 -14
lines
Diff to previous 1.32 (colored)
Changes 6.4:
New:
- Added a fast XOR line drawing function in Xlib driver
- Added support for GL_ARB_texture_mirrored_repeat to savage
driver (supported only on Savage4 hardware).
Changes:
- Mesa now packaged in three parts: Library, Demos and GLUT
Bug fixes:
- GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
- Some files were present multiple times in the 6.3.2 tarballs
- r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)
- glxgears_fbconfig demo didn't work (bug 4237)
- fixed bug when bilinear sampling 2d textures with borders
- glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)
- fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
- fixed a few problems with proxy color tables (bug 4270)
- fixed precision problem in Z clearing (bug 4395)
- glBitmap, glDraw/CopyPixels mistakenly generated selection hits
- fixed potential segfault caused by reading pixels outside
of renderbuffer bounds
- glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
- fixed memory corruption bug involving software alpha buffers
- glReadPixels clipped by window bounds was sometimes broken
- glDraw/CopyPixels of stencil data ignored the stencil write mask
- glReadPixels from a texture bound to a framebuffer object didn't work
- glIsRender/FramebufferEXT weren't totally correct
- fixed a number of point size attenuation/fade bugs
- fixed glFogCoord bug 4729
- GLX encoding for transpose matrix functions was broken
- fixed broken fragment program KIL and SWZ instructions
- fragment programs that wrote result.depth.z didn't work
Changes 6.4.1:
Bug fixes:
- redefining a vertex program string didn't take effect in TNL module
- fixed occasional segfault upon vertex/fragment parsing error
- vertex program LIT instruction didn't handle 0^0=1 correctly
- fragment program fog option didn't work with glDrawPixels, glBitmap
- USE_MGL_NAMESPACE didn't work for x86-64
- OSMesa demos were missing from previous release tarballs
- fixed problem with float->ushort conversion in glClear (bug 4992)
- popping of GL_EYE_PLANE texgen state was broken (bug 4996)
- popping of GL_SPOT_DIRECTION light state was broken (bug 5005)
- fixed occasional triangle color interpolation problem on VMS
- work around invalid free() call (bug 5131)
- fixed BSD X server compilation problem by including stdint.h
Revision 1.32 / (download) - annotate - [select for diffs], Tue Nov 8 16:41:30 2005 UTC (6 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.31: +4 -2
lines
Diff to previous 1.31 (colored)
Create template config file for Interix 3.x. As part of this, do something special for xmesaP.h: Because XShm.h does exist on the Interix platform, and Mesa binaries were already buildable, preserve the ABI by including XShm.h there and keeping the XShmSegmentInfo field (with -DUSE_XSHM_HDRONLY) -- thus avoiding both flag day and revbump sweep. However, all XShm-using code remains turned off (no -DUSE_XSHM) so that libGL will work. Bump PKGREVISION of MesaLib only.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Jul 13 18:39:58 2005 UTC (6 years, 10 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Ensure that the PTHREAD_LDFLAGS gets passed to the linker.
Revision 1.30 / (download) - annotate - [select for diffs], Tue Jul 12 21:40:35 2005 UTC (6 years, 10 months ago) by kristerw
Branch: MAIN
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Make this pkg compile on DragonFly by applying a patch sent to tech-pkg by Joerg Sonnenberger.
Revision 1.29 / (download) - annotate - [select for diffs], Fri Jun 17 15:54:06 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Enable the pthread-based thread-safety code in pkgsrc MesaLib. Bump the PKGREVISION to 2. This fixes PR pkg/30537.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 7 14:31:48 2005 UTC (6 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Make the glut library link against required libraries. Bump PKGREVISION of glut.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 7 14:21:42 2005 UTC (6 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Make the GLU library link against libGL. Bump PKGREVISION of glu.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Jun 5 15:39:06 2005 UTC (6 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
Link against required libraries explicitly, so that dependency_libs in .la files is set correctly. Bump PKGREVISION.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Feb 24 08:45:02 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.24: +3 -1
lines
Diff to previous 1.24 (colored)
Add RMD160 digests
Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 24 06:24:03 2005 UTC (7 years, 3 months ago) by veego
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Fix the last commit which didn't record the correct rpath for the X11
libraries due too the usage of two -rpath options for libtool:
libtool: link: warning: ignoring multiple `-rpath's for a libtool library
According to the gnu libtool page you have to use -R:
-R libdir
If output-file is a program, add libdir to its run-time path. If
output-file is a library, add -Rlibdir to its dependency_libs, so
that, whenever the library is linked into a program, libdir will be
added to its run-time path.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Feb 23 13:57:35 2005 UTC (7 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
libglut needs symbols from libXi, so explicitly link against it. fixes unresolved symbols at runtime on Solaris. bump PKGREVISION of glut.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 4 15:49:24 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.21: +7 -7
lines
Diff to previous 1.21 (colored)
Changes 6.2.1: Bug fixes: - don't apply regular fog or color sum when using a fragment program - glProgramEnvParameter4fARB always generated an error on GL_FRAGMENT_PROGRAM_ARB (fdo bug 1645) - glVertexAttrib3svNV and glVertexAttrib3svARB were broken - fixed width/height mix-up in glSeparableFilter2D() - fixed regression in glCopyPixels + convolution - glReadPixels from a clipped front color buffer didn't always work - glTexImage didn't accept GL_RED/GREEN/BLUE as the format - Attempting queries/accesses of VBO 0 weren't detected as errors - paletted textures failed if the palette had fewer that 256 entries Changes: - fixed a bunch of compiler warnings found with gcc 3.4 - bug reports should to go bugzilla.freedesktop.org
Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 27 19:20:33 2004 UTC (7 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
improve performance for local displays by enabling the XShm extension (I did measurements using pkgsrc/time/glclock some weeks ago; can't find the numbers anymore. There was a significant improvement. The result was still worse than the Mesa-5.x which comes with xfree86, which doesn't deploy xshm as built in our tree.)
Revision 1.20 / (download) - annotate - [select for diffs], Tue Oct 26 13:55:37 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.19: +13 -12
lines
Diff to previous 1.19 (colored)
Changes 6.2: New: - enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle) - updated Doxygen support (Jose Fonseca) Changes: - some GGI driver updates (Christoph Egger, bug 1025977) Bug fixes: - Omit GL_ARB_texture_non_power_of_two from list of OpenGL 1.5 features - fixed a few compilation issues on IRIX - fixed a matrix classification bug (reported by Wes Bethel) - we weren't reseting the vertex/fragment program error state before parsing (Dave Reveman) - adjust texcoords for sampling texture rectangles (Dave Reveman) - glGet*(GL_MAX_VERTEX_ATTRIBS_ARB) wasn't implemented - repeated calls to glDeleteTexture(t) could lead to a crash - fixed potential ref count bugs in VBOs and vertex/fragment programs - spriteblast demo didn't handle window size changes correctly - glTexSubImage didn't handle pixels=NULL correctly for PBOs - fixed color index mode glDrawPixels bug (Karl Schultz) Changes 6.1: New: - Revamped Makefile system - glXUseRotatedXFont() utility (see xdemos/xuserotfont.c) - internal driver interface changes related to texture object allocation, vertex/fragment programs, BlendEquationSeparate, etc. - option to walk triangle edges with double-precision floats (Justin Novosad of Discreet) (see config.h file) - support for AUX buffers in software GLX driver - updated glext.h to version 24 and glxext.h to version 6 - new MESA_GLX_FORCE_ALPHA and MESA_GLX_DEPTH_BITS env vars - updated BeOS support (Philippe Houdoin) Changes: - fragment fog interpolation is perspective corrected now - new glTexImage code, much cleaner, may be a bit faster Bug fixes: - glArrayElement in display lists didn't handle generic vertex attribs - glFogCoord didn't always work properly - ARB_fragment_program fog options didn't work - frag prog TEX instruction no longer incorrectly divides s,t,r by q - ARB frag prog TEX and TEXP instructions now use LOD=0 - glTexEnviv in display lists didn't work - glRasterPos didn't do texgen or apply texture matrix - GL_DOUBLE-valued vertex arrays were broken in some cases - fixed texture rectangle edge/border sampling bugs - sampling an incomplete texture in a fragment program would segfault - glTexImage was missing a few error checks - fixed some minor glGetTexParameter glitches - GL_INTENSITY was mistakenly accepted as a to glTexImage - fragment program writes to RC/HC register were broken - fixed a few glitches in GL_HP_occlusion_test extension - glBeginQueryARB and glEndQueryARB didn't work inside display lists - vertex program state references were broken - fixed triangle color interpolation bug on AIX (Shane Blackett) - fixed a number of minor memory leaks (bug #1002030)
Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 9 13:06:06 2004 UTC (8 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.18: +11 -11
lines
Diff to previous 1.18 (colored)
Changes 6.0.1: New: - upgraded glext.h to version 22 - new build targets (Dan Schikore) - new linux-x86-opteron build target (Heath Feather) Bug fixes: - glBindProgramARB didn't update all necessary state - fixed build problems on OpenBSD - omit CVS directories from tarballs - glGetTexImage(GL_COLOR_INDEX) was broken - fixed an infinite loop in t&l module - silenced some valgrind warnings about using unitialized memory - fixed some compilation/link glitches on IRIX (Mike Stephens) - glBindProgram wasn't getting compiled into display lists - GLX_FBCONFIG_ID wasn't recognized in glXChooseFBConfig() (bug 888079) - two-sided lighting and vertex program didn't work (bug 887330) - stores to program parameter registers in vertex state programs didn't work. - fixed glOrtho bug found with gcc 3.2.2 (RH9) - glXCreateWindow() wasn't fully implemented (bug 890894) - generic vertex attribute arrays didn't work in display lists - vertex buffer objects' default usage and access fields were wrong - glDrawArrays with start!=0 was broken - fragment program PK2H, UP2H, UP4B and UP4UB instructions were broken - linux-osmesa16-static config didn't work - fixed a few color index rendering problems (bug 910687) - glInterleavedArrays didn't respect GL_CLIENT_ACTIVE_TEXTURE - OSMesa RGB and BGR modes were broken - glProgramStringARB mistakenly required a null-terminated string - fragment program XPD instruction was incorrect - glGetMaterial() didn't work reliably
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jan 22 12:58:19 2004 UTC (8 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.17: +6 -2
lines
Diff to previous 1.17 (colored)
Mesa-6.0 packages now use LIBTOOL and finally build
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 20 03:46:38 2004 UTC (8 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.16: +3 -1
lines
Diff to previous 1.16 (colored)
Re-add checksum for MesaDemos, that somehow got lost along the way. Noted by Takahiro Kambe.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 20 02:48:33 2004 UTC (8 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.15: +6 -7
lines
Diff to previous 1.15 (colored)
Update Mesa and friends to version 6.0: Changes since 5.2: New: - full OpenGL 1.5 support - updated GL/glext.h file to version 21 Changes: - changed max framebuffer size to 4Kx4K (MAX_WIDTH/HEIGHT in config.h) Bug fixes: - fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color clamping issue - updated suno5-gcc configs - glColor3 functions sometimes resulted in undefined alpha values - fixed FP divide by zero error seen on VMS with xlockmore, others - fixed vertex/fragment program debug problem (bug 873011) - building on AIX with gcc works now - glDeleteProgramsARB failed for ARB fragment programs (bug 876160) - glDrawRangeElements tried to modify potentially read-only storage - updated files for building on Windows Changes since 5.0.2: New features: - reorganized directory tree - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche) - GL_ATI_texture_env_combine3 extension (Ian Romanick) - GL_SGI_texture_color_table extension (Eric Plante) - GL_NV_fragment_program extension - GL_NV_light_max_exponent extension - GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle) - GL_ARB_occlusion_query extension - GL_ARB_point_sprite extension - GL_ARB_texture_non_power_of_two extension - GL_IBM_multimode_draw_arrays extension - GL_EXT_texture_mirror_clamp extension (Ian Romanick) - GL_ARB_vertex_buffer_object extension - new X86 feature detection code (Petr Sebor) - less memory used for display lists and vertex buffers - demo of per-pixel lighting with a fragment program (demos/fplight.c) - new version (18) of glext.h header - new spriteblast.c demo of GL_ARB_point_sprite - faster glDrawPixels in X11 driver in some cases (see RELNOTES-5.1) - faster glCopyPixels in X11 driver in some cases (see RELNOTES-5.1) Bug fixes: - really enable OpenGL 1.4 features in DOS driver. - fixed issues in glDrawPixels and glCopyPixels for very wide images - glPixelMapf/ui/usv()'s size parameter is GLsizei, not GLint - fixed some texgen bugs reported by Daniel Borca - fixed wglMakeCurrent(NULL, NULL) bug (#835861) - fixed glTexSubImage3D z-offset bug (Cedric Gautier) - fixed RGBA blend enable bug (Ville Syrjala) - glAccum is supposed to be a no-op in selection/feedback mode - fixed texgen bug #597589 (John Popplewell) Changes: - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. - glxgears.c demo updated to use GLX swap rate extensions - glTexImage1/2/3D now allows width/height/depth = 0 - disable SPARC asm code on Linux (bug 852204)
Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 18 16:10:55 2003 UTC (8 years, 6 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.14: +5 -4
lines
Diff to previous 1.14 (colored)
Finally update Mesa and friends after the distfile changed on the website without a version bump. Changes made, according to the website, for libtool/autofoo fixes. Some changes from Ron Roskens: glut depends upon graphics/glu (otherwise its linked against X11R6 libs) MesaDemos: rather than using the pre-built distribution makefiles, use the automake/configure built makefiles which have the build dependencies all setup. This closes PR pkg/23476.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Nov 9 02:23:18 2003 UTC (8 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
Patch Mesa's Makefile to use '-fno-strict-aliasing' rather than '-fstrict-aliasing', as the code contains unsafe use of aliased pointers. As suggested by tls@ in PR pkg/23381, closing said PR.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 29 21:30:28 2003 UTC (8 years, 7 months ago) by jschauma
Branch: MAIN
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Update Mesa and friends to latest version 5.0.2: - fixed texgen problem causing texcoord's Q to be zero (stex3d) - default GL_TEXTURE_COMPARE_MODE_ARB was wrong - GL_CURRENT_MATRIX_NV query was wrong - GL_CURRENT_MATRIX_STACK_DEPTH_NV query was off by one - GL_LIST_MODE query wasn't correct - GL_FOG_COORDINATE_SOURCE_EXT query wasn't supported - GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query returned wrong value - blended, wide lines didn't always work correctly - glVertexAttrib4svNV w component was always 1 - fixed bug in GL_IBM_rasterpos_clip (missing return) - GL_DEPTH_TEXTURE_MODE = GL_ALPHA didn't work correctly - a few Solaris compilation fixes - fixed glClear() problem for DRI drivers (non-existant stencil, etc) - fixed int/REAL mixup in GLU NURBS curve evaluator (Eric Cazeaux) - fixed delete [] bug in SI GLU (bug 721765) (Diego Santa Cruz) - glFog() didn't clamp fog colors - fixed bad float/int conversion for GL_TEXTURE_PRIORITY in the gl[Get]TexParameteri[v] functions - fixed invalid memory references in glTexGen functions (bug 781602) - integer-valued color arrays weren't handled correctly - glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work - GL_EXT_texture_lod_bias is part of 1.4, overlooked in 5.0.1 - build GLUT with -fexceptions so C++ apps propogate exceptions While here, fix PR pkg/23003 by moving the version number to version.mk and including that in the buildlink.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 26 01:43:52 2003 UTC (8 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.11: +1 -3
lines
Diff to previous 1.11 (colored)
Finally remove support of Mesa 3.4.1 completely as discussed at length
on tech-pkg@ at various times. This means that regardless of what kind of
GL support comes with X11, if a package depends on GL, Mesa 5.0.1 (or higher)
will be installed into ${LOCALBASE}.
Some troubleshooting after the latest patches by Krister Walfridsson.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 4 11:27:39 2003 UTC (8 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Readd checksums for version 3.4.2 destroyed by previous commit.
Revision 1.10 / (download) - annotate - [select for diffs], Sat May 10 16:37:12 2003 UTC (9 years ago) by drochner
Branch: MAIN
Changes since 1.9: +3 -6
lines
Diff to previous 1.9 (colored)
update to 5.0.1 mostly a bugfix release other changes: - updated GL/gl_mangle.h file - use glPolygonOffset in gloss demo to avoid z-fighting artifacts - updated winpos and pointblast demos to use ARB extensions - disable SPARC normal transformation code
Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 17 22:15:45 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Move the installed mesa.conf file to the examples tree, and do not install it into PKG_SYSCONFDIR (it's useless for now). Bump PKGREVISION to 2. Ok'ed by rh.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 24 18:07:08 2003 UTC (9 years, 2 months ago) by jschauma
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Fix PR pkg/20685 by changing the if-statements to allow creation of a fake package for clean-depends-list purposes. While here, also remove the no longer necessary CFLAGS after previous commit in MesaLib and also add distinfo for MesaLib for non Mesa-5.0.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 9 19:04:53 2003 UTC (9 years, 2 months ago) by jschauma
Branch: MAIN
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
Update Mesa and friends to version 5.0, using patches provided in PR pkg/19302. At the same time, move Mesa and friends to LOCALBASE rather than X11BASE, so that they can be installed regardless of XF version. Introduce MESA_REQD variable that can be set to 5.0, thus allowing systems with XF4 to indicate that the provided version is not good enough. All packages using Mesa, MesaLib, glu or glut will get a PKGREVISION bump over the next few days.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 6 17:03:24 2002 UTC (9 years, 5 months ago) by jschauma
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
Back out update of Mesa, MesaLib, glu and glut to Mesa version 5.0, until we figure out how to properly solve the conflict of XF4.x's own GL. As discussed with tron.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 5 15:11:49 2002 UTC (9 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update of Mesa, MesaLib, glu and glut to version 5.0 of Mesa. Our previous version was 3.4.1, so here goes the changelog (ready to scroll?): New in 3.4.2: Bug fixes: - deleting the currently bound texture could cause bad problems - using fog could result in random vertex alpha values - AA triangle rendering could touch pixels outside right window bound - fixed byteswapping problem in clear_32bit_ximage() function - fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam - fixed memory leak in glXUseXFont() - fragment sampling in AA triangle function was off by 1/2 pixel - Windows: reading pixels from framebuffer didn't always work - glConvolutionFilter2D could segfault or cause FP exception - fixed segfaults in FX and X drivers when using tex unit 1 but not 0 - GL_NAND logicop didn't work right in RGBA mode - fixed a memory corruption bug in vertex buffer reset code - clearing the softwara alpha buffer with scissoring was broken - fixed a few color index mode fog bugs - fixed some bad assertions in color index mode - fixed FX line 'stipple' bug #420091 Changes: - optimized writing mono-colored pixel spans to X pixmaps - increased max viewport size to 2048 x 2048 New in 3.5: New: - internals of Mesa divided into modular pieces (Keith Whitwell) - 100% OpenGL 1.2 conformance (passes all conformance tests) - new AA line algorithm - GL_EXT_convolution extension - GL_ARB_imaging subset - OSMesaCreateContextExt() function - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add) - GL_MAX_TEXTURE_UNITS_ARB now defaults to eight - GL_EXT_fog_coord extension (Keith Whitwell) - GL_EXT_secondary_color extension (Keith Whitwell) - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add) - GL_SGIX_depth_texture extension - GL_SGIX_shadow and GL_SGIX_shadow_ambient extensions - demos/shadowtex.c demo of GL_SGIX_depth_texture and GL_SGIX_shadow - GL_ARB_texture_env_combine extension - GL_ARB_texture_env_dot3 extension - GL_ARB_texture_border_clamp (aka GL_SGIS_texture_border_clamp) - OSMesaCreateContextExt() function - libOSMesa.so library, contains the OSMesa driver interface - GL/glxext.h header file for GLX extensions - somewhat faster software texturing, fogging, depth testing - all color-index conformance tests now pass (only 8bpp tested) - SPARC assembly language TCL optimizations (David Miller) - GL_SGIS_generate_mipmap extension Bug Fixes: - fbiRev and tmuRev were unitialized when using Glide3 - fixed a few color index mode conformance failures; all pass now - now appling antialiasing coverage to alpha after texturing - colors weren't getting clamped to [0,1] before color table lookup - fixed RISC alignment errors caused by COPY_4UBV macro - drawing wide, flat-shaded lines could cause a segfault - vertices now snapped to 1/16 pixel to fix rendering of tiny triangles Changes: - SGI's Sample Implementation (SI) 1.3 GLU library replaces Mesa GLU - new libOSMesa.so library, contains the OSMesa driver interface New in 4.0: New: - Mesa 4.0 implements the OpenGL 1.3 specification - GL_IBM_rasterpos_clip extension - GL_EXT_texture_edge_clamp extension (aka GL_SGIS_texture_edge_clamp) - GL_ARB_texture_mirrored_repeat extension - WindML UGL driver (Stephane Raimbault) - added OSMESA_MAX_WIDTH/HEIGHT queries - attempted compiliation fixes for Solaris 5, 7 and 8 - updated glext.h and glxext.h files - updated Windows driver (Karl Schultz) Bug fixes: - added some missing GLX 1.3 tokens to include/GL/glx.h - GL_COLOR_MATRIX changes weren't recognized by teximage functions - glCopyPixels with scale and bias was broken - glRasterPos with lighting could segfault - glDeleteTextures could leave a dangling pointer - Proxy textures for cube maps didn't work - fixed a number of 16-bit color channel bugs - fixed a few minor memory leaks - GLX context sharing was broken in 3.5 - fixed state-update bugs in glPopClientAttrib() - fixed glDrawRangeElements() bug - fixed a glPush/PopAttrib() bug related to texture binding - flat-shaded, textured lines were broken - fixed a dangling pointer problem in the XMesa code (Chris Burghart) - lighting didn't always produce the correct alpha value - fixed 3DNow! code to not read past end of arrays (Andrew Lewycky) New in 4.0.1: New: - better sub-pixel sample positions for AA triangles (Ray Tice) - slightly faster blending for (GL_ZERO, GL_ONE) and (GL_ONE, GL_ZERO) Bug fixes: - added missing break statements in glGet*() for multisample cases - fixed uninitialized hash table mutex bug (display lists / texobjs) - fixed bad teximage error check conditional (bug 476846) - fixed demos readtex.c compilation problem on Windows (Karl Schultz) - added missing glGet() query for GL_MAX_TEXTURE_LOD_BIAS_EXT - silence some compiler warnings (gcc 2.96) - enable the #define GL_VERSION_1_3 in GL/gl.h - added GL 1.3 and GLX 1.4 entries to gl_mangle.h and glx_mangle.h - fixed glu.h typedef problem found with MSDev 6.0 - build libGL.so with -Bsymbolic (fixes bug found with Chromium) - added missing 'const' to glXGetContextIDEXT() in glxext.h - fixed a few glXGetProcAddress() errors (texture compression, etc) - fixed start index bug in compiled vertex arrays (Keith) - fixed compilation problems in src/SPARC/glapi_sparc.S - fixed triangle strip "parity" bug found in VTK medical1 demo (Keith) - use glXGetProcAddressARB in GLUT to avoid extension linking problems - provoking vertex of flat-shaded, color-index triangles was wrong - fixed a few display list bugs (GLUT walker, molecule, etc) (Keith) - glTexParameter didn't flush the vertex buffer (Ray Tice) - feedback attributes for glDraw/CopyPixels and glBitmap were wrong - fixed bug in normal length caching (ParaView lighting bug) New in 4.0.2: New: - New DOS (DJGPP) driver written by Daniel Borca - New driver interface functions for TCL drivers (such as Radeon DRI) - GL_RENDERER string returns "Mesa Offscreen16" or "Mesa Offscreen32" if using deep color channels - latest GL/glext.h and GL/glxext.h headers from SGI Bug fixes: - GL_BLEND with non-black texture env color wasn't always correct - GL_REPLACE with GL_RGB texture format wasn't always correct (alpha) - glTexEnviv( pname != GL_TEXTURE_ENV_COLOR ) was broken - glReadPixels was sometimes mistakenly clipped by the scissor box - glDraw/ReadPixels didn't catch all the errors that they should have - Fixed 24bpp rendering problem in Windows driver (Karl Schultz) - 16-bit GLchan mode fixes (m_trans_tmp.h, s_triangle.c) - Fixed 1-bit float->int conversion bug in glDrawPixels(GL_DEPTH_COMP) - glColorMask as sometimes effecting glXSwapBuffers() - fixed a potential bug in XMesaGarbageCollect() - N threads rendering into one window didn't work reliably - glCopyPixels didn't work for deep color channels - improved 8 -> 16bit/channel texture image conversion (Gerk Huisma) - glPopAttrib() didn't correctly restore user clip planes - user clip planes failed for some perspective projections (Chromium) New in 4.0.3: New: - updated GL/glext.h file (version 15) - corrected MMX blend code (Jose Fonseca) - support for software-based alpha planes in Windows driver - updated GGI driver (Filip Spacek) Bug fixes: - glext.h had wrong values for GL_DOT3_RGB[A]_EXT tokens - OSMesaMakeCurrent() didn't recognize buffer size changes - assorted conformance fixes for 16-bit/channel rendering - texcombine alpha subtraction mode was broken - fixed lighting bug with non-uniform scaling and display lists - fixed bug when deleting shared display lists - disabled SPARC cliptest assembly code (Mesa bug 544665) - fixed a couple Solaris compilation/link problems - blending clipped glDrawPixels didn't always work - glGetTexImage() didn't accept packed pixel types - glPixelMapu[is]v() could explode given too large of pixelmap - glGetTexParameter[if]v() didn't accept GL_TEXTURE_MAX_ANISOTROPY_EXT - glXCopyContext() could lead to segfaults - glCullFace(GL_FRONT_AND_BACK) didn't work (bug 572665) Changes: - lots of C++ (g++) code clean-ups - lots of T&L updates for the Radeon DRI driver Known bugs: - mipmap LOD computation (fixed for Mesa 4.1) New in 4.0.4: New: - GL_NV_texture_rectangle extension - updated glext.h header (version 17) - updated DOS driver (Daniel Borca) - updated BeOS R5 driver (Philippe Houdoin) - added GL_IBM_texture_mirror_repeat - glxinfo now takes -l option to print interesting OpenGL limits info - GL_MESA_ycbcr_texture extension - GL_APPLE_client_storage extension (for some DRI drivers only) - GL_MESA_pack_invert extension Bug fixes: - fixed GL_LINEAR fog bug by adding clamping - fixed FP exceptions found using Alpha CPU - 3dfx MESA_GLX_FX=window (render to window) didn't work - fixed memory leak in wglCreateContest (Karl Schultz) - define GLAPIENTRY and GLAPI if undefined in glu.h - wglGetProcAddress didn't handle all API functions - when testing for OpenGL 1.2 vs 1.3, check for GL_ARB_texture_cube_map - removed GL_MAX_CONVOLUTION_WIDTH/HEIGHT from glGetInteger/Float/etc() - error checking in compressed tex image functions had some glitches - fixed AIX compile problem in src/config.c - glGetTexImage was using pixel unpacking instead of packing params - auto-mipmap generation for cube maps was incorrect Changes: - max texture units reduced to six to accomodate texture rectangles - removed unfinished GL_MESA_sprite_point extension code - if you are reading this, I'm really surprised New in 4.1: New: - GL_NV_vertex_program extension - GL_NV_vertex_program1_1 extension - GL_ARB_window_pos extension - GL_ARB_depth_texture extension - GL_ARB_shadow extension - GL_ARB_shadow_ambient extension - GL_EXT_shadow_funcs extension - GL_ARB_point_parameters extension - GL_ARB_texture_env_crossbar - GL_NV_point_sprite extension - GL_NV_texture_rectangle extension - GL_EXT_multi_draw_arrays extension - GL_EXT_stencil_two_side extension - GLX_SGIX_fbconfig and GLX_SGIX_pbuffer extensions - GL_ATI_texture_mirror_once extension (Ian Romanick) - massive overhaul/simplification of software rasterizer module, many contributions from Klaus Niederkrueger - faster software texturing in some cases (i.e. trilinear filtering) - new OSMesaGetProcAddress() function - more blend modes implemented with MMX code (Jose Fonseca) - added glutGetProcAddress() to GLUT - added GLUT_FPS env var to compute frames/second in glutSwapBuffers() - pbinfo and pbdemo PBuffer programs - glxinfo -v prints transprent pixel info (Gerd Sussner) Bug fixes: - better mipmap LOD computation (prevents excessive blurriness) - OSMesaMakeCurrent() didn't recognize buffer size changes - assorted conformance fixes for 16-bit/channel rendering - texcombine alpha subtraction mode was broken - fixed some blend problems when GLchan==GLfloat (Gerk Huisma) - clamp colors to [0,1] in OSMesa if GLchan==GLfloat (Gerk Huisma) - fixed divide by zero error in NURBS tessellator (Jon Perry) - fixed GL_LINEAR fog bug by adding clamping - fixed FP exceptions found using Alpha CPU - 3dfx/glide driver render-to-window feature was broken - added missing GLX_TRANSPARENT_RGB token to glx.h - fixed error checking related to paletted textures - fixed reference count error in glDeleteTextures (Randy Fayan) Changes: - New spec file and Python code to generate some GL dispatch files - Glide driver defaults to "no" with autoconf/automake - floating point color channels now clamped to [0,inf) - updated demos/stex3d with new options New in 5.0: New: - OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4") - removed some overlooked debugging code - glxinfo updated to support GLX_ARB_multisample - GLUT now support GLX_ARB_multisample - updated DOS driver (Daniel Borca) Bug fixes: - GL_POINT and GL_LINE-mode polygons didn't obey cull state - fixed potential bug in _mesa_align_malloc/calloc() - fixed missing triangle bug when running vertex programs - fixed a few HPUX compilation problems - FX (Glide) driver didn't compile - setting GL_TEXTURE_BORDER_COLOR with glTexParameteriv() didn't work - a few EXT functions, like glGenTexturesEXT, were no-ops - a few OpenGL 1.4 functions like glFogCoord*, glBlendFuncSeparate, glMultiDrawArrays and glMultiDrawElements were missing - glGet*(GL_ACTIVE_STENCIL_FACE_EXT) was broken - Pentium 4 Mobile was mistakenly identified as having 3DNow! - fixed one-bit error in point/line fragment Z calculation - fixed potential segfault in fakeglx code - fixed color overflow problem in DOT3 texture env mode Phew!
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 30 10:53:06 2001 UTC (10 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
MesaLib's diskfile has changed on the server. (found by David Brownlee)
Revision 1.3 / (download) - annotate - [select for diffs], Wed May 30 07:53:03 2001 UTC (10 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
update Mesa to 3.4.2
Bug fixes:
- deleting the currently bound texture could cause bad problems
- using fog could result in random vertex alpha values
- AA triangle rendering could touch pixels outside right window bound
- fixed byteswapping problem in clear_32bit_ximage() function
- fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam
- fixed memory leak in glXUseXFont()
- fragment sampling in AA triangle function was off by 1/2 pixel
- Windows: reading pixels from framebuffer didn't always work
- glConvolutionFilter2D could segfault or cause FP exception
- fixed segfaults in FX and X drivers when using tex unit 1 but not 0
- GL_NAND logicop didn't work right in RGBA mode
- fixed a memory corruption bug in vertex buffer reset code
- clearing the softwara alpha buffer with scissoring was broken
- fixed a few color index mode fog bugs
- fixed some bad assertions in color index mode
- fixed FX line 'stipple' bug #420091
Changes:
- optimized writing mono-colored pixel spans to X pixmaps
- increased max viewport size to 2048 x 2048
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 21 09:54:07 2001 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, and/or add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:22:41 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo