From 5f161261c70d680c6b227bbf84735348af0973c6 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Wed, 12 May 2010 10:14:02 -0700 Subject: r300g: Correct viewport setup for SW TCL. glxgears now renders in the right place on-screen, although it is still rather...psychedelic. --- src/gallium/drivers/r300/r300_context.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/r300/r300_context.h') diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 4b401a7040..5ad448978b 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -321,8 +321,6 @@ struct r300_vertex_element_state { struct r300_vertex_stream_state vertex_stream; }; -extern struct pipe_viewport_state r300_viewport_identity; - struct r300_context { /* Parent class */ struct pipe_context context; -- cgit v1.2.3