index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
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
2009-10-25
mesa: remove calls to _mesa_compressed_row_stride()
Brian Paul
2009-10-24
mesa: change compressed texture size calls
Brian Paul
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-10-05
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-01
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-28
drivers: use new _mesa_texstore() function
Brian Paul
2009-09-27
via: use mesa texture format helper functions
Brian Paul
2009-09-27
mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-15
mesa: move generate mipmap calls
Brian Paul
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