Re: R280 texture pipe bug still there [PATCH]

2005-08-25 Thread Alex Deucher
On 8/25/05, Philipp Klaus Krause <[EMAIL PROTECTED]> wrote: > > > > > > > believe it or not pkgconfig actually makes your life easier...once you > > get to know it ;) It's the unix way. It basically tells you where to > > find header information for various packages. You copy the package's > >

Re: R280 texture pipe bug still there [PATCH]

2005-08-25 Thread Philipp Klaus Krause
> > > believe it or not pkgconfig actually makes your life easier...once you > get to know it ;) It's the unix way. It basically tells you where to > find header information for various packages. You copy the package's > .pc file to the pkgconfig directory (often /usr/lib/pkgconfig). then >

Re: R280 texture pipe bug still there [PATCH]

2005-08-25 Thread Alex Deucher
On 8/25/05, Alan Grimes <[EMAIL PROTECTED]> wrote: > Daniel Stone wrote: > > On Thu, 2005-08-25 at 00:44 -0500, Alan Grimes wrote: > > > >>>^^^ Just install libdrm from DRM CVS. It's a requirement now. > >> > >>IN FILE xf86drm.h AND include/GL/internal/dri_interface.h CHANGE > >> > >>#include

Re: R280 texture pipe bug still there [PATCH]

2005-08-25 Thread Alan Grimes
Daniel Stone wrote: > On Thu, 2005-08-25 at 00:44 -0500, Alan Grimes wrote: > >>>^^^ Just install libdrm from DRM CVS. It's a requirement now. >> >>IN FILE xf86drm.h AND include/GL/internal/dri_interface.h CHANGE >> >>#include >> >>#include >> > > All that does is paper over the c

Re: R280 texture pipe bug still there [PATCH]

2005-08-25 Thread Daniel Stone
On Thu, 2005-08-25 at 00:44 -0500, Alan Grimes wrote: > > ^^^ Just install libdrm from DRM CVS. It's a requirement now. > > IN FILE xf86drm.h AND include/GL/internal/dri_interface.h CHANGE > > #include > > #include > All that does is paper over the cracks. It's a symptom of pk

Re: R280 texture pipe bug still there [PATCH]

2005-08-24 Thread Alan Grimes
> ^^^ Just install libdrm from DRM CVS. It's a requirement now. IN FILE xf86drm.h AND include/GL/internal/dri_interface.h CHANGE #include #include -- Friends don't let friends use GCC 3.4.4 GCC 3.3.6 produces code that's twice as fast on x86! Non-sequiter item: Charleston, S

Re: R280 texture pipe bug still there

2005-08-24 Thread Eric Anholt
On Wed, 2005-08-24 at 23:58 -0500, Alan Grimes wrote: > > I think this should be fixed in CVS, though I couldn't test due to libGL > > issues. Could you test and see if it works now? > > I just tried a build and got this error: > > > [EMAIL PROTECTED] ~/source/Mesa $ make linux-dri-x86 > (cd co

Re: R280 texture pipe bug still there

2005-08-24 Thread Alan Grimes
> I think this should be fixed in CVS, though I couldn't test due to libGL > issues. Could you test and see if it works now? I just tried a build and got this error: [EMAIL PROTECTED] ~/source/Mesa $ make linux-dri-x86 (cd configs && rm -f current && ln -s linux-dri-x86 current) make default ma

Re: R280 texture pipe bug still there

2005-08-24 Thread Eric Anholt
On Thu, 2005-08-18 at 14:19 -0500, Alan Grimes wrote: > I installed the latest CVS DRM source a few days ago. (the kernel > modules), and it is still broken! =( > > Maybe if someone could point me in the general vicinity of the culprit, > I could take a whack at it myself... > > [EMAIL PROTECTED]

Re: R280 texture pipe bug still there

2005-08-19 Thread Michel Dänzer
On Thu, 2005-08-18 at 14:19 -0500, Alan Grimes wrote: > I installed the latest CVS DRM source a few days ago. (the kernel > modules), and it is still broken! =( > > Maybe if someone could point me in the general vicinity of the culprit, > I could take a whack at it myself... > > [EMAIL PROTECTED]