diff options
author | Corbin Simpson <[email protected]> | 2009-01-25 16:29:02 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:29 -0800 |
commit | 412cf4d38be628200982208b7f93bb17530bb6db (patch) | |
tree | 39695d20b627dcc8695fd8f96f81534d0ef0dd19 /src/gallium/winsys | |
parent | f40e6988bdbdc89a7753d5a28323757e58f3e01f (diff) |
BROKEN
This commit is only to protect against data loss, so please skip it when
bisecting. Thanks.
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/drm/amd/amd_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/amd/amd_context.c b/src/gallium/winsys/drm/amd/amd_context.c index df8eb850c81..9b3c9c2ab2e 100644 --- a/src/gallium/winsys/drm/amd/amd_context.c +++ b/src/gallium/winsys/drm/amd/amd_context.c @@ -242,7 +242,7 @@ GLboolean amd_context_create(const __GLcontextModes *visual, return GL_FALSE; } - if (GL_TRUE) { + if (1) { fprintf(stderr, "Creating r300 context...\n"); pipe = r300_create_context(NULL, |