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
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
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
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
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
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
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
-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:
>>>
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
https://bugs.freedesktop.org/show_bug.cgi?id=32317
Brian Paul changed:
What|Removed |Added
AssignedTo|mesa-...@lists.freedesktop. |dbn.li...@gmail.com
|org
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
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
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
> >
>
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_
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=24531
Fatih Aşıcı changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
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
19 matches
Mail list logo