On Sun, 01 Dec 2002 14:57:45 +0000
Keith Whitwell <[EMAIL PROTECTED]> wrote:

> Felix Kühling wrote:
[snip]
> > Index: radeon_state_init.c
> > ===================================================================
> > RCS file: /cvsroot/dri/xc/xc/lib/GL/mesa/src/drv/radeon/radeon_state_init.c,v
> > retrieving revision 1.6
> > diff -u -r1.6 radeon_state_init.c
> > --- radeon_state_init.c     25 Nov 2002 19:58:28 -0000      1.6
> > +++ radeon_state_init.c     1 Dec 2002 12:49:17 -0000
> > @@ -337,6 +337,8 @@
> >     rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] = (RADEON_PLANE_MASK_ENABLE |
> >                                    color_fmt |
> >                                    (1<<15));
> > +   if (color_fmt == RADEON_COLOR_FORMAT_RGB565)
> > +       rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= RADEON_DITHER_ENABLE;
> 
> I'm pretty sure this is OK, but can you check what happens to conform and/or 
> glean after doing this?
> 
> Glean is a sourceforge project, I'm not sure where you can download conform 
> from.  If you can't find it, I'll do the conform check.

I couldn't run a complete glean test. It failed with "Error: Could not
get dma buffer... exiting". The strange thing is, this only happened if
the glean standard output went to an rxvt in the background. When I
redirected the output (stdout and stderr) to a file it stopped at the
same point with the same exit code 255 but without the error message. I
attached the output of glean. Could you tell me whether it is complete.
If it is I'll make another run without my changes and run glean -c.

I also tried glean with RADEON_TCL_FORCE_DISABLE. Then it stopped at the
same point, but didn't exit. It locked up the Xserver instead :-/

With 24bpp glean showed me lots of failed tests (didn't look any
closer). It stopped with the same error message as above.

As to conform, I didn't find any place to download it. I found some
comments about OpenGL conformance tests which are only available to
OpenGL licensees.

Felix

               __\|/__    ___     ___     ___
__Tschüß_______\_6 6_/___/__ \___/__ \___/___\___You can do anything,___
_____Felix_______\Ä/\ \_____\ \_____\ \______U___just not everything____
  [EMAIL PROTECTED]    >o<__/   \___/   \___/        at the same time!

Attachment: glean.out
Description: Binary data

Reply via email to