| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: added _mesa_get_compressed_fetch_func() | Brian Paul | 2012-12-14 | 1 | -0/+3 |
* | mesa: add compressed_fetch_func typedef | Brian Paul | 2012-12-14 | 1 | -0/+9 |
* | mesa: remove #if _HAVE_FULL_GL checks | Brian Paul | 2012-10-16 | 1 | -11/+0 |
* | mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum() | Brian Paul | 2012-08-24 | 1 | -1/+1 |
* | mesa: new _mesa_decompress_image() function | Brian Paul | 2011-09-08 | 1 | -0/+5 |
* | mesa: Make _mesa_get_compressed_formats match the texture compression specs | Ian Romanick | 2011-07-25 | 1 | -1/+1 |
* | mesa: Add utility function to get base format from a GL compressed format | Ian Romanick | 2011-07-25 | 1 | -0/+3 |
* | mesa: Clean up header file inclusion in texcompress.h. | Vinson Lee | 2010-12-04 | 1 | -1/+4 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | mesa/main: Make FEATURE_texture_s3tc follow feature conventions. | Chia-I Wu | 2009-10-29 | 1 | -5/+0 |
* | mesa/main: Make FEATURE_texture_fxt1 follow feature conventions. | Chia-I Wu | 2009-10-29 | 1 | -3/+0 |
* | mesa: minor code movement | Brian Paul | 2009-10-28 | 1 | -4/+3 |
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 1 | -17/+4 |
|\ |
|
| * | mesa: remove _mesa_compressed_texture_size_glenum() stub | Brian Paul | 2009-10-25 | 1 | -1/+0 |
| * | mesa: remove _mesa_compressed_row_stride() | Brian Paul | 2009-10-25 | 1 | -5/+0 |
| * | mesa: clean-up, simplify compressed texture size checking | Brian Paul | 2009-10-25 | 1 | -4/+2 |
| * | mesa: remove _mesa_compressed_texture_size() | Brian Paul | 2009-10-24 | 1 | -6/+0 |
| * | mesa: s/GLuint/gl_format/ | Brian Paul | 2009-10-24 | 1 | -3/+4 |
* | | mesa: added _mesa_compressed_format_to_glenum() | Brian Paul | 2009-10-23 | 1 | -0/+4 |
|/ |
|
* | Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether | Brian Paul | 2006-05-09 | 1 | -1/+1 |
* | More updates for texture compression. | Brian Paul | 2006-05-08 | 1 | -4/+13 |
* | Fix a number of texture compression issues. | Brian Paul | 2006-05-08 | 1 | -3/+3 |
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -8/+9 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+8 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | implement auto mipmap generation for compressed textures | Brian Paul | 2002-10-18 | 1 | -5/+5 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -0/+58 |