summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstate.c
AgeCommit message (Expand)Author
2000-07-05Holger's fixes for GL_EXT_texture_env_combineBrian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-23more texture cube work, misc code clean-upBrian Paul
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul
2000-03-07added target parameter to Driver.TexEnv()Brian Paul
2000-02-08added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() callsBrian Paul
1999-11-12added GL_EXT_texture_env_add extensionBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-07removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul
1999-08-19Initial revisionjtg