Age | Commit message (Expand) | Author |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-01-23 | sis: Remove unnecessary headers. | Vinson Lee |
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-09-27 | mesa/drivers: use _mesa_get_format_bytes() | Brian Paul |
2009-09-27 | mesa/drivers: use _mesa_get_format_bytes() | 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 |
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 |