summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: make _mesa_prepare_mipmap_level() staticBrian Paul2016-03-291-7/+0
* mesa: new _mesa_prepare_mipmap_levels() function for mipmap generationBrian Paul2016-03-291-0/+5
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* mesa: consolidate multiple next_mipmap_level_sizeCourtney Goeltzenleuchter2013-12-131-0/+4
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: new _mesa_prepare_mipmap_level() function for mipmap generationBrian Paul2011-12-161-0/+6
* mesa: remove unused _mesa_rescale_teximage2d() functionBrian Paul2011-10-051-9/+0
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-031-2/+2
* mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul2011-09-201-6/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* code refactoring, new next_mipmap_level_size() functionBrian2008-09-211-1/+3
* refactor code, export _mesa_generate_mipmap_level()Brian2008-09-211-0/+11
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-091-1/+0
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+52