commit | 6bd9da01eacf9d100dfb0a9529700aa894a23d24 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Mon Feb 08 13:11:58 2010 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Wed Feb 10 10:50:28 2010 -0800 |
tree | 8631a09ed0d025d1cabab7c5ac4edb8eed820d6a | |
parent | bb65a1d009e3d8398492aa30d944c17a40535aa1 [diff] |
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>