radeon/r200: oops make correct fbo init calls

This commit is contained in:
Dave Airlie 2009-03-21 22:35:01 +10:00
parent 9f7a03d945
commit 4bd5ee2d97
2 changed files with 2 additions and 2 deletions

View file

@ -453,7 +453,7 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
#endif
/* plug in a few more device driver functions */
/* XXX these should really go right after _mesa_init_driver_functions() */
radeon_fbo_init(&r300->radeon);
radeon_fbo_init(&r200->radeon);
radeonInitSpanFuncs( ctx );
r200InitPixelFuncs( ctx );
r200InitTnlFuncs( ctx );

View file

@ -352,7 +352,7 @@ radeonCreateContext( const __GLcontextModes *glVisual,
_mesa_enable_extension( ctx, "GL_NV_texture_rectangle");
/* XXX these should really go right after _mesa_init_driver_functions() */
radeon_fbo_init(&r300->radeon);
radeon_fbo_init(&rmesa->radeon);
radeonInitSpanFuncs( ctx );
radeonInitIoctlFuncs( ctx );
radeonInitStateFuncs( ctx );