diff options
author | Timothy Arceri <[email protected]> | 2016-11-04 13:51:59 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-12-30 10:57:17 +1100 |
commit | 194537ebe44cfcd6d72a98d0c2118f10a9e58deb (patch) | |
tree | 654fcbd5974d9fc5f063096c907c28864767af1c /src/mesa/main/dd.h | |
parent | 718a0cf49f88ff456582366db45c31f881561ebf (diff) |
mesa/glsl/i965: remove Driver.NewShader()
After removing brw_shader in the previous commit this is no longer
needed.
V2: remove use in src/compiler/glsl/test_optpass.cpp
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 1d75b9fc29b..21e8260fc78 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -780,13 +780,6 @@ struct dd_function_table { /*@}*/ /** - * \name GLSL-related functions (ARB extensions and OpenGL 2.x) - */ - /*@{*/ - struct gl_linked_shader *(*NewShader)(gl_shader_stage stage); - /*@}*/ - - /** * \name GREMEDY debug/marker functions */ /*@{*/ |