diff options
author | Brian <[email protected]> | 2007-04-16 10:58:30 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-16 10:58:30 -0600 |
commit | 4b3835dadf37267ad5fba8ffd675e826d3691f9a (patch) | |
tree | 4cf39c93934851735d9f77f2508df4dba0a5aa83 /src/mesa/tnl/t_vb_program.c | |
parent | 64e8088667d000a70beff93e8c300ac0bd261a60 (diff) |
unhook t_vb_arbprogram.c code - it's going away
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
-rw-r--r-- | src/mesa/tnl/t_vb_program.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c index 0a959a04af1..260f9d7b1ab 100644 --- a/src/mesa/tnl/t_vb_program.c +++ b/src/mesa/tnl/t_vb_program.c @@ -44,6 +44,20 @@ +/** + * Called via ctx->Driver.ProgramStringNotify() after a new vertex program + * string has been parsed. + */ +void +_tnl_program_string(GLcontext *ctx, GLenum target, struct gl_program *program) +{ + /* No-op. + * If we had derived anything from the program that was private to this + * stage we'd recompute/validate it here. + */ +} + + /*! * Private storage for the vertex program pipeline stage. */ |