Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-13 Thread Henri Verbeet
On 12 March 2013 17:46, Ian Romanick wrote: > Right... the extension also adds an attribute that can only be used with > glXCreateContextAttribsARB. > Yeah, all I was saying is that it probably wouldn't be too hard to word things along the lines of "If glXCreateContextAttribsARB() isn't available

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-12 Thread Ian Romanick
On 03/05/2013 06:58 AM, Henri Verbeet wrote: On 2 March 2013 00:14, Ian Romanick wrote: I added some comments, but I think the extension is pretty much fine for at least Wine's purposes. GLX_ARB_create_context and GLX_ARB_create_context_profile are required. It's probably not a big d

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-06 Thread Fredrik Höglund
On Saturday 02 March 2013, Ian Romanick wrote: > GLX_RENDERER_OPENGL_CORE_PROFILE_VERSION_MESA >2 Maximum core profile > major and >minor version supported > by the >

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-05 Thread Henri Verbeet
On 2 March 2013 00:14, Ian Romanick wrote: > I added some comments, but I think the extension is pretty much fine for at least Wine's purposes. > GLX_ARB_create_context and GLX_ARB_create_context_profile are required. > It's probably not a big deal since just about everyone implements these,

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-03 Thread Ian Romanick
On 03/01/2013 05:05 PM, Paul Berry wrote: On 1 March 2013 15:14, Ian Romanick mailto:i...@freedesktop.org>> wrote: Since last September I've been gradually working on an extension to let applications query information about the renderer before (and after) creating a context. I've ta

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-03 Thread Ian Romanick
On 03/01/2013 09:30 PM, Nicholas Miell wrote: On 03/01/2013 03:14 PM, Ian Romanick wrote: New Procedures and Functions Bool glXQueryRendererIntegerMESA(Display *dpy, int screen, int renderer, int attribute, unsigne

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-03 Thread Ian Romanick
On 03/02/2013 07:00 AM, Christoph Bumiller wrote: On 02.03.2013 00:14, Ian Romanick wrote: Since last September I've been gradually working on an extension to let applications query information about the renderer before (and after) creating a context. I've talked it over with a few ISVs and wit

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-02 Thread Christoph Bumiller
On 02.03.2013 00:14, Ian Romanick wrote: > Since last September I've been gradually working on an extension to > let applications query information about the renderer before (and > after) creating a context. I've talked it over with a few ISVs and > with various other folks. I also gathered some

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-01 Thread Nicholas Miell
On 03/01/2013 03:14 PM, Ian Romanick wrote: > New Procedures and Functions > > Bool glXQueryRendererIntegerMESA(Display *dpy, int screen, > int renderer, int attribute, > unsigned int *value); > Bool glXQueryCurrentR

Re: [Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-01 Thread Paul Berry
On 1 March 2013 15:14, Ian Romanick wrote: > Since last September I've been gradually working on an extension to let > applications query information about the renderer before (and after) > creating a context. I've talked it over with a few ISVs and with various > other folks. I also gathered s

[Mesa-dev] [RFC] GLX_MESA_query_renderer

2013-03-01 Thread Ian Romanick
Since last September I've been gradually working on an extension to let applications query information about the renderer before (and after) creating a context. I've talked it over with a few ISVs and with various other folks. I also gathered some input from folks at FOSDEM after my talk ther