summaryrefslogtreecommitdiff
path: root/src/mesa/main/texutil_tmp.h
AgeCommit message (Collapse)Author
2002-10-29updated email addressesBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
2002-02-21Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul
Renamed 'packing' to 'unpacking' since we're moving data from client -> GL. Rnamed DST_ROW_WIDTH to DST_ROW_BYTES.
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.