From: Francisco J. <cur...@ri...> - 2010-03-23 11:01:04
|
Ian Romanick <id...@fr...> writes: > Kristian Høgsberg wrote: >> 2010/3/22 Ian Romanick <id...@fr...>: >>> Kristian Høgsberg wrote: >>>> 2010/2/8 Francisco Jerez <cur...@ri...>: >>>>> The spec says (regarding glXCreateWindow): "If there is already a >>>>> GLXFBConfig associated with win (as a result of a previous >>>>> glXCreateWindow call), then a BadAlloc error is generated.". It will >>>>> also come useful to implement DRI2InvalidateBuffers for the indirect >>>>> case. >>>>> >>>>> Signed-off-by: Francisco Jerez <cur...@ri...> >>> I've put this version of this patch (with krh's R-b) in my GLX-fixes >>> tree. Are the all the rest in Kristian's dri2-invalidate tree? >> >> We dropped this one, and the rest is in my dri2-invalidate tree. > > Why was it dropped? I believe that it enforced correct behavior. If > this really does need to be removed, any suggestions how to fix my tree? > :( git-revert seems the only way, but that makes for ugly history in a > tree like this. We stopped caring about this one because a refactoring of the dri2 code made it irrelevant to the invalidate event implementation, but yeah, I think the behavior it enforced was correct. |