xserver-multidpi/hw
Ian Romanick ff6c7764c2 DRI2: Implement protocol for DRI2GetBuffersWithFormat
This change implements the protocol for DRI2GetBuffersWithFormat, but
the bulk of the differences are the changes to the extension / driver
interface to make this function work.  The old CreateBuffers and
DeleteBuffers routines are replaced with CreateBuffer and DeleteBuffer
(both singular).

This allows drivers to allocate buffers for a drawable one at a time.
As a result, 3D drivers can now allocate the (fake) front-buffer for a
window only when it is needed.  Since 3D drivers only ask for the
front-buffer on demand, the real front-buffer is always created.  This
allows CopyRegion impelemenations of SwapBuffers to continue working.
As with previous version of this code, if the client asks for the
front-buffer for a window, we instead give it the fake front-buffer.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kristian Høgsberg <krh@redhat.com>
2009-04-24 12:49:19 -07:00
..
dmx Remove dead EXTENSION_PROC_ARGS define 2009-03-04 10:29:34 -05:00
kdrive [kdrive] Fix rotation of pointer 2009-04-17 01:34:18 -04:00
vfb input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct. 2009-04-17 10:03:40 +10:00
xfree86 DRI2: Implement protocol for DRI2GetBuffersWithFormat 2009-04-24 12:49:19 -07:00
xnest input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct. 2009-04-17 10:03:40 +10:00
xquartz XQuartz: Localization update 2009-04-22 19:30:33 -07:00
xwin Cygwin/X: Fix keyboard layout mapping for Latin American keyboards 2009-02-22 13:08:42 +00:00
Makefile.am Remove xgl. 2008-06-12 16:00:50 -04:00