summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress.c
AgeCommit message (Expand)Author
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-31mesa: Remove unnecessary headers.Vinson Lee
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg
2010-01-18mesa: Remove unnecessary headers from texcompress.c.Vinson Lee
2009-10-28mesa: minor code movementBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-25mesa: remove _mesa_compressed_row_stride()Brian Paul
2009-10-25mesa: clean-up, simplify compressed texture size checkingBrian Paul
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-24mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()Brian Paul
2009-10-24mesa: s/GLuint/gl_format/Brian Paul
2009-10-23mesa: added _mesa_compressed_format_to_glenum()Brian Paul
2009-10-05mesa: don't include texformat.hBrian Paul
2009-10-01mesa: simplify _mesa_compressed_texture_size()Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-28mesa: remove unneeded compressed texure size checksPhillip Klaus Krause
2008-06-12mesa: add some #if FEATURE_x testsBrian Paul
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
2006-08-04more work for GL_EXT_texture_sRGB.Brian Paul
2006-05-09Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul
2006-05-08More updates for texture compression.Brian Paul
2006-05-08Fix a number of texture compression issues.Brian Paul
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-04-27Removed the old teximage code.Brian Paul
2003-11-21more texture compressionDaniel Borca
2003-11-03small fixes wrt texture handlingDaniel Borca
2003-10-29texture compressionDaniel Borca
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-04-03some texture compression odds & endsBrian Paul
2003-03-24add 2, not 4, in _mesa_get_compressed_formats()Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-18implement auto mipmap generation for compressed texturesBrian Paul
2002-09-27new texture compression infrastructureBrian Paul