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
/
sis
/
sis_tex.c
Age
Commit message (
Expand
)
Author
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
2007-08-02
s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806)
Brian
2005-10-24
Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightly
Eric Anholt
2005-10-24
Since we memcpy texture data synchronously to the card, idle the engine before
Eric Anholt
2005-10-24
- Add a few more hardware internal formats that are supported. Some remaining
Eric Anholt
2005-10-05
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2004-05-24
Clean up some warnings by making sis_fatal_error a macro, and let it take an
Eric Anholt
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-12-04
merge latest DRI sis driver changes from the DRI trunk
Alan Hourihane
2003-09-30
add the SiS driver - no kernel driver yet
Alan Hourihane