From 93ed12672618a2e321cb79a3b3a656aae63d6beb Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 9 Aug 2011 08:20:19 +0200 Subject: xrandrproto mesa git update 9 aug 2011 --- mesalib/src/glsl/linker.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'mesalib/src/glsl/linker.cpp') diff --git a/mesalib/src/glsl/linker.cpp b/mesalib/src/glsl/linker.cpp index 19eb9b5ff..b54ef4108 100644 --- a/mesalib/src/glsl/linker.cpp +++ b/mesalib/src/glsl/linker.cpp @@ -922,6 +922,14 @@ link_intrastage_shaders(void *mem_ctx, free(linking_shaders); +#ifdef DEBUG + /* At this point linked should contain all of the linked IR, so + * validate it to make sure nothing went wrong. + */ + if (linked) + validate_ir_tree(linked->ir); +#endif + /* Make a pass over all variable declarations to ensure that arrays with * unspecified sizes have a size specified. The size is inferred from the * max_array_access field. -- cgit v1.2.3