Mesa-solo builds with these changes. There are still more fixups needed to

get individual drivers working again. This converts miniglx to the new
dri interface. Thanks to Erdi Chen for the new interface code.
This commit is contained in:
Jon Smirl
2004-06-26 17:16:42 +00:00
parent e16f6e3f23
commit c2bffec91a
19 changed files with 536 additions and 3909 deletions

View File

@@ -558,6 +558,9 @@ extern float
driCalculateSwapUsage( __DRIdrawablePrivate *dPriv,
int64_t last_swap_ust, int64_t current_ust );
extern void
(*glXGetProcAddress(const GLubyte *procname))( void );
#endif /* GLX_DIRECT_RENDERING */
#endif /* _DRI_UTIL_H_ */