mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
r300: init fbos
This commit is contained in:
parent
ba890ad35b
commit
22443d5cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual,
|
|||
r300->disable_lowimpact_fallback =
|
||||
driQueryOptionb(&r300->radeon.optionCache,
|
||||
"disable_lowimpact_fallback");
|
||||
|
||||
radeon_fbo_init(&r300->radeon);
|
||||
radeonInitSpanFuncs( ctx );
|
||||
r300InitCmdBuf(r300);
|
||||
r300InitState(r300);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue