Which OGL Implemetations/cards support GL_TEXTURE_MATRIX?

i have a laptop with a S3 savage twister vga card, i know that S3 cards performs like hell in OGL, but it supports mutlitexturing so it’s not that bad,
when i call glMatrixMode(GL_TEXTURE_MATRIX) and i call glGetError(), it returns GL_INVALID_ENUM , so how’s that??

knowing that the it supports openGL version 1.1, i got it from glGetString();

thanks

Any decent documentation on glMatrixMode will give you the answer. This one for example.

I got it, Sorry for such a silly question, i don’t know how did i use GL_TEXTURE_MATRIX instead of GL_TEXTURE, i feel blind :-S