mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
radeon/r200: add fbo init
This commit is contained in:
parent
6c48c93a53
commit
98f1b1e6f9
2 changed files with 2 additions and 0 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue