intel: Don't expose GLX_SWAP_EXCHANGE_OML
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 8 Feb 2010 21:11:58 +0000 (13:11 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 10 Feb 2010 18:50:28 +0000 (10:50 -0800)
commit6bd9da01eacf9d100dfb0a9529700aa894a23d24
tree8631a09ed0d025d1cabab7c5ac4edb8eed820d6a
parentbb65a1d009e3d8398492aa30d944c17a40535aa1
intel: Don't expose GLX_SWAP_EXCHANGE_OML

We can't always guarantee that the swap will happen by exchange, so we
can't expose this mode.  GLX_SWAP_UNDEFINED_OML already covers the
case where the swap *might be* by exchange.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/intel/intel_screen.c