aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texenv.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use integer type with appropriate sign.José Fonseca2009-06-151-2/+2
* mesa: texture combine clean-upsBrian Paul2009-04-011-25/+25
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-1/+173
* mesa: don't include m_xform.h where not neededBrian Paul2009-02-121-1/+0
* mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4Brian Paul2009-01-231-2/+83
* mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helperBrian Paul2009-01-231-214/+125
* mesa: refactor _mesa_TexEnvfv() code with helper functionsBrian Paul2009-01-231-348/+373
* mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul2008-09-211-2/+0
* mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul2008-09-211-0/+863