swrast: remove non-applicable GLX_SWAP_COPY_OML comment

Noticed while skimming for GLX_ instances in the dri codebase.
Comment is completely off and was in such a state since day 1.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Emil Velikov 2017-12-07 17:07:39 +00:00 committed by Emil Velikov
parent 3e3956d6ae
commit 7b744a494d
1 changed files with 0 additions and 3 deletions

View File

@ -223,9 +223,6 @@ swrastFillInModes(__DRIscreen *psp,
unsigned back_buffer_factor;
mesa_format format;
/* GLX_SWAP_COPY_OML is only supported because the Intel driver doesn't
* support pageflipping at all.
*/
static const GLenum back_buffer_modes[] = {
__DRI_ATTRIB_SWAP_NONE, __DRI_ATTRIB_SWAP_UNDEFINED
};