diff options
author | Eric Anholt <[email protected]> | 2010-09-09 15:53:55 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-09-23 13:25:45 -0700 |
commit | 907a6734fcd427a6ac6fe5fcfbeac5d6054d82ae (patch) | |
tree | ab43a153223b5c110311ff36d1db7003e06f35e5 /src/mesa/state_tracker | |
parent | 96da9b28c838af00f15d6c0a5973857019d3aecc (diff) |
mesa: Remove the non-required ARB_imaging extension.
Many of the EXT_ extensions in the subset have significant code
overhead with no users. It is not a required part of GL -- though
text describing the extension is part of the core spec since 1.2, it
is always conditional on the ARB_imaging extension.
Diffstat (limited to 'src/mesa/state_tracker')
-rw-r--r-- | src/mesa/state_tracker/st_cb_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracker/st_cb_texture.c index cd5001475c9..0a4f8508ec2 100644 --- a/src/mesa/state_tracker/st_cb_texture.c +++ b/src/mesa/state_tracker/st_cb_texture.c @@ -548,7 +548,6 @@ st_TexImage(GLcontext * ctx, /* The Mesa/Gallium state tracker does not implement the imaging extensions * such as convolution. */ - assert(!ctx->Extensions.ARB_imaging); assert(!ctx->Extensions.EXT_convolution); /* switch to "normal" */ |