2004-05-14 03:39:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Unused.
|
2004-04-11 21:26:01 by Jan Schaumann | Files touched by this commit (1) |
Log message:
Don't use egrep -q; instead, redirect output to /dev/null to be portable.
|
2004-04-09 15:05:52 by Adam Ciarcinski | Files touched by this commit (1) | |
Log message:
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
|
2004-03-23 06:29:38 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Move inclusion of buildlink3.mk outside of area that's protected from
multiple inclusion. This is needed to ensure that BUILDLINK_PACKAGES is
ordered correctly.
|
2004-03-15 18:38:10 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
Move the definitions of MESA_REQD and _MESA_REQD to Mesa/version.mk and
modify {MesaLib,glu}/{buildlink3,builtin}.mk accordingly. Also add the
dependency on {MesaLib,glu}>=${_MESA_REQD} to the builtin.mk files so
that we correctly check the built-in Mesa version against the dependency
requirements.
|
2004-03-15 17:34:24 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Remove false comment after latest buildlink3/builtin changes.
|
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-11 03:25:07 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Back out previous. USE_LANGUAGES is set properly by each individual
Mesa sub-package.
|
2004-02-11 03:03:41 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
Turn MESA_REQD back into a public variable, and make it take a list of
values that MesaLib/buildlink3.mk converts into a single _MESA_REQD that
is the highest version required. If including the Mesa/buildlink3.mk
file, then require the same version of Mesa as required by glut.
|
2004-02-11 02:46:30 by David Brownlee | Files touched by this commit (11) |
Log message:
USE_LANGUAGES=c c++
|