aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texformat_tmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-10/+17
|
* some texture compression odds & endsBrian Paul2003-04-031-4/+44
|
* updated email addressesBrian Paul2002-10-291-2/+2
|
* new texture compression infrastructureBrian Paul2002-09-271-3/+10
|
* merge gl_texture_image RowStride from DRI 4.0.4Brian Paul2002-09-231-9/+9
|
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-11/+80
|
* #ifdef-out unused big-endian texel fetch functionsBrian Paul2002-06-151-2/+3
|
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-1/+93
| | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes.
* Fix FETCH(argb1555) mask valuesKeith Whitwell2002-05-091-4/+4
|
* Fix error message.Gareth Hughes2001-03-181-2/+2
|
* Fix header info.Gareth Hughes2001-03-181-0/+28
|
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-0/+264
FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic.