summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-05 14:58:15 -0700
committerBrian <brian@yutani.localnet.net>2007-02-05 14:58:15 -0700
commit5db088d70fbd14620c2fc7840096a05993f8e2b9 (patch)
tree3fecee5881e65fcf30b0af92d48f9263aaaac102 /src/mesa/shader/prog_print.h
parent01001d80e26143ac768115ccb2266db2b24d4fa0 (diff)
indentation for program instructions (if/else, loops)
Diffstat (limited to 'src/mesa/shader/prog_print.h')
-rw-r--r--src/mesa/shader/prog_print.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h
index 8bc2c69c6f..19aaa53800 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -2,7 +2,7 @@
* Mesa 3-D graphics library
* Version: 6.5.3
*
- * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -27,8 +27,8 @@
#define PROG_PRINT_H
-extern void
-_mesa_print_instruction(const struct prog_instruction *inst);
+extern GLint
+_mesa_print_instruction(const struct prog_instruction *inst, GLint indent);
extern void
_mesa_print_alu_instruction(const struct prog_instruction *inst,