[Mesa-dev] [Bug 24531] ARB FP shaders appear to have locale-dependant syntax

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24531 --- Comment #8 from Fatih Aşıcı 2010-12-13 23:18:10 PST --- (In reply to comment #7) > Created an attachment (id=41062) View: https://bugs.freedesktop.org/attachment.cgi?id=41062 Review: https://bugs.freedesktop.org/review?bug=24531&attachment

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-13 Thread Jammy Zhou
2010/12/13 Kristian Høgsberg > On Sun, Dec 12, 2010 at 12:45 PM, Chia-I Wu wrote: > > On Fri, Dec 10, 2010 at 7:03 PM, Chia-I Wu wrote: > >> On Fri, Dec 10, 2010 at 4:01 PM, Jammy Zhou > wrote: > >>> On Fri, Dec 10, 2010 at 3:13 PM, Chia-I Wu wrote: > With OpenGL ES coming to desktop, th

Re: [Mesa-dev] [PATCH] r600g: Why all this fiddling with tgsi_helper_copy?

2010-12-13 Thread Alex Deucher
2010/12/13 Christian König : > Am Montag, den 13.12.2010, 14:19 -0500 schrieb Jerome Glisse: >> 2010/12/13 Christian König : >> > tgsi_helper_copy is used on several occasions to copy a temporary result >> > into the real destination register to emulate writemasks for OP3 and >> > reduction operati

Re: [Mesa-dev] [PATCH] r600g: Why all this fiddling with tgsi_helper_copy?

2010-12-13 Thread Christian König
Am Montag, den 13.12.2010, 14:19 -0500 schrieb Jerome Glisse: > 2010/12/13 Christian König : > > tgsi_helper_copy is used on several occasions to copy a temporary result > > into the real destination register to emulate writemasks for OP3 and > > reduction operations. According to R600 ISA that's u

Re: [Mesa-dev] [PATCH] r600g: Why all this fiddling with tgsi_helper_copy?

2010-12-13 Thread Jerome Glisse
2010/12/13 Christian König : > tgsi_helper_copy is used on several occasions to copy a temporary result > into the real destination register to emulate writemasks for OP3 and > reduction operations. According to R600 ISA that's unnecessary. > What in R600 ISA makes you think so (page) ? write mask

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-13 Thread Chia-I Wu
2010/12/13 Kristian Høgsberg : > On Sun, Dec 12, 2010 at 12:45 PM, Chia-I Wu wrote: >> On Fri, Dec 10, 2010 at 7:03 PM, Chia-I Wu wrote: >>> On Fri, Dec 10, 2010 at 4:01 PM, Jammy Zhou wrote: On Fri, Dec 10, 2010 at 3:13 PM, Chia-I Wu wrote: > With OpenGL ES coming to desktop, the way

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-13 Thread Chia-I Wu
2010/12/14 Chia-I Wu : > 2010/12/13 Kristian Høgsberg : >> On Sun, Dec 12, 2010 at 12:45 PM, Chia-I Wu wrote: >>> On Fri, Dec 10, 2010 at 7:03 PM, Chia-I Wu wrote: On Fri, Dec 10, 2010 at 4:01 PM, Jammy Zhou wrote: > On Fri, Dec 10, 2010 at 3:13 PM, Chia-I Wu wrote: >> With OpenGL

Re: [Mesa-dev] Mesa (master): tnl: Initialize gl_program_machine memory in run_vp.

2010-12-13 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/13/2010 07:27 AM, Keith Whitwell wrote: > On Mon, 2010-12-13 at 07:09 -0800, Brian Paul wrote: >> On 12/10/2010 03:27 PM, Vinson Lee wrote: >>> Module: Mesa >>> Branch: master >>> Commit: ef3f7e61b314236cbb7ed2cf24d34c6f90d9cfca >>> URL: >>>

[Mesa-dev] [PATCH] r600g: Why all this fiddling with tgsi_helper_copy?

2010-12-13 Thread Christian König
tgsi_helper_copy is used on several occasions to copy a temporary result into the real destination register to emulate writemasks for OP3 and reduction operations. According to R600 ISA that's unnecessary. This patch fixes this use for MAD, CMP and DP4. --- src/gallium/drivers/r600/r600_shader.c

[Mesa-dev] [Bug 32317] Incorrect Optional Features descriptions in ./configure --help

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32317 Brian Paul changed: What|Removed |Added AssignedTo|mesa-...@lists.freedesktop. |dbn.li...@gmail.com |org

[Mesa-dev] [Bug 32317] Incorrect Optional Features descriptions in ./configure --help

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32317 --- Comment #1 from Brian Paul 2010-12-13 07:49:59 PST --- Created an attachment (id=41063) View: https://bugs.freedesktop.org/attachment.cgi?id=41063 Review: https://bugs.freedesktop.org/review?bug=32317&attachment=41063 fix enable/disable la

[Mesa-dev] [Bug 24531] ARB FP shaders appear to have locale-dependant syntax

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24531 --- Comment #7 from Brian Paul 2010-12-13 07:43:20 PST --- Created an attachment (id=41062) View: https://bugs.freedesktop.org/attachment.cgi?id=41062 Review: https://bugs.freedesktop.org/review?bug=24531&attachment=41062 Use a strtod() wrappe

Re: [Mesa-dev] Mesa (master): tnl: Initialize gl_program_machine memory in run_vp.

2010-12-13 Thread Keith Whitwell
On Mon, 2010-12-13 at 07:09 -0800, Brian Paul wrote: > On 12/10/2010 03:27 PM, Vinson Lee wrote: > > Module: Mesa > > Branch: master > > Commit: ef3f7e61b314236cbb7ed2cf24d34c6f90d9cfca > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef3f7e61b314236cbb7ed2cf24d34c6f90d9cfca > > >

Re: [Mesa-dev] Mesa (master): tnl: Initialize gl_program_machine memory in run_vp.

2010-12-13 Thread Brian Paul
On 12/10/2010 03:27 PM, Vinson Lee wrote: Module: Mesa Branch: master Commit: ef3f7e61b314236cbb7ed2cf24d34c6f90d9cfca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef3f7e61b314236cbb7ed2cf24d34c6f90d9cfca Author: Vinson Lee Date: Fri Dec 10 14:24:05 2010 -0800 tnl: Initialize gl_

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-13 Thread Dan Nicholson
On Sun, Dec 12, 2010 at 7:19 PM, Jammy Zhou wrote: > Hi Chia-I, > > Glad to see the fix goes so fast, thanks! I believe the direction is > promising. And I am not familiar with the mapi module of mesa, so just one > minor comment for the "glapi: Fix OpenGL and OpenGL ES interop" patch. > > For cha

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-13 Thread Kristian Høgsberg
On Sun, Dec 12, 2010 at 12:45 PM, Chia-I Wu wrote: > On Fri, Dec 10, 2010 at 7:03 PM, Chia-I Wu wrote: >> On Fri, Dec 10, 2010 at 4:01 PM, Jammy Zhou wrote: >>> On Fri, Dec 10, 2010 at 3:13 PM, Chia-I Wu wrote: With OpenGL ES coming to desktop, the way the current context/dispatch is

Re: [Mesa-dev] [PATCH] tgsi: fix rbug compile error

2010-12-13 Thread Keith Whitwell
On Sat, 2010-12-11 at 04:22 -0800, Jose Fonseca wrote: > Looks good to me FWIW. > > Usually one uses a union for avoid breaking strict-aliasing rules, but your > memcpy approach should produce just as good code with less typing. > > The only proper fix here would be to make struct tgsi_token an

[Mesa-dev] [Bug 24531] ARB FP shaders appear to have locale-dependant syntax

2010-12-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24531 Fatih Aşıcı changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-13 Thread Chia-I Wu
On Mon, Dec 13, 2010 at 12:51 PM, Jakob Bornecrantz wrote: > On Sun, Dec 12, 2010 at 6:45 PM, Chia-I Wu wrote: >> On Fri, Dec 10, 2010 at 7:03 PM, Chia-I Wu wrote: >>> On Fri, Dec 10, 2010 at 4:01 PM, Jammy Zhou wrote: On Fri, Dec 10, 2010 at 3:13 PM, Chia-I Wu wrote: > With OpenGL ES