* [Bug 92236] [ColorTiling2D] R600 BARTS radeon: pipe_context->clear with color tiling enabled doesn't immediately affect color buffer
@ 2015-10-02 8:04 bugzilla-daemon
2015-10-02 8:16 ` bugzilla-daemon
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2015-10-02 8:04 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1180 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=92236
Bug ID: 92236
Summary: [ColorTiling2D] R600 BARTS radeon: pipe_context->clear
with color tiling enabled doesn't immediately affect
color buffer
Product: Mesa
Version: git
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
Assignee: dri-devel@lists.freedesktop.org
Reporter: siro@das-labor.org
QA Contact: dri-devel@lists.freedesktop.org
There's an open Gallium nine bug: https://github.com/iXit/Mesa-3D/issues/138
It looks like pipe_context->clear called with PIPE_CLEAR_COLOR isn't applied
immediately to the buffer.
As nine mimics swap-chains, the buffer is reused after some frames resulting in
"delayed" presentation.
The problem doesn't exist with R600_DEBUG=notiling and it doesn't exists when
using pipe_context->clear_render_target instead.
Tested with mesa git: https://github.com/iXit/Mesa-3D/
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2638 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] 2+ messages in thread
* [Bug 92236] [ColorTiling2D] R600 BARTS radeon: pipe_context->clear with color tiling enabled doesn't immediately affect color buffer
2015-10-02 8:04 [Bug 92236] [ColorTiling2D] R600 BARTS radeon: pipe_context->clear with color tiling enabled doesn't immediately affect color buffer bugzilla-daemon
@ 2015-10-02 8:16 ` bugzilla-daemon
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2015-10-02 8:16 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1385 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=92236
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|Drivers/Gallium/r600 |Mesa core
Resolution|--- |NOTOURBUG
Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
|.org |org
QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
|.org |org
--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Patrick Rudolph from comment #0)
> There's an open Gallium nine bug: https://github.com/iXit/Mesa-3D/issues/138
>
> It looks like pipe_context->clear called with PIPE_CLEAR_COLOR isn't applied
> immediately to the buffer.
That's correct. nine needs to resolve the clear using the pipe->flush_resource
hook.
> The problem doesn't exist with R600_DEBUG=notiling
Fast clear only works with tiled surfaces.
> and it doesn't exists when using pipe_context->clear_render_target instead.
IIRC that's currently a software fallback.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3655 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] 2+ messages in thread
end of thread, other threads:[~2015-10-02 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 8:04 [Bug 92236] [ColorTiling2D] R600 BARTS radeon: pipe_context->clear with color tiling enabled doesn't immediately affect color buffer bugzilla-daemon
2015-10-02 8: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.