Re: [Mesa-dev] [Mesa-bug] Clipping bug in

2000-04-21 Thread Kevin Day
> > Program received signal SIGFPE, Arithmetic exception. > > transform_points3_3d_no_rot_raw (to_vec=0x80b4000, mat=0x80b5000, >from_vec=0x80b500c, > > mask=0x18 , flag=4) at xform_tmp.h:680 > > 680 to[i][0] = m0 * ox + m12 ; > > (gdb) bt > > #0 trans

Re: [Mesa-dev] [Mesa-bug] Clipping bug in

2000-04-12 Thread Brian Paul
Kevin Day wrote: > > > > > > > To follow up, this still happens in 3.2 beta 1. What can I do to help track > > > this down further? > > > > > > To disable that one function and use the default C implementation instead, > > I think this would work: > > > > Modify Mesa/src/X86/x86.c in the gl_init_

Re: [Mesa-dev] [Mesa-bug] Clipping bug in

2000-04-12 Thread Kevin Day
> > > > To follow up, this still happens in 3.2 beta 1. What can I do to help track > > this down further? > > > To disable that one function and use the default C implementation instead, > I think this would work: > > Modify Mesa/src/X86/x86.c in the gl_init_x86_asm_transforms() function: >

Re: [Mesa-dev] [Mesa-bug] Clipping bug in

2000-04-11 Thread Brian Paul
Kevin Day wrote: > > > > > Yeah, I really have no example of this that will just compile as is on > > anyone's system but ours, since I don't have an X system available to port > > this to. The GL stuff is really simple, and what else is there is just the > > bare minimum to put things on the scr

Re: [Mesa-dev] [Mesa-bug] Clipping bug in

2000-04-11 Thread Kevin Day
> > Yeah, I really have no example of this that will just compile as is on > anyone's system but ours, since I don't have an X system available to port > this to. The GL stuff is really simple, and what else is there is just the > bare minimum to put things on the screen, I can try to strip it do

Re: [Mesa-dev] [Mesa-bug] Clipping bug in

2000-04-11 Thread Kevin Day
> > Kevin Day wrote: > > > > I've got a small program that will cause a segfault: > > > > Program received signal SIGFPE, Arithmetic exception. > > 0x281824d8 in gl_x86_transform_points3_3d_no_rot_raw () > >from /t/video/libGL.so.3 > > (gdb) bt > > #0 0x281824d8 in gl_x86_transform_points3

Re: [Mesa-dev] [Mesa-bug] Clipping bug in gl_x86_transform_points3_3d_no_rot_raw (Mesa-3.1)

2000-04-11 Thread Brian Paul
Kevin Day wrote: > > I've got a small program that will cause a segfault: > > Program received signal SIGFPE, Arithmetic exception. > 0x281824d8 in gl_x86_transform_points3_3d_no_rot_raw () >from /t/video/libGL.so.3 > (gdb) bt > #0 0x281824d8 in gl_x86_transform_points3_3d_no_rot_raw () >

[Mesa-dev] [Mesa-bug] Clipping bug in gl_x86_transform_points3_3d_no_rot_raw (Mesa-3.1)

2000-04-11 Thread Kevin Day
I've got a small program that will cause a segfault: Program received signal SIGFPE, Arithmetic exception. 0x281824d8 in gl_x86_transform_points3_3d_no_rot_raw () from /t/video/libGL.so.3 (gdb) bt #0 0x281824d8 in gl_x86_transform_points3_3d_no_rot_raw () from /t/video/libGL.so.3 #1 0x80