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
/
drivers
/
dri
/
radeon
/
radeon_tex.c
Age
Commit message (
Expand
)
Author
2006-09-13
always use argb8888 instead of rgba8888, this is far more likely to hit a fas...
Roland Scheidegger
2005-10-15
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-06-19
Big-endian texture fixes from Michel Dänzer.
Brian Paul
2004-06-17
use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...
Roland Scheidegger
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-02-06
remove bogus check of texture target in RadeonTexParameter
Roland Scheidegger
2004-01-26
remove bogus assertion in DeleteTexture() function
Brian Paul
2004-01-26
Make the drivers using the common texmem code work with NewTextureObject
Felix Kuehling
2004-01-20
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-13
Added support for EXT_texture_mirror_clamp.
Ian Romanick
2004-01-11
call _mesa_delete_texture_object() from in the driver's DeleteTexture function
Brian Paul
2004-01-05
Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.
Felix Kuehling
2003-12-05
xmlconfig fixes
Alan Hourihane
2003-08-22
patch to import Jon Smirl's work from Bitkeeper
Brian Paul