Age | Commit message (Collapse) | Author | Files | Lines |
|
"download.sourceforge.net" these days.
|
|
(found by David Brownlee)
|
|
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
|
|
headers and libraries during a "make build".
|
|
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
|
|
the required headers and libraries for jpeg and zlib.
|
|
in the base system. Make sure that libz.so is found during the build.
|
|
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages
during build.
|
|
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages
during build.
|
|
|
|
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
|
|
- The "charset" directive: you can use iso-8859-[1-4]
- MNG support: animation without "mark" and "again"
- Enhancing "mgp2ps"
* Supporting "cont", "mark", "again"
* Resizing image
- bug fixes
|
|
|
|
Noted by Frederick Bruckman.
|
|
pkgsrc change: bump shared library major like it happened in libpng some
time ago -- our libtool'ified build didn't reflect this. Fixes pkg/12856
by Thor Simon. Note necessity of manual major/minor handling in Makefile,
to decrease chance that this will repeat in the future.
Changes since 1.0.10:
Added type casts on several png_malloc() calls (Dimitri Papadapoulos).
Removed a no-longer needed AIX work-around from pngconf.h
Changed several "//" single-line comments to C-style in pnggccrd.c
Removed PNGAPI from several functions whose prototypes did not have PNGAPI.
Updated scripts/pngos2.def
Added a check for NULL return from user's malloc_fn().
Removed some useless type casts of the NULL pointer.
Added makefile.netbsd [not used, since we're using libtool instead]
|
|
|
|
to be there, it's not the modifications to put them in
${PREFIX}/share/doc/igmt. Bump version number.
|
|
|
|
|
|
dumpmpeg is a program that allows you to dump video frames from
MPEG movie files. It uses the SDL MPEG Player Library to accomplish
this and thus requires an open X-Window. Since it uses the SMPEG
library, it can dump frames from format it supports, which
currently is MPEG-1 video files.
|
|
|
|
The primary focus of MPEG encoding algorithms is 1) To create fast
and efficient motion vector search techniques and 2) To find "good"
encoding parameters that provide a balance of encoding speed,
compression and quality.
The Berkeley encoder accelerates the process by parallelizing in
the temporal direction. The overall organization of the encoder is
shown in Figure 2. The Master server is the overall coordinator.
It allocates groups of frames to the Slave servers for encoding.
The sharing of the files is achieved best, if the directories
containing the video files are NFS mounted and accessible uniformly
to all processors (alternatively they can be sent out though sockets
by the Master). The various activities are managed by inter process
communication through sockets.
|
|
|
|
|
|
|
|
and extrusions.
|
|
warning
|
|
|
|
which sizeof(long) != sizeof(int).
|
|
|
|
"libtcmgui" instead of "libgui". emulators/gpsim installs a libgui
which causes problems. There may be conflicts with the other libs
(libglobal, libtable, etc). To be safe, rename them all similarly.
Get rid of the terrible configure script. It saved a few patches, but
isn't worth the ugliness.
|
|
with PCI support which install the header files for the XFree86 server
extentension required to build (but not to run) this program.
|
|
New distfiles for solaris, but since it's binary only and we only
have one distsite, what can one do.
|
|
MASTER_SITES
|
|
on ftp.netbsd.org. Use the one on ftp.netbsd.org (it's usually a bit
quicker anyway).
Use sha1 digest, and add distfile size.
|
|
environment.
Also, `uname -p` == "alpha" is not a check for OSF...
|
|
|
|
|
|
|
|
|
|
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
|
|
This broke 194 pkgs in the last bulk build - highscore! :-)
|
|
|
|
Add back distfile digests for Alpha, Sparc and PowerPC
Add distfile sizes
|
|
|
|
|
|
While here, build shared libraries using libtool. Increment version number.
|
|
|
|
|
|
This fixes pkg/12797
|