Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -40/+90 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | silence warning | Brian Paul | 2003-04-21 | 1 | -3/+3 |
| | |||||
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
| | |||||
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -13/+26 |
| | |||||
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -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 Paul | 2002-02-21 | 1 | -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 Paul | 2001-04-20 | 1 | -41/+42 |
| | |||||
* | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | 2001-03-30 | 1 | -5/+5 |
| | |||||
* | pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problems | Brian Paul | 2001-03-27 | 1 | -9/+9 |
| | |||||
* | renamed some vars, added a bunch of comments | Brian Paul | 2001-03-21 | 1 | -29/+29 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-03-20 | 1 | -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 Hughes | 2001-03-18 | 1 | -0/+29 |
| | |||||
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -0/+375 |
FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic. |