mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Prevent "disabling 3D acceleration" message from printing - we do not define raster functions anyway.
This commit is contained in:
parent
d456ef48e5
commit
d4330fc322
1 changed files with 1 additions and 2 deletions
|
|
@ -275,8 +275,7 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual,
|
|||
TNL_CONTEXT(ctx)->Driver.RunPipeline = _tnl_run_pipeline;
|
||||
|
||||
tcl_mode = driQueryOptioni(&r300->radeon.optionCache, "tcl_mode");
|
||||
if (1 ||
|
||||
driQueryOptionb(&r300->radeon.optionCache, "no_rast")) {
|
||||
if (driQueryOptionb(&r300->radeon.optionCache, "no_rast")) {
|
||||
fprintf(stderr, "disabling 3D acceleration\n");
|
||||
FALLBACK(&r300->radeon, RADEON_FALLBACK_DISABLE, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue