Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: remove unused _mesa_rescale_teximage2d() function | Brian Paul | 2011-10-05 | 1 | -9/+0 |
| | | | | It was only used by the old tdfx driver, IIRC. | ||||
* | mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access. | Brian Paul | 2011-10-03 | 1 | -2/+2 |
| | | | | | | | | | | | Now that we can zero-copy generate the mipmaps into brand new glTexImage()-generated storage using MapTextureImage(), we no longer need to allocate image->Data in mipmap generate. This requires deleting the drivers' old overrides of the miptree tracking after calling _mesa_generate_mipmap at the same time, or the drivers promptly lose our newly-generated data. Reviewed-by: Eric Anholt <[email protected]> | ||||
* | mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c | Brian Paul | 2011-09-20 | 1 | -6/+0 |
| | | | | Was used by no other code. | ||||
* | 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 |
| | | | | (cherry picked from commit c22d9152e33792ea58426c53bc9b96bf552b0b44) | ||||
* | 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 |
| | | | | (cherry picked from commit c3395f4473c8fdf75d04c0dd72e687bc8d8127a7) | ||||
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -0/+52 |
mipmap.c file. |