Move the call to _tnl_UpdateFixedFunctionProgram to make
it easier for hardware drivers to test this out.
This commit is contained in:
@@ -1464,7 +1464,6 @@ validate_vertex_program( GLcontext *ctx, struct tnl_pipeline_stage *stage )
|
||||
|
||||
#if TNL_FIXED_FUNCTION_PROGRAM
|
||||
if (!program) {
|
||||
_tnl_UpdateFixedFunctionProgram( ctx );
|
||||
program = &ctx->_TnlProgram;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user