summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/drisw_util.c
AgeCommit message (Collapse)Author
2010-05-02Update drisw state tracker to use new API aware context createXavier Chantry
Even though swrast defines its own __DriverAPIRec it still shares the driCreateNewContext() implementation from dri_util.c. So the CreateContext prototypes have to match in the two __DriverAPIRecs. Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
2010-03-30drisw: fix use after free (bug 27370)George Sapountzis
2010-03-25drisw_util: add fields for gallium swrast_driGeorge Sapountzis
2010-03-21rename dri_sw to drisw_util for consistencyGeorge Sapountzis