summaryrefslogtreecommitdiff
path: root/graphics/MesaLib
diff options
context:
space:
mode:
authorbjs <bjs>2008-07-18 01:54:23 +0000
committerbjs <bjs>2008-07-18 01:54:23 +0000
commit97eba1ad1890e3856abef584a4ec3aa5605a7002 (patch)
tree805755a8769ee2cf4c12c4c9af8a661ff2b6f93e /graphics/MesaLib
parent51bf8386684e0ad653186d5ab728e064d94ea7ca (diff)
downloadpkgsrc-97eba1ad1890e3856abef584a4ec3aa5605a7002.tar.gz
Update TODO, removing items that are no longer of concern.
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r--graphics/MesaLib/TODO18
1 files changed, 1 insertions, 17 deletions
diff --git a/graphics/MesaLib/TODO b/graphics/MesaLib/TODO
index 3eb9f983437..9991ce233e7 100644
--- a/graphics/MesaLib/TODO
+++ b/graphics/MesaLib/TODO
@@ -1,4 +1,4 @@
- $NetBSD: TODO,v 1.1 2008/04/24 07:40:24 bjs Exp $
+ $NetBSD: TODO,v 1.2 2008/07/18 01:54:23 bjs Exp $
Here is a [possibly non-exhaustive] list of issues to resolve prior
to the next quarterly freeze:
@@ -6,13 +6,6 @@
- Add/verify platform-specific values to use when restoring the FPU
control word.
- - Make sure my modifications to src/mesa/main/execmem.c did not introduce
- any regressions.
-
- - Currently, enabling the mmap(2)-based allocator of anonymous executable
- memory (versus simply using malloc()) is handled by the options
- framework. This may not be appropriate.
-
- The Mesa master branch uses autoconf. Unfortunately, last I checked,
they do not use it to enable the heap allocator, nor use of floating-point
functions in libm, etc. Perhaps we should take a field trip to the
@@ -33,15 +26,6 @@
- The pkg-config files are not generated with any dependency information.
I'm not sure that anything in pkgsrc currently uses these, though.
- - There are issues with an unresolved symbol for pthread_getspecific due
- to libX11's thread stubs on NetBSD >= 2.0. This should be fixed in
- pkgsrc soon; until then, you may apply this patch to fix the issue:
-
- http://www.NetBSD.org/~bjs/libX11.diff
-
- It also includes some recent bug fixes from freedesktop.org's GIT
- repository.
-
- I have not packaged the new MesaDemos yet due to lack of time.
--bjs