Kristian H?gsberg <hoegsberg at gmail.com> writes: > It just the two older create context functions (which fall back to > calling driCreateContextAtribs) and allocateBuffer and releaseBuffer. > The two buffer functions are __DRIbuffer specific of course, but we > can implement them in terms of __DRIimage in dri_util.c now.
I guess the benefit is that we could remove the DRIdri2Extension functions from each driver and just use the DRIimage-based wrappers in dri_util then? We're still stuck with leaving the DRIdri2Extension as the interface