mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
r600g: remove unneeded function call from scs
This commit is contained in:
parent
4f189b3bf5
commit
4e61f085d0
1 changed files with 0 additions and 4 deletions
|
|
@ -939,10 +939,6 @@ static int tgsi_scs(struct r600_shader_ctx *ctx)
|
|||
struct r600_bc_alu alu;
|
||||
int r;
|
||||
|
||||
r = tgsi_split_constant(ctx, r600_src);
|
||||
if (r)
|
||||
return r;
|
||||
|
||||
r = tgsi_setup_trig(ctx, r600_src);
|
||||
if (r)
|
||||
return r;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue