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
/
i810
/
i810tex.c
Age
Commit message (
Expand
)
Author
2005-08-30
added some parenthesis to silence warnings
Brian Paul
2005-08-25
Fix texture format selection. ChooseTextureFormat is supposed to select the
Ian Romanick
2005-08-19
Enable ARB_texture_compression. The code has been in place for a long time,
Ian Romanick
2005-08-18
Don't try to update hardware texture fields if there is no hardware texture.
Ian Romanick
2004-04-08
build fixes
Alan Hourihane
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-18
include texobj.h to silence warnings
Brian Paul
2004-01-11
call _mesa_delete_texture_object() from in the driver's DeleteTexture function
Brian Paul
2003-09-30
add the i810 driver - no kernel driver yet
Alan Hourihane