summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texparam.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: move _mesa_base_format_has_channel() into image.cBrian Paul2011-11-281-3/+0
| | | | | | This is where other format-related functions live. Reviewed-by: Eric Anholt <[email protected]>
* mesa: use _mesa_base_format_has_channel() in fbobject.c queriesBrian Paul2011-11-281-0/+3
| | | | Reviewed-by: Eric Anholt <[email protected]>
* 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