summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c
diff options
context:
space:
mode:
authorTom Stellard <tstellar@gmail.com>2011-04-30 13:15:29 -0700
committerTom Stellard <tstellar@gmail.com>2011-04-30 13:15:29 -0700
commit7679a4ddf425f5a243ad8eb1baeda3caa508f829 (patch)
tree8b11842482966dd98dc549111f09140629183363 /src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c
parentd7cf9833d7138daa1c2acdc489ab0c86c2ea7e41 (diff)
downloadexternal_mesa3d-7679a4ddf425f5a243ad8eb1baeda3caa508f829.zip
external_mesa3d-7679a4ddf425f5a243ad8eb1baeda3caa508f829.tar.gz
external_mesa3d-7679a4ddf425f5a243ad8eb1baeda3caa508f829.tar.bz2
r300/compiler: Cleanups from the regalloc merge
Diffstat (limited to 'src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c')
-rw-r--r--src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c b/src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c
index b94838e..b0deb75 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c
@@ -151,7 +151,7 @@ static void pair_sub_for_all_args(
unsigned int presub_src_count;
struct rc_pair_instruction_source * src_array;
unsigned int j;
-// fprintf(stderr, "Presubtract reader\n");
+
if (src_type & RC_SOURCE_RGB) {
presub_type = fullinst->
U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index;
@@ -166,9 +166,7 @@ static void pair_sub_for_all_args(
for(j = 0; j < presub_src_count; j++) {
cb(userdata, fullinst, &sub->Arg[i],
&src_array[j]);
-// fprintf(stderr, "Callback for presub %u type=%u\n", j, src_type);
}
-// fprintf(stderr, "Done presubtract reader\n");
} else {
struct rc_pair_instruction_source * src =
rc_pair_get_src(&fullinst->U.P, &sub->Arg[i]);
@@ -570,8 +568,6 @@ static void get_readers_pair_read_callback(
0 /*Pair Instructions don't use RelAddr*/,
src->File, src->Index, arg->Swizzle);
-// fprintf(stderr, "Shared mask = %u for [%u].%u writemask=%u abort=%u exit=%u\n",
-// shared_mask, src->Index, arg->Swizzle, d->AliveWriteMask,d->ReaderData->Abort, d->ReaderData->ExitOnAbort);
if (shared_mask == RC_MASK_NONE)
return;