diff options
author | Roland Scheidegger <rscheidegger@gmx.ch> | 2006-11-29 16:41:28 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger@gmx.ch> | 2006-11-29 16:41:28 +0000 |
commit | 5785e328e0467a6ca78920e8f553851072087e8a (patch) | |
tree | c86f5dff04d98d64deac9e8044c23f36820d808c /src/mesa/shader | |
parent | 3cd06cf8c5ef6a27e36c584e12ba79ed8dacbf28 (diff) |
call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up the change in the r200 driver accordingly.
Diffstat (limited to 'src/mesa/shader')
-rw-r--r-- | src/mesa/shader/atifragshader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/atifragshader.c b/src/mesa/shader/atifragshader.c index d349a496dc..4727c1a436 100644 --- a/src/mesa/shader/atifragshader.c +++ b/src/mesa/shader/atifragshader.c @@ -400,6 +400,8 @@ _mesa_EndFragmentShaderATI(void) } } #endif + if (ctx->Driver.ProgramStringNotify) + ctx->Driver.ProgramStringNotify( ctx, GL_FRAGMENT_SHADER_ATI, NULL ); } void GLAPIENTRY |