X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2FMakefile.BeOS-R5;h=037a3a59f3bf6796f38eba68de0064b27fbc4632;hb=263581bba4d61291c54313648063a30c47106f0b;hp=65303863a2365af98131238ba9941064bf73759e;hpb=473e51f2fbfb003717bb88616ea585fc8d76f75e;p=mesa.git diff --git a/src/mesa/main/Makefile.BeOS-R5 b/src/mesa/main/Makefile.BeOS-R5 index 65303863a23..037a3a59f3b 100644 --- a/src/mesa/main/Makefile.BeOS-R5 +++ b/src/mesa/main/Makefile.BeOS-R5 @@ -1,7 +1,7 @@ # Mesa 3-D graphics library -# Version: 4.1 +# Version: 5.1 # -# Copyright (C) 1995-2002 Brian Paul All Rights Reserved. +# Copyright (C) 1995-2003 Brian Paul All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -61,8 +61,10 @@ MESA_CORE_SRCS = \ api_noop.c \ api_validate.c \ accum.c \ + arbprogram.c \ attrib.c \ blend.c \ + bufferobj.c \ buffers.c \ clip.c \ colortab.c \ @@ -90,14 +92,13 @@ MESA_CORE_SRCS = \ light.c \ lines.c \ matrix.c \ - mem.c \ - mmath.c \ pixel.c \ points.c \ polygon.c \ rastpos.c \ state.c \ stencil.c \ + texcompress.c \ texformat.c \ teximage.c \ texobj.c \ @@ -133,7 +134,6 @@ MESA_CORE_SRCS = \ swrast/s_drawpix.c \ swrast/s_feedback.c \ swrast/s_fog.c \ - swrast/s_histogram.c \ swrast/s_imaging.c \ swrast/s_lines.c \ swrast/s_logic.c \