[Mesa-dev] [Bug 84566] Unify the format conversion code

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84566 --- Comment #12 from Iago Toral ito...@igalia.com --- (In reply to Jason Ekstrand from comment #11) (In reply to Iago Toral from comment #10) (In reply to Iago Toral from comment #9) Jason, piglit tests hit cases where they attempt to

[Mesa-dev] [Bug 84566] Unify the format conversion code

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84566 --- Comment #13 from Jason Ekstrand ja...@jlekstrand.net --- (In reply to Iago Toral from comment #12) (In reply to Jason Ekstrand from comment #11) (In reply to Iago Toral from comment #10) (In reply to Iago Toral from comment #9)

Re: [Mesa-dev] [PATCH 1/3] winsys/radeon: Use separate caching buffer manager for each set of flags

2014-10-10 Thread Marek Olšák
I wonder if it wouldn't be nicer if the cache manager understood that there are buffers with different flags, so that we don't have to have so many of them. Marek On Thu, Oct 9, 2014 at 11:42 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com Otherwise the

Re: [Mesa-dev] [PATCH 3/3] r600g, radeonsi: Only set use_staging_texture = TRUE once

2014-10-10 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák marek.ol...@amd.com Marek On Thu, Oct 9, 2014 at 11:42 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com No need to check for setting the flag after we set it already. Signed-off-by: Michel Dänzer

[Mesa-dev] [Bug 84566] Unify the format conversion code

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84566 --- Comment #14 from Iago Toral ito...@igalia.com --- (In reply to Jason Ekstrand from comment #13) (In reply to Iago Toral from comment #12) (In reply to Jason Ekstrand from comment #11) (In reply to Iago Toral from comment #10) (In

Re: [Mesa-dev] [PATCH] glsl: improve accuracy of atan()

2014-10-10 Thread Timothy Arceri
On Mon, 2014-10-06 at 17:03 +0200, Erik Faye-Lund wrote: On Fri, Sep 26, 2014 at 6:11 PM, Erik Faye-Lund kusmab...@gmail.com wrote: Our current atan()-approximation is pretty inaccurate at 1.0, so let's try to improve the situation by doing a direct approximation without going through atan.

Re: [Mesa-dev] [PATCH] glsl: improve accuracy of atan()

2014-10-10 Thread Erik Faye-Lund
On Fri, Oct 10, 2014 at 12:22 PM, Timothy Arceri t_arc...@yahoo.com.au wrote: On Mon, 2014-10-06 at 17:03 +0200, Erik Faye-Lund wrote: On Fri, Sep 26, 2014 at 6:11 PM, Erik Faye-Lund kusmab...@gmail.com wrote: Our current atan()-approximation is pretty inaccurate at 1.0, so let's try to

Re: [Mesa-dev] [PATCH] glsl: implement switch flow control using a loop

2014-10-10 Thread Francisco Jerez
Tapani Pälli tapani.pa...@intel.com writes: Hi; Any comments on this approach? I have also a branch that implements a 'switch specific dead code elimination pass' but it is only enough to fix non-conditional breaks (fs-exec-after-break.shader_test). If I understand correctly fixing

[Mesa-dev] [Bug 84566] Unify the format conversion code

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84566 --- Comment #15 from Jason Ekstrand ja...@jlekstrand.net --- (In reply to Iago Toral from comment #14) (...) I don't know yet. For that I would have enable the master convertion function for all code paths, then run all the piglit tests

Re: [Mesa-dev] [PATCH 3/3] clover: add clCompile

2014-10-10 Thread Tom Stellard
On Thu, Oct 09, 2014 at 09:22:46PM +0200, EdB wrote: On Thursday, October 09, 2014 06:29:40 AM Tom Stellard wrote: On Sun, Sep 28, 2014 at 12:57:22PM +0200, EdB wrote: --- src/gallium/state_trackers/clover/api/dispatch.cpp | 2 +- src/gallium/state_trackers/clover/api/program.cpp

[Mesa-dev] [Bug 84570] Borderlands 2: Constant frame rate drops while playing; really bad with additionl lighting

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84570 --- Comment #15 from Kai k...@dev.carbon-project.org --- (In reply to Michel Dänzer from comment #14) People reported that Mesa commit 7b4276d7acf2e0f77044cb50caa6ad936fa78786 ('r600g,radeonsi: Always use GTT again for PIPE_USAGE_STREAM

Re: [Mesa-dev] [PATCH 3/3] clover: add clCompile

2014-10-10 Thread EdB
On Friday 10 October 2014 10:16:08 Tom Stellard wrote: On Thu, Oct 09, 2014 at 09:22:46PM +0200, EdB wrote: On Thursday, October 09, 2014 06:29:40 AM Tom Stellard wrote: On Sun, Sep 28, 2014 at 12:57:22PM +0200, EdB wrote: --- src/gallium/state_trackers/clover/api/dispatch.cpp

Re: [Mesa-dev] [PATCH] glsl: improve accuracy of atan()

2014-10-10 Thread Olivier Galibert
Applied. OG. On Fri, Sep 26, 2014 at 6:11 PM, Erik Faye-Lund kusmab...@gmail.com wrote: Our current atan()-approximation is pretty inaccurate at 1.0, so let's try to improve the situation by doing a direct approximation without going through atan. This new implementation uses an 11th

Re: [Mesa-dev] [PATCH 3/3] clover: add clCompile

2014-10-10 Thread Tom Stellard
On Fri, Oct 10, 2014 at 07:51:40PM +0200, EdB wrote: On Friday 10 October 2014 10:16:08 Tom Stellard wrote: On Thu, Oct 09, 2014 at 09:22:46PM +0200, EdB wrote: On Thursday, October 09, 2014 06:29:40 AM Tom Stellard wrote: On Sun, Sep 28, 2014 at 12:57:22PM +0200, EdB wrote: ---

Re: [Mesa-dev] [PATCH 0/7] Tidying up of ubo/texbo state flagging

2014-10-10 Thread Anuj Phogat
On Wed, Oct 1, 2014 at 2:02 AM, Chris Forbes chr...@ijw.co.nz wrote: This series fixes some problems with UBO and TexBO state flagging: - glTexBuffer() and glTexBufferRange() never actually dirtied anything, and so didn't work unless something else happened to dirty the correct state

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-10-10 Thread Jan Vesely
On Wed, 2014-10-08 at 18:02 +0300, Francisco Jerez wrote: Jan Vesely jan.ves...@rutgers.edu writes: [SNIP] I also don't like that this way there is no difference between explicit and implicit kernel arguments. On the other hand it's simple, and does not need additional per

[Mesa-dev] [Bug 84894] New: Mesa 10.3 Breaks Arch Linux Multiseat

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84894 Bug ID: 84894 Summary: Mesa 10.3 Breaks Arch Linux Multiseat Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal

[Mesa-dev] [Bug 79706] [TRACKER] Mesa regression tracker

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79706 Vinson Lee v...@freedesktop.org changed: What|Removed |Added Depends on||83463 -- You are

[Mesa-dev] [PATCH] auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.

2014-10-10 Thread Vinson Lee
This patch fixes this build error on DragonFly BSD. CC os/os_misc.lo os/os_misc.c: In function 'os_get_total_physical_memory': os/os_misc.c:132:2: error: #error Unsupported *BSD Signed-off-by: Vinson Lee v...@freedesktop.org --- src/gallium/auxiliary/os/os_misc.c | 2 ++ 1 file changed,