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
/
texstore.h
Age
Commit message (
Expand
)
Author
2009-03-28
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-12
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-01-22
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-20
Add RGBA4444 and RGBA5551 texture formats.
Thomas Hellstrom
2008-12-12
mesa: fixes for srgb, new srgb formats
Roland Scheidegger
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-04
mesa: Support for MESA_FORMAT_S8_Z24 texture
Jakob Bornecrantz
2008-06-18
mesa: Added _mesa_texstore_s8_z24
Jakob Bornecrantz
2008-02-25
Change GetCompressedTexImage in dd_function_table to not take const pointers.
Kristian Høgsberg
2007-04-09
i915tex: Make sure texture format fetch hooks are initialized.
Michel Dänzer
2006-09-29
Move mipmap generation functions, texture scaling functions into new
Brian Paul
2006-08-03
Initial work for GL_EXT_texture_sRGB.
Brian Paul
2006-05-20
In gl_texture_image, replace ImageStride with an ImageOffsets array.
Brian Paul
2006-04-06
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2006-03-26
merge from texman branch
Brian Paul
2005-09-28
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-02-08
added missing prototype
Brian Paul
2005-02-07
argb8888 optimizations from via branch
Keith Whitwell
2004-12-12
Added driver hooks for GetTexImage() and GetCompressedTexImage().
Brian Paul
2004-10-18
changed _mesa_rescale_teximage2d to allow rescaling of padded images
Daniel Borca
2004-05-13
Another pass at implementing byte-swapped texture formats.
Brian Paul
2004-05-12
remove last remnants of NEWTEXSTORE stuff
Brian Paul
2004-05-12
yank bgr233 texformat. minor comment updates.
Brian Paul
2004-05-12
Added big-endian texture formats.
Brian Paul
2004-05-04
texture compression: getting warmer
Daniel Borca
2004-05-02
restored _mesa_rescale_teximage2d()
Brian Paul
2004-04-27
Removed the old teximage code.
Brian Paul
2004-04-22
New glTexImage code.
Brian Paul
2003-09-30
Updates required for building the SciTech SNAP version of Mesa. This includes:
Kendall Bennett
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-04-04
Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
Brian Paul
2002-09-27
new texture compression infrastructure
Brian Paul
2002-09-16
fixed _mesa_generate_mipmaps() target problem
Brian Paul
2001-06-15
Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture
Brian Paul
2001-05-21
initial support for GL_SGIS_generate_mipmap extension
Brian Paul
2001-04-20
Fixed a texture conversion problem: sometimes need to produce an intermediate
Brian Paul
2001-04-04
More texture image changes.
Brian Paul
2001-03-21
renamed some vars, added a bunch of comments
Brian Paul
2001-03-21
depth images were broken by latest teximage changes, this fixes the problem
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-02-19
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul