diff options
author | Michal Krol <[email protected]> | 2009-12-10 12:38:22 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-10 12:38:22 +0100 |
commit | 91e164b3d0b1d36bfdf369266ae7e1ab396f1ba2 (patch) | |
tree | d8ed4e74e470d2c9b9bf9ad3d4ad0829dc4da0ba /src/glsl/pp/sl_pp_dict.c | |
parent | 068596c9a7e8d330ffdff8ad8700bd6093b5bdea (diff) |
glsl/pp: Add sl_pp_context_add_extension().
This way third parties are able to add supported extension strings.
Diffstat (limited to 'src/glsl/pp/sl_pp_dict.c')
-rw-r--r-- | src/glsl/pp/sl_pp_dict.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/pp/sl_pp_dict.c b/src/glsl/pp/sl_pp_dict.c index 2dd77a69e90..062139e6ac0 100644 --- a/src/glsl/pp/sl_pp_dict.c +++ b/src/glsl/pp/sl_pp_dict.c @@ -45,8 +45,6 @@ int sl_pp_dict_init(struct sl_pp_context *context) { ADD_NAME(context, all); - ADD_NAME_STR(context, _GL_ARB_draw_buffers, "GL_ARB_draw_buffers"); - ADD_NAME_STR(context, _GL_ARB_texture_rectangle, "GL_ARB_texture_rectangle"); ADD_NAME(context, require); ADD_NAME(context, enable); |