summaryrefslogtreecommitdiff
path: root/src/mesa/main/texenv.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-01mesa: texture combine clean-upsBrian Paul1-25/+25
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+173
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul1-1/+0
2009-01-23mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4Brian Paul1-2/+83
2009-01-23mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helperBrian Paul1-214/+125
2009-01-23mesa: refactor _mesa_TexEnvfv() code with helper functionsBrian Paul1-348/+373
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul1-2/+0
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul1-0/+863