On Mon, 2007-10-29 at 15:16 -0700, Jesse Barnes wrote:
> Arg, eventually I'll send this mail correctly (last one was rejected
> since my @intel.com address isn't a subscriber).
Not rejected, just caught in the moderation queue. (BTW, to anyone
posting to lists from several addresses: Delivery ca
Yuck. I thought I had traced that function to make sure dPriv would
exist at that point, but I guess not.
We still need to initialize those fields correctly though... Can any
radeon hackers tell me if this one is more correct?
Thanks,
Jesse
On Monday, October 29, 2007 2:17 pm Chris Rankin wro
Arg, aside from the fact that it won't compile... here's another try.
Jesse
On Monday, October 29, 2007 3:13 pm Jesse Barnes wrote:
> Yuck. I thought I had traced that function to make sure dPriv would
> exist at that point, but I guess not.
>
> We still need to initialize those fields correctl
--- Jesse Barnes <[EMAIL PROTECTED]> wrote:
> Arg, eventually I'll send this mail correctly (last one was rejected
> since my @intel.com address isn't a subscriber).
>
> How does this one look?
Well, it compiles and doesn't crash... ;-)
Cheers,
Chris
__
Arg, eventually I'll send this mail correctly (last one was rejected
since my @intel.com address isn't a subscriber).
How does this one look?
Thanks,
Jesse
On Monday, October 29, 2007 2:17 pm Chris Rankin wrote:
> Hi,
>
> A NULL pointer is killing OpenGL for my Radeon 9200; here's a quick
> fix
Hi,
A NULL pointer is killing OpenGL for my Radeon 9200; here's a quick fix.
Cheers,
Chris
diff --git a/src/mesa/drivers/dri/r200/r200_context.c
b/src/mesa/drivers/dri/r200/r200_context.c
index 2b18889..6d2392d 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r20