[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #5 from Roland Scheidegger --- (In reply to comment #4) > Clearing by drawing geometry? Isn't that somewhat inefficient? Doesn't the > hardware have a nicer way to deal with this? There are two normal methods how you can do ordinary b

[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #4 from Stefan D?singer --- Clearing by drawing geometry? Isn't that somewhat inefficient? Doesn't the hardware have a nicer way to deal with this? It's now also applying ATI_fragment_shader shaders when clearing. I'll send a patch f

[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #5 from Roland Scheidegger --- (In reply to comment #4) > Clearing by drawing geometry? Isn't that somewhat inefficient? Doesn't the > hardware have a nicer way to deal with this? There are two normal methods how you can do ordinary b

[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #4 from Stefan Dösinger --- Clearing by drawing geometry? Isn't that somewhat inefficient? Doesn't the hardware have a nicer way to deal with this? It's now also applying ATI_fragment_shader shaders when clearing. I'll send a patch f

[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #3 from Roland Scheidegger --- FWIW the relevant commit fixing this bug was de694b6b10b7ce23a00cd7296a955f162704ee62. -- You are receiving this mail because: You are the assignee for the bug. -- next part --

[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #3 from Roland Scheidegger --- FWIW the relevant commit fixing this bug was de694b6b10b7ce23a00cd7296a955f162704ee62. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40554 Stefan D?singer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 40554] r200 falls back to software when clearing FBOs

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40554 Stefan Dösinger changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 40554] r200 falls back to software when clearing FBOs

2011-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #1 from Roland Scheidegger 2011-09-02 17:21:26 PDT --- Hmm I guess at least when using the kernel_mm path (which is just _mesa_meta_Clear) there shouldn't be any swrast fallback. Not quite sure though how well fbos will actually work

[Bug 40554] r200 falls back to software when clearing FBOs

2011-09-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40554 --- Comment #1 from Roland Scheidegger 2011-09-02 17:21:26 PDT --- Hmm I guess at least when using the kernel_mm path (which is just _mesa_meta_Clear) there shouldn't be any swrast fallback. Not quite sure though how well fbos will actually work