summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_tex.c
AgeCommit message (Expand)Author
2010-01-23sis: Remove unnecessary headers.Vinson Lee
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-08-02s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806)Brian
2005-10-24Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt
2005-10-24Since we memcpy texture data synchronously to the card, idle the engine beforeEric Anholt
2005-10-24- Add a few more hardware internal formats that are supported. Some remainingEric Anholt
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2004-05-24Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-18include texobj.h to silence warningsBrian Paul
2004-01-11call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane