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
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-20
i810: Remove unnecessary headers.
Vinson Lee
2010-01-04
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-04-01
dri: use BorderColor instead of _BorderChan
Brian Paul
2008-09-21
Remove CVS keywords.
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
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