mesa: Remove the non-required ARB_imaging extension.
authorEric Anholt <eric@anholt.net>
Thu, 9 Sep 2010 22:53:55 +0000 (15:53 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 20:25:45 +0000 (13:25 -0700)
commit907a6734fcd427a6ac6fe5fcfbeac5d6054d82ae
treeab43a153223b5c110311ff36d1db7003e06f35e5
parent96da9b28c838af00f15d6c0a5973857019d3aecc
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.
src/mesa/main/blend.c
src/mesa/main/extensions.c
src/mesa/main/get.c
src/mesa/main/histogram.c
src/mesa/main/mtypes.h
src/mesa/state_tracker/st_cb_texture.c