bump mapped texture

Does OpenGL support bump mapped texture. If, so where do I find the file format?

No.

If you want support, you’ll have to write it.

There are a number of extensions that can make a difference when doing this sort of thing, NV_register_conbiners springs to mind…

check out their website, they have a lot of demo’s and resources on this sort of thing.