diff options
author | Michel Dänzer <[email protected]> | 2013-02-22 13:04:32 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2013-02-22 13:06:07 +0100 |
commit | f6b40ddd2d92fd82ccf7ce695d4ed026ef7cfd11 (patch) | |
tree | 4f84dd5197ea1926e4cefc977e1a90dbf04eefb2 /src/gallium/drivers | |
parent | aac81387447152b5bda99150414d636a003adc56 (diff) |
radeon/llvm: Remove stale comment about radeon_llvm_emit_prepare_cube_coords
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c index 8902ae423e0..6103d3781cf 100644 --- a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c +++ b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c @@ -527,7 +527,6 @@ static void kil_emit( } } -/* coord_arg - index of the source coord vector in the emit_data->args array */ void radeon_llvm_emit_prepare_cube_coords( struct lp_build_tgsi_context * bld_base, struct lp_build_emit_data * emit_data, |