radeon/r200: add fbo init

This commit is contained in:
Dave Airlie 2009-03-21 22:38:11 +11:00
parent 6c48c93a53
commit 98f1b1e6f9
2 changed files with 2 additions and 0 deletions

View file

@ -453,6 +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);
radeonInitSpanFuncs( ctx );
r200InitPixelFuncs( ctx );
r200InitTnlFuncs( ctx );

View file

@ -352,6 +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);
radeonInitSpanFuncs( ctx );
radeonInitIoctlFuncs( ctx );
radeonInitStateFuncs( ctx );