| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: make _mesa_prepare_mipmap_level() static | Brian Paul | 2016-03-29 | 1 | -7/+0 |
* | mesa: new _mesa_prepare_mipmap_levels() function for mipmap generation | Brian Paul | 2016-03-29 | 1 | -0/+5 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -1/+1 |
* | mesa: consolidate multiple next_mipmap_level_size | Courtney Goeltzenleuchter | 2013-12-13 | 1 | -0/+4 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: new _mesa_prepare_mipmap_level() function for mipmap generation | Brian Paul | 2011-12-16 | 1 | -0/+6 |
* | mesa: remove unused _mesa_rescale_teximage2d() function | Brian Paul | 2011-10-05 | 1 | -9/+0 |
* | mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access. | Brian Paul | 2011-10-03 | 1 | -2/+2 |
* | mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c | Brian Paul | 2011-09-20 | 1 | -6/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | code refactoring, new next_mipmap_level_size() function | Brian | 2008-09-21 | 1 | -1/+3 |
* | refactor code, export _mesa_generate_mipmap_level() | Brian | 2008-09-21 | 1 | -0/+11 |
* | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian | 2008-05-09 | 1 | -1/+0 |
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -0/+52 |