swrast-dri: Remove call to driInitExtensions
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2011 22:22:03 +0000 (15:22 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 9 Sep 2011 21:02:20 +0000 (14:02 -0700)
commit67d906349261d4491fb9b5267404456369c72c0f
tree5f136353af937515fdb0a1547e14d620ef972ee5
parent6fb32b4a5fd731fa789d47ed6dcf29991df1e09b
swrast-dri: Remove call to driInitExtensions

The only purpose this call served in the DRI swrast driver was to
initialize the remap table.  Core Mesa already does the dispatch
offset remapping for every function that could possibly ever be
supported.  There's no need to continue using that cruft in the
driver.
src/mesa/drivers/dri/swrast/swrast.c