glut texture

I dont need glaux if im using glut right?

but is there any texture loading procs in glut?

Correct, you dont need glaux if you are using glut…

No there is no texture loading functions with glut, your best bet is to find someone who has written a good loader that supports 32bit textures and use that.

Here go a list of a few loaders of tga available.

Antonio www.fatech.com/tech

TGA Loader http://home.clara.net/paulyg/ogl.htm
Paul has coded a tga loader that supports compressed images.

TGA Loader http://nehe.gamedev.net/tutorials/lesson25.asp
This example provides a TGA image file loader so that you can use the images as textures.

Common Source Code http://nate.scuzzy.net/common.html
A TGA image format loader is provided in this page.

Can i use these in linux?