summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_fs_sse.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-02 07:31:42 -0600
committerBrian Paul <brianp@vmware.com>2009-10-02 07:31:42 -0600
commit389021220d27c376b81a6221a31d0ee33c24e67f (patch)
tree578647c0b77feacd7e389aa1d4a442d54692e801 /src/gallium/drivers/softpipe/sp_fs_sse.c
parent337480e1f85844b7bd4a4d47cef93a217e3ad464 (diff)
gallium: replace // comments with /* */
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_fs_sse.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_fs_sse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_fs_sse.c b/src/gallium/drivers/softpipe/sp_fs_sse.c
index f4fa0905d7..31ccc3bda9 100644
--- a/src/gallium/drivers/softpipe/sp_fs_sse.c
+++ b/src/gallium/drivers/softpipe/sp_fs_sse.c
@@ -101,7 +101,7 @@ fs_sse_run( const struct sp_fragment_shader *base,
machine->Consts,
(const float (*)[4])shader->immediates,
machine->InterpCoefs
- // , &machine->QuadPos
+ /*, &machine->QuadPos*/
);
return ~(machine->Temps[TGSI_EXEC_TEMP_KILMASK_I].xyzw[TGSI_EXEC_TEMP_KILMASK_C].u[0]);