aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texparam.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: added _mesa_[Get]TexParameterI[u]iv() functionsBrian Paul2010-01-041-0/+12
| | | | | New in GL 3.0. Primarily meant for setting int/uint-valued texture border color. Not plugged into dispatch table yet.
* mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul2008-09-211-0/+63