projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f189b3
)
r600g: remove unneeded function call from scs
author
Dave Airlie
<airlied@redhat.com>
Tue, 31 Aug 2010 03:54:19 +0000
(13:54 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 31 Aug 2010 04:55:32 +0000
(14:55 +1000)
src/gallium/drivers/r600/r600_shader.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_shader.c
b/src/gallium/drivers/r600/r600_shader.c
index bac96e8a30e5b4b301791f05262bba43d6c8d9db..b760ee70eaa25634056ab6ef79f06e6003bd8aab 100644
(file)
--- a/
src/gallium/drivers/r600/r600_shader.c
+++ b/
src/gallium/drivers/r600/r600_shader.c
@@
-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;