Merge branch 'master' into gallium-0.2
[mesa.git] / src / mesa / main / mipmap.c
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-22 Briancode refactoring, new next_mipmap_level_size() function
2008-09-22 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-09-22 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-09-22 Keith Whitwellmesa: pull in mipmap.c changes from gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith Whitwellmesa: fix srcRowStride vs srcRowBytes conflict
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-09 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-02-11 Briangallium: take pitch/stride into account in mipmap gener...
2008-02-11 Briancode refactoring, new next_mipmap_level_size() function
2008-02-11 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-02-11 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-02-11 Brianreorder cases in do_row()
2008-02-11 Brianre-indent do_row()
2008-02-11 Briancheckpoint- consolidation in do_row()
2008-02-11 Briancheckpoint- remove dependencies on gl_texture_format...
2008-02-08 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Eric Anholt[intel] Fix and reenable (software) SGIS_generate_mipmap
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-18 Briansome fixes for compressed cube maps (bug 11986)
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 Brianmake srcPtr param to make_1d_stack_mipmap() const
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-05 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-05 Panagiotis Papadakosfix mem leak
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Paulupdate _mesa_select_tex_image() and _mesa_get_tex_image()
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...