summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_context.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-29 14:55:12 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-05-29 14:55:12 -0400
commit5a8b67f3638485fc1536ab7d2cfeccc854b5e8fc (patch)
treefe4184f7b6438128356c3656cd2f159c3d6de1f6 /src/mesa/drivers/dri/r600/r600_context.c
parente6eb0ce6ef61e16c5d986b370a13c7b62364ad4e (diff)
more cleanup
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_context.c')
-rw-r--r--src/mesa/drivers/dri/r600/r600_context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index 9b057ad1b5..bd537160f1 100644
--- a/src/mesa/drivers/dri/r600/r600_context.c
+++ b/src/mesa/drivers/dri/r600/r600_context.c
@@ -92,6 +92,7 @@ int hw_tcl_on = 1;
#include "extension_helper.h"
+extern const struct tnl_pipeline_stage *r700_pipeline[];
const struct dri_extension card_extensions[] = {
/* *INDENT-OFF* */
@@ -310,7 +311,7 @@ GLboolean r600CreateContext(const __GLcontextModes * glVisual,
/* Install the customized pipeline:
*/
_tnl_destroy_pipeline(ctx);
- _tnl_install_pipeline(ctx, (const struct tnl_pipeline_stage **)(r600->chipobj.stages));
+ _tnl_install_pipeline(ctx, r700_pipeline);
/* Try and keep materials and vertices separate:
*/