Re: [Dri-devel] Re: [Dri-users] Problem with latest trunk and i810?

2003-05-29 Thread Jens Owen
Keith Whitwell wrote:
Jens Owen wrote:

My apologies for sending my first reply to dri-devel.  This is really 
a dri-users configuration issue.  However, there is one aspect to this 
posting that may be very relevant to dri-devel.

Jens Owen wrote:

I remember a recent change to support a 32 bit depth buffer and I 
wonder if that's on by default.


Looking the the back buffer allocation code in i810_dri.c, it doesn't 
look like 32bit back buffers are supported.

The i810 only supports 3d at 16bpp color depths.
Right, my mistake in the description.  Does the current i810 driver 
support 32bit *depth* buffering?

--
   /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Re: [Dri-users] Problem with latest trunk and i810?

2003-05-29 Thread Jens Owen
Keith Whitwell wrote:
Jens Owen wrote:

Keith Whitwell wrote:

Jens Owen wrote:

My apologies for sending my first reply to dri-devel.  This is 
really a dri-users configuration issue.  However, there is one 
aspect to this posting that may be very relevant to dri-devel.

Jens Owen wrote:

I remember a recent change to support a 32 bit depth buffer and I 
wonder if that's on by default.




Looking the the back buffer allocation code in i810_dri.c, it 
doesn't look like 32bit back buffers are supported.

The i810 only supports 3d at 16bpp color depths.


Right, my mistake in the description.  Does the current i810 driver 
support 32bit *depth* buffering?


I don't think so.
You right.  I found the old e-mail from Ian on depth buffer changes and 
it was to support 16-bit depth on the R128 driver...

Sorry for the noise.

--
   /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Re: [Dri-users] Problem with latest trunk and i810?

2003-05-29 Thread Keith Whitwell
Jens Owen wrote:
Keith Whitwell wrote:

Jens Owen wrote:

My apologies for sending my first reply to dri-devel.  This is really 
a dri-users configuration issue.  However, there is one aspect to 
this posting that may be very relevant to dri-devel.

Jens Owen wrote:

I remember a recent change to support a 32 bit depth buffer and I 
wonder if that's on by default.




Looking the the back buffer allocation code in i810_dri.c, it doesn't 
look like 32bit back buffers are supported.

The i810 only supports 3d at 16bpp color depths.


Right, my mistake in the description.  Does the current i810 driver 
support 32bit *depth* buffering?
I don't think so.

Keith



---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] Re: [Dri-users] Problem with latest trunk and i810?

2003-05-29 Thread Jens Owen
R Deepak wrote:
Hi,

I use RedHat 9 with a custom compiled 2.4.21-rc4 and the latest DRI
(checked out two hours back :).
But DIR doesn't seem to work with my i810 chipset. I'm attaching my
'dmesg' and 'XFree86.0.log'. Any help would be nice. :)
(logs compressed because of the 40kb limit!)
glxinfo says direct rendering is disabled.

These are the relevant portions from my XF86Config file.

--
Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
Load  "dri"
EndSection
VideoRam16384
Either increase this value or...

EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes"1280x1024" "1024x768" "800x600" "640x480"
drop the 1280x1024 mode.  There simply isn't enough memory to support 
the DRI running in this mode.

EndSubSection
EndSection
Section "DRI"
Group0
Mode 0666
EndSection
---

Thanks
Did this configuration work with the default X Server installed with Red 
Hat 9?  I remember a recent change to support a 32 bit depth buffer and 
I wonder if that's on by default.

--
   /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Re: [Dri-users] Problem with latest trunk and i810?

2003-05-29 Thread Keith Whitwell
Jens Owen wrote:
My apologies for sending my first reply to dri-devel.  This is really a 
dri-users configuration issue.  However, there is one aspect to this 
posting that may be very relevant to dri-devel.

Jens Owen wrote:

I remember a recent change to support a 32 bit depth buffer and I 
wonder if that's on by default.


Looking the the back buffer allocation code in i810_dri.c, it doesn't 
look like 32bit back buffers are supported.

The i810 only supports 3d at 16bpp color depths.

Keith



---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] Re: [Dri-users] Problem with latest trunk and i810?

2003-05-29 Thread Jens Owen
My apologies for sending my first reply to dri-devel.  This is really a 
dri-users configuration issue.  However, there is one aspect to this 
posting that may be very relevant to dri-devel.

Jens Owen wrote:
I remember a recent change to support a 32 bit depth buffer and 
I wonder if that's on by default.
Looking the the back buffer allocation code in i810_dri.c, it doesn't 
look like 32bit back buffers are supported.

Ian, is my memory failing me, or were you looking at this a few months ago?

--
   /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado


---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel