diff options
author | Eric Anholt <[email protected]> | 2011-03-12 15:00:55 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-03-12 15:11:01 -0800 |
commit | 098f9c5325de16bfb5bf8b0e93e0ec1871db4a76 (patch) | |
tree | f362a760607ac951a97c91705926f40b82cc0c27 /src/mesa/main/texenvprogram.h | |
parent | 07c420a3c6799a744088f1bbe1c1a5ff157a1771 (diff) |
Revert "mesa: Convert fixed function fragment program generator to GLSL IR."
This reverts commit 7cb87dffce2c7a37f960f3a865cf92fd193dd8c5.
There were regressions (Bug #35244) and more review has been requested.
Diffstat (limited to 'src/mesa/main/texenvprogram.h')
-rw-r--r-- | src/mesa/main/texenvprogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texenvprogram.h b/src/mesa/main/texenvprogram.h index 3d9cb85460f..22e30a51943 100644 --- a/src/mesa/main/texenvprogram.h +++ b/src/mesa/main/texenvprogram.h @@ -29,7 +29,7 @@ struct gl_context; -extern struct gl_shader_program * +extern struct gl_fragment_program * _mesa_get_fixed_func_fragment_program(struct gl_context *ctx); #endif |