Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor code, export _mesa_generate_mipmap_level() | Brian | 2008-02-11 | 1 | -42/+56 |
* | move _mesa_format_to_type_and_comps() to texformat.c | Brian | 2008-02-11 | 1 | -167/+1 |
* | reorder cases in do_row() | Brian | 2008-02-11 | 1 | -168/+173 |
* | re-indent do_row() | Brian | 2008-02-11 | 1 | -306/+288 |
* | checkpoint- consolidation in do_row() | Brian | 2008-02-11 | 1 | -26/+16 |
* | checkpoint- remove dependencies on gl_texture_format to make code re-usable b... | Brian | 2008-02-11 | 1 | -158/+266 |
* | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian | 2008-02-08 | 1 | -1/+0 |
* | make srcPtr param to make_1d_stack_mipmap() const | Brian | 2007-05-17 | 1 | -1/+1 |
* | Initial implementation of MESA_texture_array | Ian Romanick | 2007-05-16 | 1 | -3/+145 |
* | fix mem leak | Panagiotis Papadakos | 2007-02-05 | 1 | -0/+3 |
* | update _mesa_select_tex_image() and _mesa_get_tex_image() | Brian Paul | 2006-11-01 | 1 | -2/+2 |
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -0/+1147 |