Re: [Mesa-dev] [PATCH 0/8] Implement GL_KHR_flush_control

2014-10-16 Thread Ian Romanick
Patches 1, 2, and 8 are Reviewed-by: Ian Romanick I sent out comments that affect the other five in the series. The comment on patch 3 affects patches 3, 4, and, trivially, 7. On 10/01/2014 12:00 PM, Neil Roberts wrote: > Here's a series of patches to implement GL_KHR_flush_control and > GLX_A

[Mesa-dev] [PATCH 0/8] Implement GL_KHR_flush_control

2014-10-01 Thread Neil Roberts
Here's a series of patches to implement GL_KHR_flush_control and GLX_ARB_flush_control. The idea of the extension is quite simple and just makes it so that the GL doesn't implicitly flush the context when the context is unbound. This should be a speed improvement for applications that are using mul