Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/x11/lib/GL Pull up revision 1.11 (requested by jmc in tic...
details: https://anonhg.NetBSD.org/src/rev/767ebc208f44
branches: netbsd-3
changeset: 575173:767ebc208f44
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 20:57:26 2005 +0000
description:
Pull up revision 1.11 (requested by jmc in ticket #114):
add missing source files
diffstat:
x11/lib/GL/Makefile | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 5afd996687fd -r 767ebc208f44 x11/lib/GL/Makefile
--- a/x11/lib/GL/Makefile Wed Apr 06 20:56:43 2005 +0000
+++ b/x11/lib/GL/Makefile Wed Apr 06 20:57:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9.2.1 2005/04/06 20:47:18 tron Exp $
+# $NetBSD: Makefile,v 1.9.2.2 2005/04/06 20:57:26 tron Exp $
.include <bsd.own.mk>
@@ -10,11 +10,15 @@
.PATH: ${X11SRCDIR.xc}/extras/Mesa/src/mesa/drivers/dri/common
SRCS.glx= clientattrib.c compsize.c dispatch.c eval.c g_render.c \
g_single.c g_vendpriv.c glthread.c glxcmds.c glxext.c \
- glxextensions.c glcontextmodes.c indirect_init.c \
+ glxextensions.c indirect_init.c \
pixel.c pixelstore.c render2.c renderpix.c single2.c \
- singlepix.c vertarr.c xfont.c
+ singlepix.c vertarr.c xfont.c glx_pbuffer.c glx_query.c \
+ glx_texture_compression.c
-.PATH: ${X11SRCDIR.xc}/extras/Mesa/src
+.PATH: ${X11SRCDIR.xc}/extras/Mesa/src/mesa/drivers/dri/common
+SRCS.glx+= glcontextmodes.c
+
+.PATH: ${X11SRCDIR.xc}/extras/Mesa/src/mesa/glapi
SRCS.glx+= glapi.c
.if ${MACHINE} == "i386"
Home |
Main Index |
Thread Index |
Old Index