diff options
author | Marek Olšák <[email protected]> | 2010-01-09 18:38:54 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-17 01:02:12 -0800 |
commit | 08edbe9f14712f719f838769c61123f83768af76 (patch) | |
tree | ffb8e02e6e1129f8fedcb159ee244dd56c0e9823 /src/gallium/drivers/r300/r300_context.c | |
parent | 21f3bbf1495ce44ecde4f353fed9f85e6e0fdd2d (diff) |
r300g: move debug flags into r300_screen
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 5e4f6552c36..6bd2b0278f5 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -153,8 +153,6 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen, r300->context.winsys = (struct pipe_winsys*)radeon_winsys; r300->context.screen = screen; - r300_init_debug(r300); - r300->context.destroy = r300_destroy_context; r300->context.clear = r300_clear; |