Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-08 | st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB. | Chia-I Wu | |
When the format is __DRI_TEXTURE_FORMAT_RGB, the texture should be treated as if there is no alpha channel. | |||
2010-04-06 | st/dri: Implement DRI image extension. | Chia-I Wu | |
2010-03-26 | st/dri: factor out common init_screen code | George Sapountzis | |
2010-03-26 | st/dri mv __driDriverExtensions to drisw.c and dri2.c | George Sapountzis | |
2010-03-26 | st/dri: Reshuffle files and make it obvious which files are shared | Jakob Bornecrantz | |
In short: git mv ../drisw/Makefile dri/sw git mv drisw.[c|h] sw git mv dri2.[c|h] dri1.[c|h] Makefile drm git rm ../drisw ln -s <common files> drm/* ln -s <common files> sw/* |