Move the fp_machine struct into s_nvfragmprog.c since (except for program

debug) it's only used there.
This commit is contained in:
Brian Paul
2006-10-10 21:43:31 +00:00
parent 97a659337e
commit 39c4daa6bc
6 changed files with 114 additions and 46 deletions

View File

@@ -126,6 +126,9 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
driver->BindProgram = NULL;
driver->NewProgram = _mesa_new_program;
driver->DeleteProgram = _mesa_delete_program;
#if FEATURE_MESA_program_debug
driver->GetFragmentProgramRegister = _swrast_get_program_register;
#endif /* FEATURE_MESA_program_debug */
/* simple state commands */
driver->AlphaFunc = NULL;