index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
mipmap.c
Age
Commit message (
Expand
)
Author
2009-10-05
Use _mesa_select_tex_image() rather than hardcoding face 0.
Michel Dänzer
2009-10-01
mesa: fix memory leak when generating mipmaps for compressed textures
Brian Paul
2009-06-24
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-19
Always free image offsets memory when re-initializing texture image fields.
Michel Dänzer
2009-05-18
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-18
mesa: comments for _mesa_generate_mipmap_level()
Brian Paul
2009-05-11
mesa: updated comments for _mesa_generate_mipmap()
Brian Paul
2009-03-31
fix ugly copy/paste error in mipmap generation code
Roland Scheidegger
2009-03-28
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-17
mesa: update/fix doxygen comments
Vinson Lee
2009-03-12
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-01-06
mesa: Fix the size per pixel for packed pixel format data type.
Xiang, Haihao
2008-12-19
Add do_row_3d for mipmapping 3D textures
Ian Romanick
2008-12-19
Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV
Ian Romanick
2008-09-23
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-21
code refactoring, new next_mipmap_level_size() function
Brian
2008-09-21
refactor code, export _mesa_generate_mipmap_level()
Brian
2008-09-21
move _mesa_format_to_type_and_comps() to texformat.c
Brian
2008-09-21
mesa: pull in mipmap.c changes from gallium-0.2
Keith Whitwell
2008-05-09
Remove unused texunit parameter to ctx->Driver.GenerateMipmap()
Brian
2007-12-20
[intel] Fix and reenable (software) SGIS_generate_mipmap
Eric Anholt
2007-08-18
some fixes for compressed cube maps (bug 11986)
Brian
2007-05-17
make srcPtr param to make_1d_stack_mipmap() const
Brian
2007-05-16
Initial implementation of MESA_texture_array
Ian Romanick
2007-02-05
fix mem leak
Panagiotis Papadakos
2006-11-01
update _mesa_select_tex_image() and _mesa_get_tex_image()
Brian Paul
2006-09-29
Move mipmap generation functions, texture scaling functions into new
Brian Paul