mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
radeon/r200: oops make correct fbo init calls
This commit is contained in:
parent
9f7a03d945
commit
4bd5ee2d97
2 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue