From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 79649] New: [PATCH RFC] r300/compiler: recursive look for RC_OPCODE_S** Date: Wed, 04 Jun 2014 19:20:23 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0776871653==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 60F616E39D for ; Wed, 4 Jun 2014 12:20:23 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0776871653== Content-Type: multipart/alternative; boundary="1401909623.3a0300B50.12391"; charset="us-ascii" --1401909623.3a0300B50.12391 Date: Wed, 4 Jun 2014 19:20:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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. --1401909623.3a0300B50.12391 Date: Wed, 4 Jun 2014 19:20:23 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
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 [details]
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.
--1401909623.3a0300B50.12391-- --===============0776871653== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0776871653==--