From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 27570] New: r300g incorrectly claims npot support
Date: Fri, 9 Apr 2010 13:47:39 -0700 (PDT)
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.sourceforge.net
To: dri-devel@lists.sourceforge.net
List-Id: dri-devel@lists.freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27570
Summary: r300g incorrectly claims npot support
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: wixorpeek@gmail.com
Created an attachment (id=34853)
--> (https://bugs.freedesktop.org/attachment.cgi?id=34853)
the test program (compile with -std=c99)
The r300g driver on rv515 claims GL_ARB_texture_non_power_of_two support.
Suprisingly, such textures actually work if texture coordinates are (0,0),
(1,0), (1,1), (0,1). However if that's not the case, garbage is rendered. This
bug makes Blender 2.50 ui unusable.
Attached are: test program, correct rendering (obtained by
LIBGL_ALWAYS_SOFTWARE=1) and r300g's rendering (the garbage pattern varies,
sometimes just white/black, sometimes all pixels are random).
driver is from git version, commit edb5253dfa0...
hardware is radeon x1300 (rv515)
kernel is vanilla 2.6.33.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--