diff options
author | Marek Olšák <[email protected]> | 2012-10-28 14:24:53 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-31 02:04:54 +0100 |
commit | cc07149276cc9ca310d41493f163978b4faad46b (patch) | |
tree | 7312928a4f92626d6af30ff05f1d50b2b6de9147 /src/mesa/main/get.c | |
parent | f5543d6eb29bbd9aadf37055a20992d11f0263e2 (diff) |
mesa: remove IBM_rasterpos_clip extension enable flag
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 7e71d7a4108..bfb25fe2545 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -303,7 +303,6 @@ EXTRA_EXT(EXT_secondary_color); EXTRA_EXT(EXT_fog_coord); EXTRA_EXT(NV_fog_distance); EXTRA_EXT(EXT_texture_filter_anisotropic); -EXTRA_EXT(IBM_rasterpos_clip); EXTRA_EXT(NV_point_sprite); EXTRA_EXT(NV_texture_rectangle); EXTRA_EXT(EXT_stencil_two_side); |