summaryrefslogtreecommitdiff
path: root/src/mesa/main/texutil_tmp.h
AgeCommit message (Collapse)Author
2001-04-20Minor fixes for Win32 (Karl Schultz).Brian Paul
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-27pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problemsBrian Paul
2001-03-21renamed some vars, added a bunch of commentsBrian Paul
2001-03-20 Committing in .Jouk Jansen
Modified Files: Mesa/src/descrip.mms Mesa/src/texutil_tmp.h -Updated VMS makefile -__FUNCTION__ is not a defined on VMS (and maybe other systems) For VMS __FUNCTION__ is defined to in texutil_tmp.h ----------------------------------------------------------------------
2001-03-18Fix header info.Gareth Hughes
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic.