This patch series has three parts. The first, and largest, part is the set of 6 patches to Mesa. These patches are mostly similar to what I had previously sent out. These patches were made against mesa_7_4_branch.
The second set of patches (patches 7 and 8) are to the xserver. This implements the silent addition of the fake front-buffer to requests for the real front-buffer. It also adds a mechanism for drivers to tell the DRI2 extension to not send a particular buffer to the client. The final patch adds use of this mechanism to the Intel driver. If the drawable is a window, the real front-buffer is marked to not be sent back to the client. This patch series does *not* implement the optimization of only allocating the fake front-buffer when necessary. With the existing interfaces between the DRI2 extension and the 2D driver, I don't see a way to do this correctly. In any case, I believe that this optimization could added to these changes later. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
