diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-01-09 22:39:36 -0800 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-02-01 23:30:22 -0800 |
commit | 0c59004fe3cc9f691c73da2b4a9321c7682410f4 (patch) | |
tree | ebdef34615dd96a98ee78714525759e6a75becc8 /src/gallium/winsys/drm/amd | |
parent | 4aaaecbfa6fa810899ef04de44f9f79ec4d8134f (diff) |
And unbreak traditional build.
s/drm-radeon/drm_radeon/
Diffstat (limited to 'src/gallium/winsys/drm/amd')
-rw-r--r-- | src/gallium/winsys/drm/amd/Makefile | 2 | ||||
-rw-r--r-- | src/gallium/winsys/drm/amd/amd_context.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/amd/Makefile b/src/gallium/winsys/drm/amd/Makefile index a1b5602c05..0f23e3446c 100644 --- a/src/gallium/winsys/drm/amd/Makefile +++ b/src/gallium/winsys/drm/amd/Makefile @@ -23,6 +23,6 @@ ASM_SOURCES = include ../Makefile.template -DRI_LIB_DEPS += -ldrm-radeon +DRI_LIB_DEPS += -ldrm_radeon symlinks: diff --git a/src/gallium/winsys/drm/amd/amd_context.c b/src/gallium/winsys/drm/amd/amd_context.c index 5127cdf261..632caec6a7 100644 --- a/src/gallium/winsys/drm/amd/amd_context.c +++ b/src/gallium/winsys/drm/amd/amd_context.c @@ -243,6 +243,7 @@ GLboolean amd_context_create(const __GLcontextModes *visual, } if (GL_TRUE) { + /* XXX second arg should be PCI ID, but damned if I know why */ amd_context->pipe_screen = r300_create_screen(amd_context->pipe_winsys, 0x0); pipe = r300_create_context(amd_context->pipe_screen, |