summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texutil_tmp.h
Commit message (Collapse)AuthorAgeFilesLines
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-13/+26
|
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-17/+21
| | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
* Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul2002-02-211-81/+134
| | | | | Renamed 'packing' to 'unpacking' since we're moving data from client -> GL. Rnamed DST_ROW_WIDTH to DST_ROW_BYTES.
* Minor fixes for Win32 (Karl Schultz).Brian Paul2001-04-201-41/+42
|
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-301-5/+5
|
* pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problemsBrian Paul2001-03-271-9/+9
|
* renamed some vars, added a bunch of commentsBrian Paul2001-03-211-29/+29
|
* Committing in .Jouk Jansen2001-03-201-1/+5
| | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* Fix header info.Gareth Hughes2001-03-181-0/+29
|
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-0/+375
FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic.