Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-26 | new version check to allow to test for a range of ddx major versions, ↵ | Roland Scheidegger | |
instead of just one major version | |||
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane | |
2004-06-03 | Add a new function, driFillInModes, that is to be used by drivers to | Ian Romanick | |
create the set of support __GLcontextModes. This should replace the current driver-specific fill_in_modes functions. | |||
2004-06-02 | driCheckDriDdxDrmVersion uses a function that is not available to | Ian Romanick | |
drivers when DRI_NEW_INTERFACE_ONLY is defined. #ifndef it away in that situation. Add a new function, driCheckDriDdxDrmVersion2, that is passed in the version information that is already supplied to __driCreateNewScreen. Part of the reason that information is supplied to __driCreateNewScreen is so that the driver doesn't have to make those calls to get it! Modify all drivers that support the new interface to use the new function instead of the old. As soon as all drivers support the new interface, driCheckDriDdxDrmVersion can be removed. | |||
2003-12-11 | add driClipRectToFramebuffer helper function | Keith Whitwell | |
2003-08-06 | Shared dri driver resources | Keith Whitwell | |