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
/
unichrome
/
via_tex.c
Age
Commit message (
Expand
)
Author
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-05-09
swrast/dri: switch over users of generate_mipmap to new interface
Dave Airlie
2006-10-15
allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)
Brian Paul
2006-10-15
increate MaxTextureLevels to 11 (bug 3130)
Brian Paul
2006-09-29
Move mipmap generation functions, texture scaling functions into new
Brian Paul
2006-05-20
In gl_texture_image, replace ImageStride with an ImageOffsets array.
Brian Paul
2006-05-08
Fix a number of texture compression issues.
Brian Paul
2005-11-16
Bring in last minute 6_4 branch changes to the unichrome driver
Thomas Hellström
2005-10-05
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-07-15
disable call to via_sse_memcpy() until it's fixed
Brian Paul
2005-05-24
Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.
Ian Romanick
2005-05-23
Import Thomas Helstrom's SSE memcpy code from the via X.org driver.
Keith Whitwell
2005-03-22
merge unichrome changes from branch
Keith Whitwell
2005-01-13
remove some dead texture code
Alan Hourihane
2004-12-29
Large update
Keith Whitwell
2004-12-20
Remove #ifdef DEBUG's in code, but still allow compiler to remove debug
Keith Whitwell
2004-12-15
Unichrome DRI:
Thomas Hellström
2004-12-15
Add _mesa_delete_texture_object() call to viaDeleteTexture
Keith Whitwell
2004-02-23
updates from Erdi Chen
Brian Paul
2004-01-30
Via Unichrome/cle266 driver (Erdi Chen)
Brian Paul