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
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