All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 31613] New: UI Fonts in Blender are not visible with recent Mesa.
@ 2010-11-14  6:32 bugzilla-daemon
  2010-11-14 10:58 ` [Bug 31613] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-11-14  6:32 UTC (permalink / raw)
  To: dri-devel

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

           Summary: UI Fonts in Blender are not visible with recent Mesa.
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: FJ.Whittle@gmail.com


All user interface text in Blender 2.55(alpha) and smooth fonts variations of
Blender 2.49 is rendered invisible by recent build of Mesa on the r600 gallium
driver.

Prerequisites: Mesa current git, any blender 2.55 alpha version including
latest svn

Steps to reproduce: Run blender

Expected outcome: Full user interface with fonts correctly rendered.

Actual outcome: No user interface text visible.

git bisect identifies 

commit 63c3e3a3dc73f8a72e0d08ac4453df57bccdfdb9
Author: Keith Whitwell <keithw@vmware.com>
Date:   Tue Nov 9 20:08:45 2010 +0000

    r600: fix my pessimism about PIPE_TRANSFER_x flags

as the culprit.  Rebasing to latest mesa git (master) with this commit reverted
works as expected.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 31613] UI Fonts in Blender are not visible with recent Mesa.
  2010-11-14  6:32 [Bug 31613] New: UI Fonts in Blender are not visible with recent Mesa bugzilla-daemon
@ 2010-11-14 10:58 ` bugzilla-daemon
  2010-11-16  7:58 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-11-14 10:58 UTC (permalink / raw)
  To: dri-devel

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

Daniel <direx@betriebsdirektor.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |direx@betriebsdirektor.de

--- Comment #1 from Daniel <direx@betriebsdirektor.de> 2010-11-14 02:58:23 PST ---
*** Bug 31615 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 31613] UI Fonts in Blender are not visible with recent Mesa.
  2010-11-14  6:32 [Bug 31613] New: UI Fonts in Blender are not visible with recent Mesa bugzilla-daemon
  2010-11-14 10:58 ` [Bug 31613] " bugzilla-daemon
@ 2010-11-16  7:58 ` bugzilla-daemon
  2010-11-22 19:43 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-11-16  7:58 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Francis Whittle <FJ.Whittle@gmail.com> 2010-11-15 23:58:49 PST ---
The conditions for this failure appear to be related to sync uploads only (with
or without readbacks is, at a guess, irrelevant).  At any rate, commenting out
the test to use a staged upload in this instance cause the missing text(ures)
to reappear.

I'm suspicious that at the end of the big if( use_staging_upload ) block
there's a call to r600_copy_to_staging_texture() in the case of
PIPE_TRANSFER_READ but apparently no equivalent call for PIPE_TRANSFER_WRITE.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 31613] UI Fonts in Blender are not visible with recent Mesa.
  2010-11-14  6:32 [Bug 31613] New: UI Fonts in Blender are not visible with recent Mesa bugzilla-daemon
  2010-11-14 10:58 ` [Bug 31613] " bugzilla-daemon
  2010-11-16  7:58 ` bugzilla-daemon
@ 2010-11-22 19:43 ` bugzilla-daemon
  2010-11-22 20:14 ` bugzilla-daemon
  2010-11-22 23:16 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-11-22 19:43 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Tilman Sauerbeck <tilman@code-monkey.de> 2010-11-22 11:43:48 PST ---
Please try again with git master.

Maybe commit d5aadf0d80e8c973ef5cf9d82e97f23f0e3c032b fixed this problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 31613] UI Fonts in Blender are not visible with recent Mesa.
  2010-11-14  6:32 [Bug 31613] New: UI Fonts in Blender are not visible with recent Mesa bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-11-22 19:43 ` bugzilla-daemon
@ 2010-11-22 20:14 ` bugzilla-daemon
  2010-11-22 23:16 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-11-22 20:14 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Daniel <direx@betriebsdirektor.de> 2010-11-22 12:14:04 PST ---
(In reply to comment #3)
> Please try again with git master.
> 
> Maybe commit d5aadf0d80e8c973ef5cf9d82e97f23f0e3c032b fixed this problem.
I can confirm that this commit fixes the issue in XBMC (Bug 31615).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 31613] UI Fonts in Blender are not visible with recent Mesa.
  2010-11-14  6:32 [Bug 31613] New: UI Fonts in Blender are not visible with recent Mesa bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-11-22 20:14 ` bugzilla-daemon
@ 2010-11-22 23:16 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-11-22 23:16 UTC (permalink / raw)
  To: dri-devel

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

Francis Whittle <FJ.Whittle@gmail.com> changed:

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

--- Comment #5 from Francis Whittle <FJ.Whittle@gmail.com> 2010-11-22 15:16:26 PST ---
Confirmed, that commit fixes it.  Closing.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2010-11-22 23:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-14  6:32 [Bug 31613] New: UI Fonts in Blender are not visible with recent Mesa bugzilla-daemon
2010-11-14 10:58 ` [Bug 31613] " bugzilla-daemon
2010-11-16  7:58 ` bugzilla-daemon
2010-11-22 19:43 ` bugzilla-daemon
2010-11-22 20:14 ` bugzilla-daemon
2010-11-22 23:16 ` 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.