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_
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
> >
> >
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
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
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
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
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
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
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