diff options
author | Brian Paul <[email protected]> | 2003-08-31 18:52:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-31 18:52:47 +0000 |
commit | 04a81da03bef5020d863e46aa597eddf7aaac016 (patch) | |
tree | 714f54ed6a4a5b74a17194cce98047e6a60dca1a /src/mesa/main/main.dsp | |
parent | e38a55ecb27562a52d48bf1d673803a10d8a5bce (diff) |
Moved some shared vertex/fragment program code into new program.c file.
Implemented new program_parameter_list type and functions for dealing with
named program parameters, constants and GL state references.
New state_index enum for describing GL state referenced within ARB vertex/
fragment programs. Plus, functions for fetching named GL state.
Diffstat (limited to 'src/mesa/main/main.dsp')
-rw-r--r-- | src/mesa/main/main.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/main.dsp b/src/mesa/main/main.dsp index 72d7edd5cb7..9f1537fd53d 100644 --- a/src/mesa/main/main.dsp +++ b/src/mesa/main/main.dsp @@ -265,6 +265,10 @@ SOURCE=.\polygon.c # End Source File # Begin Source File +SOURCE=.\program.c +# End Source File +# Begin Source File + SOURCE=.\rastpos.c # End Source File # Begin Source File @@ -525,6 +529,10 @@ SOURCE=.\polygon.h # End Source File # Begin Source File +SOURCE=.\program.h +# End Source File +# Begin Source File + SOURCE=.\rastpos.h # End Source File # Begin Source File |