diff options
author | Adam Jackson <ajax@redhat.com> | 2015-05-19 11:31:25 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-07-08 16:41:28 -0400 |
commit | 995ff11422eb49160abfe276f471e412b16cab9d (patch) | |
tree | da46f01450af909955e88706032566620075eb31 /dix | |
parent | 2d7194334a9f84e417ec90e220b2fe476f704612 (diff) |
glx: Implement GLX_ARB_context_flush_control
This extension allows clients to opt out of the implicit glFlush on
context release, which is quite nice for performance for clients using
multiple contexts. The server doesn't really need to be aware of the
client's decision, at least for direct contexts, but it does need to not
reject the context attribute out of hand.
This patch won't do anything unless built against a Mesa that defines
the __DRI2_FLUSH_CONTROL extension (and a new enough glxext.h, but
that's been there since 10.3 at least).
Reviewed-by: James Jones <jajones@nvidia.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'dix')
0 files changed, 0 insertions, 0 deletions