diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2003-04-01 13:43:41 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2003-04-01 13:43:41 +0000 |
commit | b8b50cc5c45faaed6a89c889a004de60112cb043 (patch) | |
tree | ec208adf3cab35ef7e1c64ce207b427bf45272b4 /src | |
parent | dc27b33fb46b6419e2f3075af9733077909387b4 (diff) |
Committing in .
added bufferobj.obj
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/descrip.mms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 5bb3fc6b95..d734092edd 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,\ |