Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2003-04-21 | silence warning | Brian Paul | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-09-21 | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | |
2002-06-29 | Applied 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-21 | Fixed 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-20 | Minor fixes for Win32 (Karl Schultz). | Brian Paul | |
2001-03-30 | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | |
2001-03-27 | pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problems | Brian Paul | |
2001-03-21 | renamed some vars, added a bunch of comments | Brian 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-18 | Fix header info. | Gareth Hughes | |
2001-03-18 | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | |
FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic. |