xserver-multidpi/glx
Ian Romanick 4fad615d68 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-06-11 22:46:00 -07:00
..
dispatch.h GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
extension_string.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
extension_string.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
g_disptab.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glapi.c gl: include assert.h if we're compiling with DEBUG. 2008-06-05 09:19:16 +09:30
glapi.h GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
glapioffsets.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glapitable.h GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
glapitemp.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glprocs.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glthread.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
glthread.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glxbyteorder.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glxcmds.c glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
glxcmdsswap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxcontext.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxdrawable.h glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
glxdri.c glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
glxdri2.c DRI2: Implement protocol for DRI2GetBuffersWithFormat 2009-06-11 22:46:00 -07:00
glxdricommon.c Fix driGetConfigAttribIndex unaligned access to GLboolean. 2008-08-26 11:07:32 -04:00
glxdricommon.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glxdriswrast.c glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
glxext.c glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
glxext.h glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
glxscreens.c glx: Inialize best_score before calculating visual scores 2009-02-18 10:20:10 -08:00
glxscreens.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxserver.h glx: Replace broken GLX visual setup with a fixed "all" mode. 2009-02-17 19:00:41 -08:00
glxutil.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxutil.h glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
indirect_dispatch_swap.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
indirect_dispatch.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
indirect_dispatch.h VBO: Regenerate files based on recent changes to gl_API.xml 2008-07-02 06:25:03 -07:00
indirect_program.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_reqsize.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
indirect_reqsize.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_size_get.c VBO: Regenerate files based on recent changes to gl_API.xml 2008-07-02 06:25:03 -07:00
indirect_size_get.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_size.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_table.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_table.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_texture_compression.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_util.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_util.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
Makefile.am glx: Fix drawable private leak on destroy 2009-04-13 16:15:24 -04:00
render2.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
render2swap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
renderpix.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
renderpixswap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
rensize.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
single2.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
single2swap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlepix.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlepixswap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlesize.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlesize.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
swap_interval.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
unpack.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
xfont.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00