Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-04-16 Thread Ian Romanick
On 04/06/2013 11:36 AM, Stefan Brüns wrote: Am Freitag, 22. März 2013, 11:46:52 schrieben Sie: To call glFoo, the xserver (or libGL) does (dispatch_table[offset_of_glFoo])(...); To set the pointer for the glFoo function, the driver does dispatch_table[remap_table[remap_offset_of_

Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-04-14 Thread Stefan Brüns
Ping! Am Samstag, 6. April 2013, 20:36:50 schrieb Stefan Brüns: > Am Freitag, 22. März 2013, 11:46:52 schrieben Sie: > > To call glFoo, the xserver (or libGL) does > > > > (dispatch_table[offset_of_glFoo])(...); > > > > To set the pointer for the glFoo function, the driver does > > > >

Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-04-06 Thread Stefan Brüns
Am Freitag, 22. März 2013, 11:46:52 schrieben Sie: > To call glFoo, the xserver (or libGL) does > > (dispatch_table[offset_of_glFoo])(...); > > To set the pointer for the glFoo function, the driver does > > dispatch_table[remap_table[remap_offset_of_glFoo]] = driver_glFoo; Thanks fo

Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-03-20 Thread Stefan Brüns
On Wednesday 20 March 2013 15:47:24 you wrote: > On 03/20/2013 02:43 PM, Stefan Brüns wrote: > > On Tuesday 12 March 2013 09:25:07 Ian Romanick wrote: > >> On 03/10/2013 11:24 AM, Stefan Brüns wrote: > >>> Hi everyone, > >>> > >>> I have run into a problem leading to a crashing X server for a bunc

Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-03-20 Thread Stefan Brüns
On Wednesday 20 March 2013 15:47:24 you wrote: > On 03/20/2013 02:43 PM, Stefan Brüns wrote: > > On Tuesday 12 March 2013 09:25:07 Ian Romanick wrote: > >> On 03/10/2013 11:24 AM, Stefan Brüns wrote: > >>> Hi everyone, > >>> > >>> I have run into a problem leading to a crashing X server for a bunc

Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-03-20 Thread Ian Romanick
On 03/20/2013 02:43 PM, Stefan Brüns wrote: On Tuesday 12 March 2013 09:25:07 Ian Romanick wrote: On 03/10/2013 11:24 AM, Stefan Brüns wrote: Hi everyone, I have run into a problem leading to a crashing X server for a bunch of indirect GLX calls. This problem affects any OpenGL clients using

Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-03-20 Thread Stefan Brüns
On Tuesday 12 March 2013 09:25:07 Ian Romanick wrote: > On 03/10/2013 11:24 AM, Stefan Brüns wrote: > > Hi everyone, > > > > I have run into a problem leading to a crashing X server for a bunch of > > indirect GLX calls. > > > > This problem affects any OpenGL clients using indirect rendering and

Re: [Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-03-12 Thread Ian Romanick
On 03/10/2013 11:24 AM, Stefan Brüns wrote: Hi everyone, I have run into a problem leading to a crashing X server for a bunch of indirect GLX calls. This problem affects any OpenGL clients using indirect rendering and calling functions which are outside the ABI. Problems range from malfunctioni

[Mesa-dev] Mismatch between Mesas dispatch table and the one used by the X server

2013-03-10 Thread Stefan Brüns
Hi everyone, I have run into a problem leading to a crashing X server for a bunch of indirect GLX calls. This problem affects any OpenGL clients using indirect rendering and calling functions which are outside the ABI. Problems range from malfunctioning to crashes. Problem analysis: The disp