Module: Mesa
Branch: gallium-0.2
Commit: f60c756ed14f25731ff2a52d6b695ceb5b7a6f6b
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f60c756ed14f25731ff2a52d6b695ceb5b7a6f6b
Author: Brian Paul <[EMAIL PROTECTED]>
Date: Wed Oct 15 10:54:06 2008 -0600
cell: additional debug
---
src/gallium/drivers/cell/spu/spu_command.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/cell/spu/spu_command.c
b/src/gallium/drivers/cell/spu/spu_command.c
index c28677e..a07b312 100644
--- a/src/gallium/drivers/cell/spu/spu_command.c
+++ b/src/gallium/drivers/cell/spu/spu_command.c
@@ -250,6 +250,7 @@ cmd_state_fs_constants(const uint64_t *buffer, uint pos)
/* Expand each float to float[4] for SOA execution */
for (i = 0; i < num_const; i++) {
+ DEBUG_PRINTF(" const[%u] = %f\n", i, constants[i]);
spu.constants[i] = spu_splats(constants[i]);
}
_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit