diff options
author | Rob Clark <[email protected]> | 2015-08-10 10:37:53 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-01-21 17:19:05 -0500 |
commit | 1f7a96e005be0c0941df5487a11c53f048ebd58a (patch) | |
tree | 8808d9aa4d7f355b8eda9f059d1c338a03e82a56 /src/mesa/main/extensions_table.h | |
parent | cbf0e64ee1e2d4514dbec9e4fbf688098fcef318 (diff) |
mesa: add GREMEDY_string_marker
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-rw-r--r-- | src/mesa/main/extensions_table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index aeccb017423..9cec1762dbe 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -251,6 +251,8 @@ EXT(EXT_unpack_subimage , dummy_true EXT(EXT_vertex_array , dummy_true , GLL, x , x , x , 1995) EXT(EXT_vertex_array_bgra , EXT_vertex_array_bgra , GLL, GLC, x , x , 2008) +EXT(GREMEDY_string_marker , GREMEDY_string_marker , GLL, GLC, x , x , 2007) + EXT(IBM_multimode_draw_arrays , dummy_true , GLL, GLC, x , x , 1998) EXT(IBM_rasterpos_clip , dummy_true , GLL, x , x , x , 1996) EXT(IBM_texture_mirrored_repeat , dummy_true , GLL, x , x , x , 1998) |