Up to [cvs.netbsd.org] / pkgsrc / graphics / MesaLib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Wed May 9 07:53:04 2012 UTC (2 weeks, 2 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Move libpciaccess to dri option section.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 13 13:24:36 2012 UTC (2 months, 1 week ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
Unlock the 'dri' option for SunOS, since x11/libdrm now builds there. Bump PKGREVISION.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 25 05:27:57 2009 UTC (2 years, 9 months ago) by hasso
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,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.14: +5 -1
lines
Diff to previous 1.14 (colored)
- Fix MESA_TINY missed in last version bump. - Add INSTALL_LIB_DIR and INSTALL_INC_DIR to fix *.pc files. This should address issues mentioned in the PR 41895. While there make dri default for DragonFly. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 8 15:03:18 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
As suggested by Tom Spindler, remove the libdrm version requirement from dri.mk where it is pulled in from bl3.mk. The minimum version is only necessary if a new MesaLib is built, we don't need to force users of older ones to update libdrm.
Revision 1.13 / (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-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Tue Jul 29 13:56:15 2008 UTC (3 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Since PKG_SUPPORTED_OPTIONS is conditionally added to, initialise it to empty first. Should fix PR pkg/39246.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 28 02:12:57 2008 UTC (3 years, 9 months ago) by bjs
Branch: MAIN
Changes since 1.10: +5 -4
lines
Diff to previous 1.10 (colored)
Change options.mk to build plain 'pkgsrc' target for libOSMesa. The assembler dispatch code is only for indirect or direct rendering, anyway--I apologize for not noticing this sooner. This should fix the recent non-dri build problems people were having. Thanks to Matthias Scheler and others for reporting this problem to me. NOTE: Direct/indirect rendering support is still default for i386 and amd64 on NetBSD 4+, but only if you're using modular Xorg.
Revision 1.10 / (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.9: +1 -41
lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Tue Jun 3 11:06:17 2008 UTC (3 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.8: +5 -4
lines
Diff to previous 1.8 (colored)
Don't offer "dri" as an option on systems which use XFree86 because it breaks the build. This fixes PR pkg/38676 by Roland Sieker.
Revision 1.8 / (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.7: +4 -4
lines
Diff to previous 1.7 (colored)
Add Linux to DRI platforms. Add a patch to fix compilation under Linux. Bump PKGREVISION.
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 31 20:43:29 2008 UTC (3 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.6: +3 -4
lines
Diff to previous 1.6 (colored)
disable asm targets for Darwin too, breaks build for unknown reasons. Reported by Mark E. Perkins on pkgsrc-users@
Revision 1.6 / (download) - annotate - [select for diffs], Fri May 30 14:25:30 2008 UTC (3 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
PR pkg/38795: Hasso Tepper: Add dri option to MesaLib for DragonFly
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 28 02:31:56 2008 UTC (3 years, 11 months ago) by bjs
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Fix embarassing lack of '3' in a conditional.
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 1 15:37:13 2008 UTC (4 years ago) by bjs
Branch: MAIN
Changes since 1.3: +5 -1
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Sun Apr 27 09:43:12 2008 UTC (4 years ago) by tnn
Branch: MAIN
Changes since 1.2: +5 -3
lines
Diff to previous 1.2 (colored)
The "pkgsrc-i386" target doesn't seem to work on SunOS, so for now fall back to the "pkgsrc" target which is intended to be portable.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 25 20:33:08 2008 UTC (4 years, 1 month ago) by bjs
Branch: MAIN
Changes since 1.1: +11 -1
lines
Diff to previous 1.1 (colored)
Build dri by default on i386/amd64 NetBSD >=4.0. It is important we see what kind of lossage occurs before the next release branch, and this is the best way to do it. NOTE: The X server should probably be upgraded to the 1.4 branch now, as the current (1.3.0.0) server uses Mesa 6.5.3 (a development release whose time has long since passed).
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 24 07:40:24 2008 UTC (4 years, 1 month ago) by bjs
Branch: MAIN
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.