Re: [Mesa-dev] r300g terribly broken on rv350

2013-01-09 Thread son_of_the_osiris
W dniu 09.01.2013 10:36, Marek Olšák pisze: Could you please try this patch? Marek On Tue, Jan 8, 2013 at 7:08 PM, wrote: I just update my mesa-git and it look like opengl is broken in rv350.In kernel log I see Forbidden register 0x4BE0 in cs at 42 (val=) radeon_cs_ib_chunk] *ERROR*

[Mesa-dev] r300g terribly broken on rv350

2013-01-09 Thread son_of_the_osiris
I just update my mesa-git and it look like opengl is broken in rv350.In kernel log I see Forbidden register 0x4BE0 in cs at 42 (val=) radeon_cs_ib_chunk] *ERROR* Invalid command stream ! I must say that 2 days ago also was something changed in r300g and I have got black screen when I r

Re: [Mesa-dev] [PATCH] r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2

2012-11-02 Thread son_of_the_osiris
If an instruction reads from a constant register that contains immediates using an invalid swizzle, we can avoid generating MOV instructions to fix up the swizzle by loading the immediates into a different constant register that can be read using a valid swizzle. This only affects r300 and r400 c

Re: [Mesa-dev] [PATCH] r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles

2012-10-14 Thread son_of_the_osiris
Here is what valgrind says: [root@tomek-pc pc-linux64]# valgrind /root/Desktop/Lightsmark2008.2.0/bin/pc-linux64/backend ==699== Memcheck, a memory error detector ==699== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==699== Using Valgrind-3.8.1 and LibVEX; rerun with -h for c

[Mesa-dev] [PATCH] r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles

2012-10-10 Thread son_of_the_osiris
I cant run LightMark 2008 with this patch. I have got: This is Lightsmark 2008 [Linux 64bit] log. Check it if benchmark doesn't work properly. Penumbra quality: 8/8 on Gallium 0.4 on ATI RV350. Loading Lightsmark2008.cfg... Loading objects/I_Robot_female_HD.3DS... Loading scenes/wop_padatti

Re: [Mesa-dev] r300g broken

2012-08-27 Thread son_of_the_osiris
>Please run "git clean -fdX" in the Mesa repository and then >reconfigure and rebuild. Almost the same, even with this change: r300/compiler: Use variable lists in the rename_regs pass When I run opera with HW enabled in valgrind I see something like this: r300: DRM version: 2.17.0, Name: ATI

[Mesa-dev] r300g broken

2012-08-24 Thread son_of_the_osiris
Hello ,r300g driver in current git master was compiled fine, also I cannot see anything disturbing in logs.Unfortunatelly when I try to run any opengl app it crashed (segfault). ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.free

[Mesa-dev] [PATCH] st/vdpau: fix YCbCr down/up-loads for buffers larger than requested

2012-06-21 Thread son_of_the_osiris
I cannot play some HD videos with even with current git master via VDPAU. Before I got some errors about unsupported pixel format from mplayer.However when I enable NPOT for video (on radeon 9600) I can see the movie without a problem.So maybe it is safe to enable it? __

[Mesa-dev] nouveau_vieux problem?

2011-06-03 Thread son_of_the_osiris
When I try to enable kdewin effects I get crash and there is something like this in .xsesion-errors libEGL warning: DRI2: failed to find _glapi_get_proc_address libEGL fatal: DRI2: did not find extension DRI_IMAGE version 1 I am using current mesa and xorg-server and xf86-video-nouveau from git.

[Mesa-dev] Nouveau DRI build error

2011-04-13 Thread son_of_the_osiris
With current git master I have got following error: gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../include -I../../../../../src/mapi -I../../../../../src/mesa -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri -I/usr/include/libdrm -march=

[Mesa-dev] Removing ARB_imaging subset extensions

2010-09-27 Thread son_of_the_osiris
>Older nvidia cards implement GL_EXT_paletted_texture in hw. I just started to >playing with this on nv11 So when we could play with GL_EXT_paletted_texure and GL_ARB/EXT_texture_cube_maps ??? vdrift dont work with the current nouveau driver :/ :0 --

[Mesa-dev] [PATCH] Trivially enable GL_ARB_texture_border_clamp for nouveau_vieux

2010-09-18 Thread son_of_the_osiris
Hi. On my machine with nv17 graphics card with mesa-git and your patch I have these extensions only enabled: OpenGL vendor string: Nouveau OpenGL renderer string: Mesa DRI nv17 20091015 x86/MMX+/3DNow!+/SSE OpenGL version string: 1.2 Mesa 7.9-devel OpenGL extensions: GL_ARB_draw_buffers, GL

[Mesa-dev] Some questions about nouveau classic driver

2010-09-08 Thread son_of_the_osiris
Hi. I have running linux on my very old machine with nv17 card and I am impressed that kde4 with nouveau driver work so fast. I am also curious about few things: 1. In nvfx was implemented sot so long time ago a new 2d engine. It wil be ported to classic dri driver too ? 2. Will be added s

[Mesa-dev] nouveau_vieux_dri.so cant be build because of changes in nvfx

2010-09-06 Thread son_of_the_osiris
After some changes in gallium nvfx I have a problem with classic dri driver. When I try to compile I got these error message: nv04_context.c:31:27: fatal error: nouveau_class.h: No such file or directory compilation terminated. make[6]: *** [nv04_context.o] error 1 Can someone fix this ? ch