Re: [Mesa-dev] [PATCH 5/8] glx: Add the GLX_ARB_flush_control extension

2014-10-16 Thread Ian Romanick
On 10/01/2014 12:00 PM, Neil Roberts wrote: > This adds the framework for the GLX flush control extension. It is advertised > if the DRI driver implements the new __DRI2_FLUSH_CONTROL extension. The GLX > attributes are converted to the appropriate DRI attributes. > --- > src/glx/dri2_glx.c |

[Mesa-dev] [PATCH 5/8] glx: Add the GLX_ARB_flush_control extension

2014-10-01 Thread Neil Roberts
This adds the framework for the GLX flush control extension. It is advertised if the DRI driver implements the new __DRI2_FLUSH_CONTROL extension. The GLX attributes are converted to the appropriate DRI attributes. --- src/glx/dri2_glx.c | 19 +-- src/glx/dri3_glx.c | 15