Re: [Mesa3d-dev] Get unexpected result when packing data with special type and format into a group

2007-01-30 Thread Brian Paul
Roland Scheidegger wrote: > Xiang, Haihao wrote: >> Hi, >> >> I noticed Mesa will get unexpected result when it packs data >> with special type and format into a group. The following patch can >> correct this issue. >> >> If it is right, I will check it into git. >> >> >> >> diff --git a

Re: [Mesa3d-dev] Mesa tip has a compilation error

2007-01-30 Thread Brian Paul
Wu, Nian wrote: > > When I compiled the Mesa tip, there is an error: > In src/mesa/glapi/glapitemp.h Line #4868, argument "pointer" should be > "params". > Who could fix it? Thanks, Not really an error, but I've made the change. -Brian -

Re: [Mesa3d-dev] vbo branch active again

2007-01-30 Thread Roland Scheidegger
Keith Whitwell wrote: >> I'd guess it has to do with the _ae_loopback_array_elt function not >> being called anymore, the single-vertex-emit fallback really had a >> high-impact (mostly because of the too large arrays) - for some reason >> this fallback seemed faster in mesa 5, but with vbo it's go

Re: [Mesa3d-dev] Get unexpected result when packing data with special type and format into a group

2007-01-30 Thread Roland Scheidegger
Xiang, Haihao wrote: > Hi, > > I noticed Mesa will get unexpected result when it packs data > with special type and format into a group. The following patch can > correct this issue. > > If it is right, I will check it into git. > > > > diff --git a/src/mesa/main/image.c b/src/mesa/m

Re: [Mesa3d-dev] GLX_SGI_video_sync on i945

2007-01-30 Thread Michel Dänzer
On Tue, 2007-01-30 at 10:24 +0100, Ulrich von Zadow wrote: > > I've been trying to get handling of vertical blank waits working on an > i945 (Mesa 6.5.1 using the i810 driver) without success. Specifically, > WaitVideoSyncSGI causes waits that are much too long when used to wait > for more than on

Re: [Mesa3d-dev] vbo branch active again

2007-01-30 Thread Keith Whitwell
Roland Scheidegger wrote: > Keith Whitwell wrote: >>> No, basically everything seems to be working. I was a bit concerned >>> with the limits when the split occurs, but that seems to work fine >>> on r200 (though probably not optimal since it's really a buffer >>> size limit not a fixed vertex c

[Mesa3d-dev] GLX_SGI_video_sync on i945

2007-01-30 Thread Ulrich von Zadow
Hello, I've been trying to get handling of vertical blank waits working on an i945 (Mesa 6.5.1 using the i810 driver) without success. Specifically, WaitVideoSyncSGI causes waits that are much too long when used to wait for more than one vblank (i.e. WaitVideoSyncSGI(2, 0, &count) results in about

[Mesa3d-dev] Mesa tip has a compilation error

2007-01-30 Thread Wu, Nian
When I compiled the Mesa tip, there is an error: In src/mesa/glapi/glapitemp.h Line #4868, argument "pointer" should be "params". Who could fix it? Thanks, Nian - Take Surveys. Earn Cash. Influence the Future of IT Join Sourc