On Wed, Apr 14, 2010 at 1:18 PM, Keith Packard <[email protected]> wrote: > > On Wed, 14 Apr 2010 10:25:49 -0400, Kristian Høgsberg <[email protected]> > wrote: > >> Keith, have you had time to look at this respun fix for 26394? > > Oh. I just had a bad thought -- pixmaps don't follow the same rule as > windows, they aren't always in the resource database and don't always > have resource IDs.
Right, true. But we always create DRI2 drawable for client created drawables, except in the case of an AIGLX pbuffer. There we create a pixmap behind the scenes and then create a DRI2 drawable for that. I suppose I can just use FakeClientID to create an ID for the hidden pixmap. Kristian _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
