Re: r200 lockup in radeon_cp_texture/radeon_freelist_get

2009-02-19 Thread Arkadi Shishlov
Roland Scheidegger wrote: > I suspect you're hitting a r200 asic bug, which isn't present in rv250 > and other r200 family members. There are workarounds in the driver for > this (see r200UpdateTextureState), but to my knowledge they are > insufficient for two-pass ATI_fragment_shader shaders. Ther

r200 lockup in radeon_cp_texture/radeon_freelist_get

2009-02-18 Thread Arkadi Shishlov
Hi! I have Radeon8500LE 128MB AGP successfully running under Fedora Rawhide and DRI is working, but I tried Doom3 and it freezes at loading screen. I understand that priorities may have shifted to get R5xx-R7xx cards into 3D, but until new DRI/DRM bits arrives, this issue probably affects all r

Re: [Dri-devel] RE: future of DRI?

2003-02-28 Thread Arkadi Shishlov
rt 'more' common source base which is also under total vendor control. There also multiple accelerated heads issue with current DRI.. arkadi. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heave

Re: [Dri-devel] Regression in mga driver compared to 4.2.1

2003-02-08 Thread Arkadi Shishlov
On Sun, Feb 09, 2003 at 01:31:19AM +0200, Arkadi Shishlov wrote: > It tries to draw a smoke cloud particle effect. Internally it use 64x64 Me bad. It is actually a polygon from explosion cause I had particles turned off at these screenshots. Anyway Alpha channel doesn't work in all plac

Re: [Dri-devel] Regression in mga driver compared to 4.2.1

2003-02-08 Thread Arkadi Shishlov
in GL_LINEAR mode, blend func - src_alpha, one_minus_src_alpha, texture is constructed from GL_UNSIGNED_BYTE array. The system is Debian unstable, gcc 3.2.2. The card is G200 8MB AGP. BTW, the card is AGP 1.0, but the driver allow me to set AgpMode to 2 which results in X server and card loc

[Dri-devel] Regression in mga driver compared to 4.2.1

2003-02-08 Thread Arkadi Shishlov
ifact seem to appear when Quake dynamic lighting hit the scene. Basically, the more you shoot, the more rainbows are on the screen. Lightmaps itself doesn't work either. Distribution of colored vertices is stable while there is no shooting

Re: [Dri-devel] mach64 blend

2003-02-05 Thread Arkadi Shishlov
On Tue, Feb 04, 2003 at 09:51:30PM -0500, Leif Delgass wrote: > On Wed, 5 Feb 2003, Arkadi Shishlov wrote: > > What do you mean by aren't fully compliant? Final A = Fragment A or > > Final A = Texture A? It looks like Fragment A.. > > Yes, I think that's right. A

Re: [Dri-devel] mach64 blend

2003-02-04 Thread Arkadi Shishlov
On Tue, Jan 28, 2003 at 11:01:53PM -0500, Leif Delgass wrote: > On Wed, 29 Jan 2003, Arkadi Shishlov wrote: > > - 'Texture environment modes: GL_BLEND is done in software..' - mean > > glTexEnv(GL_BLEND) is software. GL_DECAL is hw accelerated. > > GL_MODU

Re: [Dri-devel] Bug in compilation?

2003-02-03 Thread Arkadi Shishlov
omething other than /usr/X11R6, for example: #define ProjectRoot /home/arkadi/opt/X11R6-DRI-mesa-4-0-4-branch make World fails because X server linking process asks for some static libraries using absolute patch. I don't have a log file right now, but I'm sure the libraries are libXdmcp.

Re: [Dri-devel] Streaming video through glTexSubImage2D

2003-01-31 Thread Arkadi Shishlov
stood it correctly? Probably you can advice MPlayer HQ to use multiple textures in a ring to speedup mplayer on DRI (in case original problem poster system is not CPU bound)? arkadi. --- This SF.NET email is sponsored by: SourceForge Enterprise Editi

Re: [Dri-devel] Streaming video through glTexSubImage2D

2003-01-31 Thread Arkadi Shishlov
e of low performance with DRI?). It always upload in RGB format, so probably much of the CPU is spent in yuv2rgb(). How glTexSubImage2D can upload full texture? The original source is gone, does it keep a copy internally? arkadi. --- This SF.NE

Re: [Dri-devel] Streaming video through glTexSubImage2D

2003-01-31 Thread Arkadi Shishlov
if CPU is powerful enough). I don't know much about extensions you mentioned, but how much you'll save with MPlayer? One memcpy() (assuming it doesn't wait for texture upload)? arkadi. --- This SF.NET email is sponsored by: SourceForge

[Dri-devel] mach64 blend

2003-01-28 Thread Arkadi Shishlov
er copy already rendered chunk from framebuffer, pass it to Mesa, then copy back? arkadi. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _

Re: [Dri-devel] Configuration file format survey

2003-01-28 Thread Arkadi Shishlov
time is not an issue, /bin/ls doesn't use DRI, OpenGL programs are rare started up. arkadi. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http:/

Re: [Dri-devel] Configuration file format survey

2003-01-27 Thread Arkadi Shishlov
ependencies on XML parser, which in turn also have dependencies. It is also possible to rebuild XML parser in some binary incompatible way.. arkadi. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = So

Re: [Dri-devel] DRI-CVS pseudo-lockups on radeon.o (Radeon VE/7000)

2003-01-26 Thread Arkadi Shishlov
On Sun, Jan 26, 2003 at 03:37:03PM +, [EMAIL PROTECTED] wrote: > Program received signal SIGFPE, Arithmetic exception. > 0x404fc600 in ?? () > (gdb) quit You need to continue here. OpenGL library is trying to determine SSE extension availability.

Re: [Dri-devel] i845 dma problems (from user list)

2003-01-25 Thread Arkadi Shishlov
(only) used in dri.c to call drmAddMap(DRM_FRAME_BUFFER): pDRIInfo->frameBufferPhysicalAddress = pI830->LinearAddr + pI830->FrontBuffer.Start; Now the only wish I have is more ARB_texture extensions.. :)

Re: [Dri-devel] i845 dma problems (from user list)

2003-01-23 Thread Arkadi Shishlov
Will it be in 4.3.0? Any chances to get hw accelerated ARB_cube_map in i830? arkadi. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___

[Dri-devel] i845 dma problems (from user list)

2003-01-23 Thread Arkadi Shishlov
blem? If you have any patches or tips how to solve this, please let me know, I will be more than happy to test it. arkadi. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!

Re: [Dri-devel] Newer Radeon cards and ATIs driver

2003-01-23 Thread arkadi
specific to ATI binary drivers. Feedback form on ATI website? arkadi. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _