mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
amd: Add AMD_SOFTPIPE environment option.
If set, AMD_SOFTPIPE will make amd switch to softpipe.
This commit is contained in:
parent
8c8bdcde6d
commit
7ccc9a92ce
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ GLboolean amd_context_create(const __GLcontextModes *visual,
|
|||
return GL_FALSE;
|
||||
}
|
||||
|
||||
if (1) {
|
||||
if (!getenv("AMD_SOFTPIPE")) {
|
||||
fprintf(stderr, "Creating r300 context...\n");
|
||||
pipe =
|
||||
r300_create_context(NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue