diff options
author | Brian Paul <[email protected]> | 2003-04-17 02:33:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-04-17 02:33:08 +0000 |
commit | 5960105ca35d5f51ef3881d201faf2cda99ead0c (patch) | |
tree | 50ada17e979da76b6d20a4f78e174600d5625520 /src/mesa/main/Makefile.BeOS-R5 | |
parent | af0c2470210632abf365b149bc81274aa7b04258 (diff) |
Added arbprogram.c to Makefiles.
Added display list support for GL_NV_fragment_program.
Assorted clean-ups.
Diffstat (limited to 'src/mesa/main/Makefile.BeOS-R5')
-rw-r--r-- | src/mesa/main/Makefile.BeOS-R5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.BeOS-R5 b/src/mesa/main/Makefile.BeOS-R5 index 43f6ac1f835..037a3a59f3b 100644 --- a/src/mesa/main/Makefile.BeOS-R5 +++ b/src/mesa/main/Makefile.BeOS-R5 @@ -61,6 +61,7 @@ MESA_CORE_SRCS = \ api_noop.c \ api_validate.c \ accum.c \ + arbprogram.c \ attrib.c \ blend.c \ bufferobj.c \ |