Re: [Mesa3d-dev] [mesa] r300g dri/st: OpenArena corruptions with mesa-7.8 and master GIT

2010-03-21 Thread Sedat Dilek
Hi Dave, mesa master GIT world seems to be OK in OpenArena land, now. commit 162bc831c93bf8632b25c11f116a1405b93a1704 Author: Marek Olšák mar...@gmail.com r300g: align misaligned ushort vertex indices Thanks for fixing the issue(s). -- Sedat On Sat, Mar 20, 2010 at 10:02 PM, Dave Airlie

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread Chia-I Wu
Hi all, On Thu, Mar 18, 2010 at 10:11:12AM +0800, Chia-I Wu wrote: I've created a new branch, gallium-st-api-dri, that switches st/dri from st_public.h to st_api.h. The branch starts with four commits that move DRI1 support to a new file, followed by 2 commits to switch st/dri to st_api.h.

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread Sedat Dilek
Hi Chia-I (hope this is the first name), I've merged the branch. All Gallium DRI drivers now use st_api.h instead of st_public.h. If you notice any regression due the merge, please let me know so that I can work on it. The last days I have tested your gallium-st-api-dri GIT branch by merging

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread Chia-I Wu
On Sun, Mar 21, 2010 at 5:19 PM, Sedat Dilek sedat.di...@googlemail.com wrote: Hi Chia-I (hope this is the first name), It is :) I've merged the branch.  All Gallium DRI drivers now use st_api.h instead of st_public.h.  If you notice any regression due the merge, please let me know so that I can

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread Sedat Dilek
On Sun, Mar 21, 2010 at 10:33 AM, Chia-I Wu olva...@gmail.com wrote: On Sun, Mar 21, 2010 at 5:19 PM, Sedat Dilek sedat.di...@googlemail.com wrote: [...] Even I see OpenArena got a boost from ~25fps (7.8 GIT) to ~32fps (master GIT incl. gallium-st-api-dri merge) $ cat oa_benchmark.txt

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread STEVE555
Hi Chia-I Wu, I've just updated my copy of Mesa master today after your merge and the latest commits(from about 11:30 am GMT).I build Mesa with these configure options: ./configure --prefix=/usr --enable-32-bit --enable-xcb --enable-gallium-nouveau

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread Sedat Dilek
Maybe you try a git-hard-reset to the commit-no of the merge and then compile again. (To see if it is related to gallium-st-api-dri merge) $ git reset --hard 12deb9e6ca76d222badf71c8643e84640673e86d -- Sedat -- Download

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread George Sapountzis
That was commit 9ec29e31919e85f9230867f43841c0e74be930d3 when doing a pristine build. I reverted it for now. On Sun, Mar 21, 2010 at 2:31 PM, STEVE555 stevenward...@hotmail.com wrote: Hi Chia-I Wu,                   I've just updated my copy of Mesa master today after your merge and the

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread Chia-I Wu
On Sun, Mar 21, 2010 at 8:31 PM, STEVE555 stevenward...@hotmail.com wrote:                   I've just updated my copy of Mesa master today after your merge and the latest commits(from about 11:30 am GMT).I build Mesa with these configure options: ./configure --prefix=/usr --enable-32-bit

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread Marek Olšák
Please do git pull --rebase origin instead of git pull origin to avoid Merge branch 'master' of ... commits. -Marek On Sun, Mar 21, 2010 at 2:40 PM, George Sapountzis gsapount...@gmail.comwrote: That was commit 9ec29e31919e85f9230867f43841c0e74be930d3 when doing a pristine build. I reverted

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread George Sapountzis
On Sun, Mar 21, 2010 at 4:31 PM, Marek Olšák mar...@gmail.com wrote: Please do git pull --rebase origin instead of git pull origin to avoid Merge branch 'master' of ... commits. yes, i left them because the intervening commits happened between a local 'git clean -fdx' and a 'git push' ... to

Re: [Mesa3d-dev] New branch to switch st/dri to st_api.h

2010-03-21 Thread STEVE555
Hi George, Your revert commit fixed the probelm,thank you very much indeed. Regards, STEVE555 George Sapountzis wrote: On Sun, Mar 21, 2010 at 4:31 PM, Marek Olšák mar...@gmail.com wrote: Please do git pull --rebase origin instead of git pull origin to avoid

[Mesa3d-dev] [Bug 25994] [i915][GLSL] 'return' statement in vertex shader may cause GPU hang

2010-03-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25994 --- Comment #13 from Loose Vladimir wolde...@mimas.ru 2010-03-21 08:51:23 PST --- Happy to say, someone with nickname pino had looked at this bug report and tested shader.c and Mortal fragment shader on his hardware: Chipset: GM45 System

Re: [Mesa3d-dev] plumbing for gallium swrast_dri.so

2010-03-21 Thread George Sapountzis
On Sun, Mar 21, 2010 at 4:46 AM, Chia-I Wu olva...@gmail.com wrote: On Fri, Mar 19, 2010 at 09:57:41PM +0200, George Sapountzis wrote: The timing of the first attempt was unfortunate because it was in the middle of a re-factoring I had not realized it was happening. The good thing is that

Re: [Mesa3d-dev] softpipe/llvmpipe build regression

2010-03-21 Thread George Sapountzis
Can you please try a clean build ? softpipe_create_screen is defined in the newly added file soft_screen.c and maybe you did not rebuild drm/sw If I actually broke this as well, admittedly I should have stayed away from the computer today On Sun, Mar 21, 2010 at 6:42 PM, Xavier Chantry

Re: [Mesa3d-dev] softpipe/llvmpipe build regression

2010-03-21 Thread George Sapountzis
On Sun, Mar 21, 2010 at 6:50 PM, George Sapountzis gsapount...@gmail.com wrote: Can you please try a clean build ? softpipe_create_screen is defined in the newly added file soft_screen.c and maybe you did not rebuild drm/sw s/softpipe_create_screen/gallium_soft_create_screen/ in the above

Re: [Mesa3d-dev] softpipe/llvmpipe build regression

2010-03-21 Thread George Sapountzis
On Sun, Mar 21, 2010 at 6:50 PM, George Sapountzis gsapount...@gmail.com wrote: Can you please try a clean build ? softpipe_create_screen is defined in the newly added file soft_screen.c and maybe you did not rebuild drm/sw If I actually broke this as well, admittedly I should have stayed

Re: [Mesa3d-dev] Mesa (master): gallium: add soft screen helper

2010-03-21 Thread Keith Whitwell
George, This is basically a reproduction of a facility I had in target-helpers previously (swrast_screen.c or similar), which I removed after feedback from Jose that supporting it with scons created more ugliness than we saved in the C code. This change breaks layering in the build system by

Re: [Mesa3d-dev] Mesa (master): gallium: add soft screen helper

2010-03-21 Thread George Sapountzis
On Sun, Mar 21, 2010 at 7:43 PM, George Sapountzis gsapount...@gmail.com wrote: On Sun, Mar 21, 2010 at 7:22 PM, Keith Whitwell keith.whitw...@googlemail.com wrote: George, This is basically a reproduction of a facility I had in target-helpers previously (swrast_screen.c or similar), which I

[Mesa3d-dev] [PATCH] add r200-swtnl-material-fallback test case

2010-03-21 Thread Pauli Nieminen
There is bug in r200 swtnl fallback that hwtnl state is emited in swtnl flush. Bug causes emit size to be larger that excepted which might cause crash in some corner cases. Signed-off-by: Pauli Nieminen suok...@gmail.com --- tests/all.tests |1 +

Re: [Mesa3d-dev] Mesa (master): gallium: add soft screen helper

2010-03-21 Thread Keith Whitwell
On Sun, Mar 21, 2010 at 5:57 PM, George Sapountzis gsapount...@gmail.com wrote: On Sun, Mar 21, 2010 at 7:43 PM, George Sapountzis gsapount...@gmail.com wrote: On Sun, Mar 21, 2010 at 7:22 PM, Keith Whitwell keith.whitw...@googlemail.com wrote: George, This is basically a reproduction of a

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-21 Thread Luc Verhaegen
On Fri, Mar 19, 2010 at 06:26:03PM +0100, Nicolai Haehnle wrote: On Thu, Mar 18, 2010 at 5:38 PM, Luc Verhaegen l...@skynet.be wrote: So, identify the volatile interfaces, and the more stable interfaces, and then isolate the volatile ones, and then you come to only one conclusion. Except

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-21 Thread Luc Verhaegen
On Fri, Mar 19, 2010 at 12:44:39PM -0500, Bridgman, John wrote: Pulling drm back out of the kernel tree seems like a hard sell, but the ddx/mesa hw driver/libdrm set seemed like it might be a good candidate for grouping. I guess the core question is whether we expect the X-to-ddx and

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-21 Thread Luc Verhaegen
On Fri, Mar 19, 2010 at 11:33:02AM -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been busy trying to get a release out the door, so I haven't looked at these patches yet. I won't have a chance to look at the patches until at least late next week. I also

[Mesa3d-dev] [Bug 27216] Assignment with a function call in an if statement causes an assertion failure

2010-03-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27216 Vinson Lee v...@vmware.com changed: What|Removed |Added AssignedTo|mesa3d- |bri...@vmware.com