Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-07 | Fix up some remaining include issues. Replace Xmalloc / Xfree with | Ian Romanick | |
_mesa_malloc / _mesa_free. Replace Bool with GLboolean. | |||
2004-06-06 | Remove the rest of the need for glxclient.h and remove it from the tree. | Ian Romanick | |
2004-06-02 | Minor changes to make it work better outside X. "Success" is replaced | Ian Romanick | |
by explicit 0. Several functions that are not needed with DRI_NEW_INTERFACE_ONLY are blocked with '#ifndef DRI_NEW_INTERFACE_ONLY'. Some further work is still required to make it build without any X include files, though. | |||
2004-05-27 | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick | |