From: José F. <jfo...@vm...> - 2010-03-06 11:09:51
|
On Fri, 2010-03-05 at 16:16 -0800, Ian Romanick wrote: > Jose Fonseca wrote: > > Module: Mesa > > Branch: master > > Commit: 744994a9c6b972a737e432cf1b699f232e2c5bfd > > URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=744994a9c6b972a737e432cf1b699f232e2c5bfd > > > > Author: José Fonseca <jfo...@vm...> > > Date: Sat Feb 13 15:10:24 2010 +0000 > > > > mesa: Export GL_EXT_texture_cube_map. > > > > Still used by some applications. > > Holy smokes. Just out of curiosity, which applications? Hi Ian, It was Adobe Photoshop CS4. It actually searches for both GL_ARB_texture_cube_map and GL_EXT_texture_cube_map, but somewhere along the way it ignores the former and outputs in a system information log: Cube Maps NOT SUPPORTED... It is quite possible that it is a bug in the system information output code, and the GL code actually uses cubemaps. But it is almost impossible to be sure, as Photoshop is very complex and has several distinct uses of OpenGL (e.g., effects, visualization, etc). And at any rate if an user would see the above message it would get legitimately worried. It seemed simpler just to list GL_EXT_texture_cube_map! > I didn't think > anyone ever actually shipped this extension. I guess Nvidia might have.. I don't have my NVIDIA machine handy, but I checked it before committing this and IIRC they indeed had this extension listed. Jose |