[Midnightbsd-cvs] mports [19128] trunk/graphics/mesa-demos/pkg-plist: mesa-demos 8.2.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed May 27 22:57:58 EDT 2015
Revision: 19128
http://svnweb.midnightbsd.org/mports/?rev=19128
Author: laffer1
Date: 2015-05-27 22:57:57 -0400 (Wed, 27 May 2015)
Log Message:
-----------
mesa-demos 8.2.0
Modified Paths:
--------------
trunk/graphics/mesa-demos/Makefile
trunk/graphics/mesa-demos/distinfo
trunk/graphics/mesa-demos/pkg-descr
trunk/graphics/mesa-demos/pkg-plist
Added Paths:
-----------
trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.am
trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.in
Removed Paths:
-------------
trunk/graphics/mesa-demos/files/config
trunk/graphics/mesa-demos/files/patch-bin__mklib
trunk/graphics/mesa-demos/files/patch-progs-xdemos-glxpixmap.c
trunk/graphics/mesa-demos/files/patch-progs-xdemos-yuvrect_client.c
Property Changed:
----------------
trunk/graphics/mesa-demos/pkg-descr
Modified: trunk/graphics/mesa-demos/Makefile
===================================================================
--- trunk/graphics/mesa-demos/Makefile 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/Makefile 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,44 +1,24 @@
# $MidnightBSD$
-PORTNAME= demos
-PORTVERSION= ${MESAVERSION}
+PORTNAME= mesa-demos
+PORTVERSION= 8.2.0
CATEGORIES= graphics
-PKGNAMEPREFIX= mesa-
+MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
MAINTAINER= ports at MidnightBSD.org
COMMENT= OpenGL demos distributed with Mesa
LICENSE= agg
-USE_GL= glu glut
-USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
+GNU_CONFIGURE= yes
+USES= gmake pkgconfig tar:bzip2
+USE_GL= glew glu glut
+USE_XORG= dri2proto glproto x11 xdamage xext xfixes xi xxf86vm
-DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
-do-install:
- @for i in demos xdemos; do \
- cd ${WRKSRC}/progs/$$i; \
- for j in `${MAKE} -V PROGS`; do \
- echo ${INSTALL_PROGRAM} $$j ${PREFIX}/bin; \
- ${INSTALL_PROGRAM} $$j ${PREFIX}/bin; \
- done; \
- done
- ${MKDIR} ${DATADIR}/images ${DATADIR}/data
- @cd ${WRKSRC}/progs/images; \
- for i in `ls *.rgb*`; do \
- echo ${INSTALL_DATA} $$i ${DATADIR}/images; \
- ${INSTALL_DATA} $$i ${DATADIR}/images; \
- done
- @cd ${WRKSRC}/progs/demos; \
- for i in `ls *.dat`; do \
- echo ${INSTALL_DATA} $$i ${DATADIR}/data; \
- ${INSTALL_DATA} $$i ${DATADIR}/data; \
- done
+CONFIGURE_ARGS+=--disable-egl --disable-gbm --disable-gles2 \
+ --disable-osmesa --disable-vg --disable-wayland \
+ --with-system-data-files
-.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_NVIDIA_GL)
-CFLAGS+= -DWITH_NVIDIA_GL=1
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/graphics/mesa-demos/distinfo
===================================================================
--- trunk/graphics/mesa-demos/distinfo 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/distinfo 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,8 +1,2 @@
-MD5 (MesaLib-7.4.4.tar.bz2) = b66528d314c574dccbe0ed963cac5e93
-SHA256 (MesaLib-7.4.4.tar.bz2) = eaf73d7a3a2dc959ddc0753abaa18160c64bec00b35bf4a0c96040b2072918ec
-RMD160 (MesaLib-7.4.4.tar.bz2) = 9c9a5e8b7f8d2fd175cc8542e2aecf48edf8c084
-SIZE (MesaLib-7.4.4.tar.bz2) = 3375615
-MD5 (MesaDemos-7.4.4.tar.bz2) = 628142ec9a54cd28cc027e6ce26cff47
-SHA256 (MesaDemos-7.4.4.tar.bz2) = 2b055f1b364795caec122092dedca9ac3ecce4fcf61947f52a286a681e9d1111
-RMD160 (MesaDemos-7.4.4.tar.bz2) = 492850ff48aa54d35f1acdd09ac90e61a9d93bc1
-SIZE (MesaDemos-7.4.4.tar.bz2) = 1367659
+SHA256 (mesa-demos-8.2.0.tar.bz2) = e4bfecb5816ddd4b7b37c1bc876b63f1f7f06fda5879221a9774d0952f90ba92
+SIZE (mesa-demos-8.2.0.tar.bz2) = 10071635
Deleted: trunk/graphics/mesa-demos/files/config
===================================================================
--- trunk/graphics/mesa-demos/files/config 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/files/config 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,28 +0,0 @@
-# Taken from Mesa CVS mesa/Mesa/configs/freebsd Rev 1.2
-#
-
-# Set and remember $CFLAGS, $CXXFLAGS, $CC and $CXX before they are
-# overriden in default include
-
-_CC := $(CC)
-_CXX := $(CXX)
-_CFLAGS := -fPIC -pedantic -I$(LOCALBASE)/include -DUSE_XSHM -DHZ=100 $(CFLAGS) \
- -DPTHREADS $(PTHREAD_CFLAGS)
-_CXXFLAGS := -fPIC -pedantic $(CXXFLAGS)
-
-include $(TOP)/configs/default
-
-CONFIG_NAME = MidnightBSD
-
-# Now reset compiler and flags
-CC = $(_CC)
-CXX = $(_CXX)
-CFLAGS = $(_CFLAGS)
-CXXFLAGS = $(_CXXFLAGS)
-
-GLUT_CFLAGS = -fexceptions
-
-LIB_DIR = $(LOCALBASE)/lib
-
-APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lXext -lXmu -lXi -lX11 -lm $(PTHREAD_LIBS)
-
Deleted: trunk/graphics/mesa-demos/files/patch-bin__mklib
===================================================================
--- trunk/graphics/mesa-demos/files/patch-bin__mklib 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/files/patch-bin__mklib 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,11 +0,0 @@
---- bin/mklib.bak 2009-03-15 15:22:11 -0400
-+++ bin/mklib 2009-03-15 15:22:25 -0400
-@@ -420,7 +420,7 @@
- fi
- ;;
-
-- 'FreeBSD')
-+ 'FreeBSD' | 'MidnightBSD')
- # we assume gcc
-
- if [ "x$LINK" = "x" ] ; then
Deleted: trunk/graphics/mesa-demos/files/patch-progs-xdemos-glxpixmap.c
===================================================================
--- trunk/graphics/mesa-demos/files/patch-progs-xdemos-glxpixmap.c 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/files/patch-progs-xdemos-glxpixmap.c 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,11 +0,0 @@
---- progs/xdemos/glxpixmap.c.orig Fri Apr 6 22:29:09 2007
-+++ progs/xdemos/glxpixmap.c Fri Apr 6 22:38:33 2007
-@@ -105,7 +105,7 @@
- * to render correctly. This is because Mesa allows RGB rendering
- * into any kind of visual, not just TrueColor or DirectColor.
- */
--#ifdef GLX_MESA_pixmap_colormap
-+#if defined(GLX_MESA_pixmap_colormap) && !defined(WITH_NVIDIA_GL)
- if (strstr(glXQueryExtensionsString(dpy, 0), "GLX_MESA_pixmap_colormap")) {
- /* stand-alone Mesa, specify the colormap */
- glxpm = glXCreateGLXPixmapMESA( dpy, visinfo, pm, attr.colormap );
Deleted: trunk/graphics/mesa-demos/files/patch-progs-xdemos-yuvrect_client.c
===================================================================
--- trunk/graphics/mesa-demos/files/patch-progs-xdemos-yuvrect_client.c 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/files/patch-progs-xdemos-yuvrect_client.c 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,28 +0,0 @@
---- progs/xdemos/yuvrect_client.c.orig Fri Apr 6 22:42:30 2007
-+++ progs/xdemos/yuvrect_client.c Fri Apr 6 22:48:05 2007
-@@ -140,7 +140,11 @@
- exit(0);
- }
-
-- glx_memory = glXAllocateMemoryMESA(dpy, screen, ImgWidth * ImgHeight * 2, 0, 0 ,0);
-+ #ifdef WITH_NVIDIA_GL
-+ glx_memory = glXAllocateMemoryNV(ImgWidth * ImgHeight * 2, 0, 0 ,0);
-+ #else
-+ glx_memory = glXAllocateMemoryMESA(dpy, screen, ImgWidth * ImgHeight * 2, 0, 0 ,0);
-+ #endif
- if (!glx_memory)
- {
- fprintf(stderr,"Failed to allocate MESA memory\n");
-@@ -317,7 +321,11 @@
- glXSwapBuffers(dpy, win);
- event_loop(dpy, win);
-
-- glXFreeMemoryMESA(dpy, DefaultScreen(dpy), glx_memory);
-+ #ifdef WITH_NVIDIA_GL
-+ glXFreeMemoryNV(glx_memory);
-+ #else
-+ glXFreeMemoryMESA(dpy, DefaultScreen(dpy), glx_memory);
-+ #endif
- glXDestroyContext(dpy, ctx);
- XDestroyWindow(dpy, win);
- XCloseDisplay(dpy);
Added: trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.am
===================================================================
--- trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.am (rev 0)
+++ trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.am 2015-05-28 02:57:57 UTC (rev 19128)
@@ -0,0 +1,20 @@
+--- src/glsl/Makefile.am.orig 2012-12-15 08:17:06.000000000 +0100
++++ src/glsl/Makefile.am 2013-03-08 14:03:15.236159234 +0100
+@@ -34,7 +34,7 @@
+ bin_PROGRAMS = \
+ array \
+ bezier \
+- bitmap \
++ bitmap-demo \
+ brick \
+ bump \
+ blinking-teapot \
+@@ -76,7 +76,7 @@
+ samplers_array_CFLAGS = $(AM_CFLAGS) -DSAMPLERS_ARRAY
+
+ array_LDADD = ../util/libutil.la
+-bitmap_LDADD = ../util/libutil.la
++bitmap_demo_LDADD = ../util/libutil.la
+ bezier_LDADD = ../util/libutil.la
+ brick_LDADD = ../util/libutil.la
+ bump_LDADD = ../util/libutil.la
Property changes on: trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.am
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.in
===================================================================
--- trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.in (rev 0)
+++ trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.in 2015-05-28 02:57:57 UTC (rev 19128)
@@ -0,0 +1,46 @@
+--- src/glsl/Makefile.in.orig 2014-07-05 05:13:28.000000000 -0400
++++ src/glsl/Makefile.in 2015-04-17 16:41:57.556848000 -0400
+@@ -103,7 +103,7 @@
+ build_triplet = @build@
+ host_triplet = @host@
+ @HAVE_GLUT_TRUE at bin_PROGRAMS = array$(EXEEXT) bezier$(EXEEXT) \
+- at HAVE_GLUT_TRUE@ bitmap$(EXEEXT) brick$(EXEEXT) bump$(EXEEXT) \
++ at HAVE_GLUT_TRUE@ bitmap_demo$(EXEEXT) brick$(EXEEXT) bump$(EXEEXT) \
+ @HAVE_GLUT_TRUE@ blinking-teapot$(EXEEXT) convolutions$(EXEEXT) \
+ @HAVE_GLUT_TRUE@ deriv$(EXEEXT) fragcoord$(EXEEXT) \
+ @HAVE_GLUT_TRUE@ fsraytrace$(EXEEXT) \
+@@ -149,9 +149,9 @@
+ bezier_SOURCES = bezier.c
+ bezier_OBJECTS = bezier.$(OBJEXT)
+ bezier_DEPENDENCIES = ../util/libutil.la
+-bitmap_SOURCES = bitmap.c
+-bitmap_OBJECTS = bitmap.$(OBJEXT)
+-bitmap_DEPENDENCIES = ../util/libutil.la
++bitmap_demo_SOURCES = bitmap.c
++bitmap_demo_OBJECTS = bitmap.$(OBJEXT)
++bitmap_demo_DEPENDENCIES = ../util/libutil.la
+ blinking_teapot_SOURCES = blinking-teapot.c
+ blinking_teapot_OBJECTS = blinking-teapot.$(OBJEXT)
+ blinking_teapot_DEPENDENCIES = ../util/libutil.la
+@@ -535,7 +535,7 @@
+ samplers_array_SOURCES = samplers.c
+ samplers_array_CFLAGS = $(AM_CFLAGS) -DSAMPLERS_ARRAY
+ array_LDADD = ../util/libutil.la
+-bitmap_LDADD = ../util/libutil.la
++bitmap_demo_LDADD = ../util/libutil.la
+ bezier_LDADD = ../util/libutil.la
+ brick_LDADD = ../util/libutil.la
+ bump_LDADD = ../util/libutil.la
+@@ -684,9 +684,9 @@
+ @rm -f bezier$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(bezier_OBJECTS) $(bezier_LDADD) $(LIBS)
+
+-bitmap$(EXEEXT): $(bitmap_OBJECTS) $(bitmap_DEPENDENCIES) $(EXTRA_bitmap_DEPENDENCIES)
+- @rm -f bitmap$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(bitmap_OBJECTS) $(bitmap_LDADD) $(LIBS)
++bitmap_demo$(EXEEXT): $(bitmap_demo_OBJECTS) $(bitmap_demo_DEPENDENCIES) $(EXTRA_bitmap_demo_DEPENDENCIES)
++ @rm -f bitmap_demo$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(bitmap_demo_OBJECTS) $(bitmap_demo_LDADD) $(LIBS)
+
+ blinking-teapot$(EXEEXT): $(blinking_teapot_OBJECTS) $(blinking_teapot_DEPENDENCIES) $(EXTRA_blinking_teapot_DEPENDENCIES)
+ @rm -f blinking-teapot$(EXEEXT)
Property changes on: trunk/graphics/mesa-demos/files/patch-src-glsl-Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/graphics/mesa-demos/pkg-descr
===================================================================
--- trunk/graphics/mesa-demos/pkg-descr 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/pkg-descr 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,12 +1,5 @@
-Mesa is a 3-D graphics library with an API which is very similar to that
-of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
-or state machine, it is being used with authorization from Silicon Graphics,
-Inc. However, the author makes no claim that Mesa is in any way a
-compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
-Those who want a licensed implementation of OpenGL should contact a licensed
-vendor. This software is distributed under the terms of the GNU Library
-General Public License, see the LICENSE file for details.
+Mesa demos is a collections of demos and test programs to demonstrate various
+aspects of the mesa and OpenGL libraries.
+It is part of the mesa software suite.
-paulo at isr.uc.pt
-
WWW: http://www.mesa3d.org/
Property changes on: trunk/graphics/mesa-demos/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/graphics/mesa-demos/pkg-plist
===================================================================
--- trunk/graphics/mesa-demos/pkg-plist 2015-05-28 02:30:45 UTC (rev 19127)
+++ trunk/graphics/mesa-demos/pkg-plist 2015-05-28 02:57:57 UTC (rev 19128)
@@ -1,29 +1,79 @@
bin/arbfplight
bin/arbfslight
bin/arbocclude
+bin/arbocclude2
+bin/array
+bin/bezier
+bin/bitmap_demo
+bin/blinking-teapot
bin/bounce
+bin/brick
+bin/bump
+bin/clear-color
+bin/clear-fbo
+bin/clear-fbo-scissor
+bin/clear-fbo-tex
+bin/clear-random
+bin/clear-repeat
+bin/clear-scissor
+bin/clear-undefined
bin/clearspd
+bin/convolutions
bin/copypix
+bin/copytex
bin/corender
+bin/createwin
bin/cubemap
+bin/cuberender
+bin/deriv
+bin/dinoshade
+bin/dissolve
+bin/dlist-begin-call-end
+bin/dlist-dangling
+bin/dlist-degenerate
+bin/dlist-edgeflag
+bin/dlist-edgeflag-dangling
+bin/dlist-flat-tri
+bin/dlist-mat-tri
+bin/dlist-recursive-call
+bin/dlist-tri-flat-tri
+bin/dlist-tri-mat-tri
+bin/draw2arrays
+bin/drawarrays
+bin/drawelements
+bin/drawelements-large
+bin/drawoverhead
bin/drawpix
+bin/drawrange
bin/engine
bin/fbo_firecube
+bin/fbobind
+bin/fbotexture
+bin/fill
bin/fire
+bin/flat-clip
bin/fogcoord
bin/fplight
+bin/fragcoord
+bin/fs-tri
bin/fslight
+bin/fsraytrace
bin/gamma
bin/gearbox
bin/gears
bin/geartrain
+bin/genmipmap
+bin/geom-outlining-130
+bin/geom-outlining-150
+bin/geom-sprites
+bin/geom-stipple-lines
+bin/geom-wide-lines
bin/glinfo
bin/gloss
-bin/glslnoise
+bin/glslstateschange
bin/glsync
bin/gltestperf
bin/glthreads
-bin/glutfx
bin/glxcontexts
bin/glxdemo
bin/glxgears
@@ -35,59 +85,236 @@
bin/glxpixmap
bin/glxsnoop
bin/glxswapcontrol
+bin/gs-tri
+bin/gsraytrace
+bin/identity
bin/ipers
bin/isosurf
+bin/line
+bin/line-clip
+bin/line-cull
+bin/line-flat
+bin/line-smooth
+bin/line-stipple-wide
+bin/line-userclip
+bin/line-userclip-clip
+bin/line-userclip-nop
+bin/line-userclip-nop-clip
+bin/line-wide
+bin/line-xor
+bin/lineloop
+bin/lineloop-clip
+bin/lineloop-elts
+bin/linestrip
+bin/linestrip-clip
+bin/linestrip-flat-stipple
+bin/linestrip-stipple
+bin/linestrip-stipple-wide
+bin/linktest
bin/lodbias
+bin/long-fixed-func
+bin/mandelbrot
bin/manywin
bin/morph3d
bin/multiarb
+bin/multictx
+bin/multinoise
+bin/multitex
+bin/noise
+bin/noise2
bin/offset
bin/overlay
bin/paltex
bin/pbdemo
bin/pbinfo
+bin/pgon-mode
+bin/pixeltest
+bin/point
+bin/point-clip
+bin/point-param
+bin/point-sprite
+bin/point-wide
+bin/point-wide-smooth
bin/pointblast
-bin/rain
+bin/pointcoord
+bin/points
+bin/poly
+bin/poly-flat
+bin/poly-flat-clip
+bin/poly-flat-unfilled-clip
+bin/poly-unfilled
+bin/projtex
+bin/quad
+bin/quad-clip
+bin/quad-clip-all-vertices
+bin/quad-clip-nearplane
+bin/quad-degenerate
+bin/quad-flat
+bin/quad-offset-factor
+bin/quad-offset-unfilled
+bin/quad-offset-units
+bin/quad-tex-2d
+bin/quad-tex-3d
+bin/quad-tex-alpha
+bin/quad-tex-pbo
+bin/quad-tex-sub
+bin/quad-unfilled
+bin/quad-unfilled-clip
+bin/quad-unfilled-stipple
+bin/quads
+bin/quadstrip
+bin/quadstrip-clip
+bin/quadstrip-cont
+bin/quadstrip-flat
bin/ray
bin/readpix
+bin/readpixels
bin/reflect
bin/renormal
+bin/samplers
+bin/samplers_array
+bin/shadow_sampler
bin/shadowtex
+bin/shape
bin/sharedtex
+bin/sharedtex_mt
+bin/shtest
+bin/simplex-noise
bin/singlebuffer
+bin/skinning
bin/spectex
bin/spriteblast
bin/stex3d
-bin/streaming_rect
+bin/sub-tex
+bin/swapbuffers
bin/teapot
bin/terrain
bin/tessdemo
+bin/tex-quads
+bin/texaaline
bin/texcyl
-bin/texdown
+bin/texdemo1
bin/texenv
-bin/texobj
+bin/teximage
bin/texture_from_pixmap
+bin/textures
+bin/toyball
+bin/tri
+bin/tri-2101010
+bin/tri-2101010-dlist
+bin/tri-alpha
+bin/tri-alpha-tex
+bin/tri-array-interleaved
+bin/tri-blend
+bin/tri-blend-color
+bin/tri-blend-max
+bin/tri-blend-min
+bin/tri-blend-revsub
+bin/tri-blend-sub
+bin/tri-clear
+bin/tri-clip
+bin/tri-cull
+bin/tri-cull-both
+bin/tri-dlist
+bin/tri-edgeflag
+bin/tri-edgeflag-array
+bin/tri-edgeflag-pv
+bin/tri-fbo
+bin/tri-fbo-tex
+bin/tri-fbo-tex-mip
+bin/tri-flat
+bin/tri-flat-clip
+bin/tri-fog
+bin/tri-fp
+bin/tri-fp-const-imm
+bin/tri-lit
+bin/tri-lit-material
+bin/tri-logicop-none
+bin/tri-logicop-xor
+bin/tri-mask-tri
+bin/tri-multitex-vbo
+bin/tri-orig
+bin/tri-point-line-clipped
+bin/tri-query
+bin/tri-repeat
+bin/tri-rotate
+bin/tri-scissor-tri
+bin/tri-square
+bin/tri-stencil
+bin/tri-stipple
+bin/tri-tex
+bin/tri-tex-1d
+bin/tri-tex-3d
+bin/tri-tri
+bin/tri-unfilled
+bin/tri-unfilled-clip
+bin/tri-unfilled-edgeflag
+bin/tri-unfilled-fog
+bin/tri-unfilled-point
+bin/tri-unfilled-smooth
+bin/tri-unfilled-tri
+bin/tri-unfilled-tri-lit
+bin/tri-unfilled-userclip
+bin/tri-unfilled-userclip-stip
+bin/tri-userclip
+bin/tri-viewport
+bin/tri-z
+bin/tri-z-9
+bin/tri-z-clip
+bin/tri-z-eq
+bin/trifan
+bin/trifan-flat
+bin/trifan-flat-clip
+bin/trifan-flat-unfilled-clip
+bin/trifan-unfilled
+bin/trirast
bin/trispd
+bin/tristrip
+bin/tristrip-clip
+bin/tristrip-flat
bin/tunnel
bin/tunnel2
+bin/twoside
bin/vao_demo
+bin/vbo
+bin/vbo-drawarrays
+bin/vbo-drawarrays-2101010
+bin/vbo-drawelements
+bin/vbo-drawrange
+bin/vbo-noninterleaved
+bin/vbo-tri
+bin/vert-or-frag-only
+bin/vert-tex
+bin/vertexrate
+bin/vp-array
+bin/vp-array-hf
+bin/vp-array-int
+bin/vp-clip
+bin/vp-line-clip
+bin/vp-tri
+bin/vp-tri-cb
+bin/vp-tri-cb-pos
+bin/vp-tri-cb-tex
+bin/vp-tri-imm
+bin/vp-tri-invariant
+bin/vp-tri-swap
+bin/vp-tri-tex
+bin/vp-unfilled
+bin/vsraytrace
bin/wincopy
bin/winpos
bin/xfont
bin/xrotfontdemo
-%%DATADIR%%/data/geartrain.dat
-%%DATADIR%%/data/isosurf.dat
-%%DATADIR%%/data/terrain.dat
-%%DATADIR%%/images/arch.rgb
-%%DATADIR%%/images/bw.rgb
-%%DATADIR%%/images/girl.rgb
-%%DATADIR%%/images/girl2.rgb
-%%DATADIR%%/images/reflect.rgb
-%%DATADIR%%/images/s128.rgb
-%%DATADIR%%/images/tile.rgb
-%%DATADIR%%/images/tree2.rgba
-%%DATADIR%%/images/tree3.rgb
-%%DATADIR%%/images/wrs_logo.rgb
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%/data
- at dirrm %%DATADIR%%
+%%DATADIR%%/arch.rgb
+%%DATADIR%%/bw.rgb
+%%DATADIR%%/geartrain.dat
+%%DATADIR%%/girl.rgb
+%%DATADIR%%/girl2.rgb
+%%DATADIR%%/isosurf.dat
+%%DATADIR%%/reflect.rgb
+%%DATADIR%%/s128.rgb
+%%DATADIR%%/terrain.dat
+%%DATADIR%%/tile.rgb
+%%DATADIR%%/tree2.rgba
+%%DATADIR%%/tree3.rgb
+%%DATADIR%%/wrs_logo.rgb
More information about the Midnightbsd-cvs
mailing list