summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-0/+56
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-48/+46
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger1-13/+58
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-6/+0
2008-11-28mesa: remove unneeded compressed texure size checksPhillip Klaus Krause1-6/+0
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul1-0/+17
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul1-0/+1
2006-08-04more work for GL_EXT_texture_sRGB.Brian Paul1-0/+13
2006-05-09Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul1-11/+20
2006-05-08More updates for texture compression.Brian Paul1-0/+47
2006-05-08Fix a number of texture compression issues.Brian Paul1-40/+30
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell1-1/+1
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+1
2004-04-27Removed the old teximage code.Brian Paul1-48/+27
2003-11-21more texture compressionDaniel Borca1-19/+46
2003-11-03small fixes wrt texture handlingDaniel Borca1-5/+5
2003-10-29texture compressionDaniel Borca1-0/+17
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-15/+29
2003-04-03some texture compression odds & endsBrian Paul1-6/+67
2003-03-24add 2, not 4, in _mesa_get_compressed_formats()Brian Paul1-4/+4
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-10-18implement auto mipmap generation for compressed texturesBrian Paul1-10/+6
2002-09-27new texture compression infrastructureBrian Paul1-0/+159