All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S**
@ 2014-06-04 19:20 bugzilla-daemon
  2014-06-04 19:24 ` [Bug 79649] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-04 19:20 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1386 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79649

          Priority: medium
            Bug ID: 79649
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [PATCH RFC] r300/compiler: recursive look for
                    RC_OPCODE_S**
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: david.heidelberger@ixit.cz
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r300
           Product: Mesa

Created attachment 100416
  --> https://bugs.freedesktop.org/attachment.cgi?id=100416&action=edit
0001-r300-compiler-recursive-look-for-RC_OPCODE_S.patch

Get rid of error "Failed to build loop info" by fixing failure in cases
like
4:   SGE temp[2].x, temp[0].xxxx, const[0].wwww;
5:   CMP temp[1].x, -temp[2].xxxx, const[0].zzzz, temp[1].xxxx;
6:   IF temp[1].xxxx;

On RS690
 - fixes piglit glean "do-loop with continue and break"
 - changes error from Failed to build loop info ->
   Not a native swizzle: 00000e89
   r300_fragprog_emit.c::begin_tex(): Too many texture indirections
   for "discard statement in for loop"
 - hide Failed to build loop info for
   "precision log2", "while-loop with continue",
   "for-loop with continue" and return "1 1 1 1" insted of "0 0 0 1"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2967 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79649] [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S**
  2014-06-04 19:20 [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** bugzilla-daemon
@ 2014-06-04 19:24 ` bugzilla-daemon
  2014-06-04 19:26 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-04 19:24 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 339 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79649

--- Comment #1 from David Heidelberger (okias) <david.heidelberger@ixit.cz> ---
Created attachment 100417
  --> https://bugs.freedesktop.org/attachment.cgi?id=100417&action=edit
for-loop-with-continue-AFTER.txt

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1310 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79649] [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S**
  2014-06-04 19:20 [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** bugzilla-daemon
  2014-06-04 19:24 ` [Bug 79649] " bugzilla-daemon
@ 2014-06-04 19:26 ` bugzilla-daemon
  2014-06-04 19:28 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-04 19:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 343 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79649

--- Comment #2 from David Heidelberger (okias) <david.heidelberger@ixit.cz> ---
Created attachment 100418
  --> https://bugs.freedesktop.org/attachment.cgi?id=100418&action=edit
~/while-loop-with-continue-AFTER.txt

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1322 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79649] [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S**
  2014-06-04 19:20 [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** bugzilla-daemon
  2014-06-04 19:24 ` [Bug 79649] " bugzilla-daemon
  2014-06-04 19:26 ` bugzilla-daemon
@ 2014-06-04 19:28 ` bugzilla-daemon
  2014-06-04 19:33 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-04 19:28 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 237 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79649

--- Comment #3 from Grigori Goronzy <greg@chown.ath.cx> ---
I think the right place for this is mesa-dev...?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1031 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79649] [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S**
  2014-06-04 19:20 [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-06-04 19:28 ` bugzilla-daemon
@ 2014-06-04 19:33 ` bugzilla-daemon
  2014-06-04 19:34 ` bugzilla-daemon
  2014-10-14 12:01 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-04 19:33 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 380 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79649

--- Comment #4 from David Heidelberger (okias) <david.heidelberger@ixit.cz> ---
Created attachment 100419
  --> https://bugs.freedesktop.org/attachment.cgi?id=100419&action=edit
discard-statement-in-for-loop-AFTER.txt

All txt are with RADEON_DEBUG=fp

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1365 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79649] [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S**
  2014-06-04 19:20 [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** bugzilla-daemon
                   ` (3 preceding siblings ...)
  2014-06-04 19:33 ` bugzilla-daemon
@ 2014-06-04 19:34 ` bugzilla-daemon
  2014-10-14 12:01 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-04 19:34 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 593 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79649

David Heidelberger (okias) <david.heidelberger@ixit.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.heidelberger@ixit.cz,
                   |                            |maraeo@gmail.com,
                   |                            |tstellar@gmail.com
           Keywords|                            |patch

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1349 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79649] [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S**
  2014-06-04 19:20 [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** bugzilla-daemon
                   ` (4 preceding siblings ...)
  2014-06-04 19:34 ` bugzilla-daemon
@ 2014-10-14 12:01 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-10-14 12:01 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 588 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79649

David Heidelberger (okias) <david.heidelberger@ixit.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from David Heidelberger (okias) <david.heidelberger@ixit.cz> ---
Long time ago pushed different solution to this problem. Closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2129 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-14 12:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 19:20 [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** bugzilla-daemon
2014-06-04 19:24 ` [Bug 79649] " bugzilla-daemon
2014-06-04 19:26 ` bugzilla-daemon
2014-06-04 19:28 ` bugzilla-daemon
2014-06-04 19:33 ` bugzilla-daemon
2014-06-04 19:34 ` bugzilla-daemon
2014-10-14 12:01 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.