Re: Xglx and hardware renderers

2005-02-23 Thread Alexander E. Patrakov
On Tuesday 22 February 2005 21:06, Ian Romanick wrote: > Alexander E. Patrakov wrote: > > 3) I couldn't start Xglx at 1024x768 with Mesa as of Sunday, Feb 20, 2005 > > with LIBGL_ALWAYS_INDIRECT=1 in the environment. The error is: > > > > X Error of failed reque

Re: Xglx and hardware renderers

2005-02-22 Thread Alexander E. Patrakov
Ian Romanick wrote: > Alexander E. Patrakov wrote: >> X Error of failed request: BadLength (poly request too large or internal >> Xlib length error) > run the following command. After that, you'll have to rebuild Mesa > with 'linux-dri' or '

Xglx and hardware renderers

2005-02-22 Thread Alexander E. Patrakov
5 (GLX) Minor opcode of failed request: 1 (X_GLXRender) Serial number of failed request: 85 Current serial number in output stream: 86 The largest possible screen size without this error is 64x64. 4) With libGL.so from fglrx, but LIBGL_ALWAYS_INDIRECT=1, there are no artifacts.

[PATCH] R200 viewport artifact

2005-02-08 Thread Alexander E. Patrakov
Hello, On Sat Nov 27 22:47:59 2004 UTC, there was a big commit into Mesa CVS by brianp, with the following comment: > Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). > Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() > if necessary. The r200 driver fails