summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_fragprog.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-29 14:23:04 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-05-29 14:23:04 -0400
commit949c489f592d5227843a06a5ae3851102cd46333 (patch)
tree5c011dbefaa2ea22d82f82cbc9fb9a8c68efd93f /src/mesa/drivers/dri/r600/r700_fragprog.c
parent97ed5cffcb051da21c7bfdbbf11b97da657c015c (diff)
more cleanup
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_fragprog.c')
-rw-r--r--src/mesa/drivers/dri/r600/r700_fragprog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_fragprog.c b/src/mesa/drivers/dri/r600/r700_fragprog.c
index 3aacad9919..c46094dcd7 100644
--- a/src/mesa/drivers/dri/r600/r700_fragprog.c
+++ b/src/mesa/drivers/dri/r600/r700_fragprog.c
@@ -278,7 +278,7 @@ GLboolean r700SetupFragmentProgram(GLcontext * ctx)
}
/* Load fp to gpu */
- (context->chipobj.EmitShader)(ctx,
+ r600EmitShader(ctx,
&(fp->shaderbo),
(GLvoid *)(fp->r700Shader.pProgram),
fp->r700Shader.uShaderBinaryDWORDSize,