mesa Mesa: master 8a7f474c691dc077c081b59e30937e526400860f. On intel platform (i965), I remove all 3D drivers and launch X for testing. Now it is under indirect context for sure and glxinfo shows that GL_EXT_paletted_texture is supported. For the sake of testing whether this extension works: I generate a bitmap and supply it as a texture's image by specifying the internal_format as GL_COLOR_INDEX1_EXT, which is introduced by this extension we are talking about. And then call glGetTexImage() with format and type set to GL_COLOR_INDEX and GL_BITMAP respectively to get the bitmap data. The behavior is that the bitmap data achieved later is not the same as the that generated originally. See the case later.
Created attachment 10022 [details] the case
Mass version move, cvs -> git
Closing, as mesa got rid of GL_EXT_paletted_texture completely in Aug 29 2011.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.