[Mesa3d-dev] [Bug 5835] xorg-server use wrong datatypes compiling glcontextmodes.c imported from Mesa

2006-02-09 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=5835 --- Additional Comments From [EMAIL PROTECTED] 2006-02-09 19:14 --- (In

[Mesa3d-dev] CVS problem

2006-02-09 Thread Jacob (=Jouk) Jansen
Hi all, I try to commit a file to the CVS. Everything goes fine until the end, but... after editing the update message cvs stops without sendig the file and without any error message. Has someone changed something on the server-side? Jouk Bush : All votes are equal but some

[Mesa3d-dev] [Bug 5835] xorg-server use wrong datatypes compiling glcontextmodes.c imported from Mesa

2006-02-09 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=5835 --- Additional Comments From [EMAIL PROTECTED] 2006-02-10 01:24 --- OK,

Re: [Mesa3d-dev] CVS problem

2006-02-09 Thread Brian Paul
Jacob (=Jouk) Jansen wrote: Hi all, I try to commit a file to the CVS. Everything goes fine until the end, but... after editing the update message cvs stops without sendig the file and without any error message. Has someone changed something on the server-side? Not that I know of. I just did

[Mesa3d-dev] Mesa CVS Tip Does Not Build

2006-02-09 Thread Johnson, Charles F
I've been trying to a copy of the Mesa tree that has the Rotation and 945GM support that Alan H. checked in and it looks to me like the CVS tip does not currently build. I get: make[3]: Entering directory `/root/mesa/Mesa/src/glx/x11' gcc -c -I. -I../../../include

Re: [Mesa3d-dev] Mesa CVS Tip Does Not Build

2006-02-09 Thread Brian Paul
Johnson, Charles F wrote: I've been trying to a copy of the Mesa tree that has the Rotation and 945GM support that Alan H. checked in and it looks to me like the CVS tip does not currently build. I get: make[3]: Entering directory `/root/mesa/Mesa/src/glx/x11' gcc -c -I. -I../../../include

[Mesa3d-dev] math functions

2006-02-09 Thread Michał Król
Mesa uses its own replacement functions for C library functions. I need to use the following missing functions: float asin (float); float atan (float); Should I use the clib functions directly, or there is someone who takes care of it and who assures compatibility across different platforms and

Re: [Mesa3d-dev] math functions

2006-02-09 Thread Brian Paul
Michał Król wrote: Mesa uses its own replacement functions for C library functions. I need to use the following missing functions: float asin (float);float atan (float); Should I use the clib functions directly, or there is someone who takes care of it and who assures compatibility

[Mesa3d-dev] I915_PARAM_LAST_DISPATCH missing

2006-02-09 Thread Johnson, Charles F
I'm down to trying to build the i915_dri driver and am getting: gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../../drm/shared-core -I../../../../../include -I../../../../../include/GL/internal -I../../../../../src/mesa -I../../../../../src/mesa/main

Re: [Mesa3d-dev] I915_PARAM_LAST_DISPATCH missing

2006-02-09 Thread Dave Airlie
New libdrm needed.. Dave. On Thu, 9 Feb 2006, Johnson, Charles F wrote: I'm down to trying to build the i915_dri driver and am getting: gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../../drm/shared-core -I../../../../../include

Re: [Mesa3d-dev] I915_PARAM_LAST_DISPATCH missing

2006-02-09 Thread Alan Hourihane
On Thu, 2006-02-09 at 15:52 -0800, Johnson, Charles F wrote: I'm down to trying to build the i915_dri driver and am getting: gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../../drm/shared-core -I../../../../../include -I../../../../../include/GL/internal