From: Jouk Jansen Date: Tue, 1 Apr 2003 13:43:41 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8b50cc5c45faaed6a89c889a004de60112cb043;p=mesa.git Committing in . added bufferobj.obj Modified Files: Mesa/src/descrip.mms ---------------------------------------------------------------------- --- diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 5bb3fc6b95e..d734092eddf 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -91,7 +91,6 @@ RASTER_SOURCES = [.swrast]s_aatriangle.c \ [.swrast]s_alphabuf.c \ [.swrast]s_bitmap.c \ [.swrast]s_blend.c \ -[.swrast]s_bufferobj.c \ [.swrast]s_buffers.c \ [.swrast]s_copypix.c \ [.swrast]s_context.c \ @@ -162,6 +161,7 @@ api_noop.obj,\ api_validate.obj,\ attrib.obj,\ blend.obj,\ +bufferobj.obj,\ buffers.obj,\ clip.obj,\ colortab.obj,\