[Mesa-dev] Automated profiling with Phoronix Test Suite

2014-05-17 Thread Timothy Arceri
Hi All, This is very much still a work in progress but I thought I'd post about it here in case anyone is interested. I've been playing with OProfile and PTS to add automated profiling to PTS. The profiling module can be run by simply adding 'PTS_MODULES=automated_oprofile' to the front of a norm

[Mesa-dev] [PATCH] nv50,nvc0: fix 3d blits with mipmap levels

2014-05-17 Thread Ilia Mirkin
Make sure to normalize the z coordinates as well as the x/y ones when there are mipmaps present. Fixes 3d mipmap generation, which now uses the blit path. Signed-off-by: Ilia Mirkin Cc: "10.2" --- Did a full piglit run on nva8 and nve7 without regressions. The cubemap array mipmap generation te

[Mesa-dev] [Bug 78771] egl not works on 10.0.x and 10.1.x with black screen

2014-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78771 --- Comment #8 from qwang13 --- Created attachment 99256 --> https://bugs.freedesktop.org/attachment.cgi?id=99256&action=edit weston-1.4.0 mesa-10.1.2 -- You are receiving this mail because: You are the QA Contact for the bug. ___

[Mesa-dev] [Bug 78771] egl not works on 10.0.x and 10.1.x with black screen

2014-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78771 --- Comment #7 from qwang13 --- no, i965_dri.so is fine to be loaded. I will upload the weston.log. ./configure --build=i686-tizen-linux-gnu --host=i686-tizen-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbin

[Mesa-dev] [Bug 78843] New: [swrast] piglit copyteximage 1D regression

2014-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78843 Priority: medium Bug ID: 78843 Keywords: regression CC: chr...@ijw.co.nz, e...@anholt.net, kenn...@whitecape.org Assignee: mesa-dev@lists.freedesktop.org Summ

[Mesa-dev] [Bug 78842] New: [swrast] piglit fcc-read-after-clear copy rb regression

2014-05-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78842 Priority: medium Bug ID: 78842 Keywords: regression CC: chr...@ijw.co.nz, e...@anholt.net, kenn...@whitecape.org Assignee: mesa-dev@lists.freedesktop.org Summ

Re: [Mesa-dev] [PATCH] mesa: Expose GL_OES_texture_float and GL_OES_texture_half_float.

2014-05-17 Thread Ian Romanick
On 05/16/2014 04:32 AM, Rogovin, Kevin wrote: > Hi, > >> The patch basically looks good. We're lacking piglit tests for these >> extensions, and I think we'll want some before we turn these extensions on. > > > Thanks for the review. Should I make the necessary piglit tests? It should be pos

[Mesa-dev] [PATCH 8/8] r600g: use TGSI_PROPERTY to disable viewport and clipping

2014-05-17 Thread Automated rebase
From: Christoph Bumiller v2 get rid of magic value, use DEFINES v3 update clip_disable together with vs_position_window_space Big thanks to Marek Olšák! Signed-off-by: David Heidelberger --- src/gallium/drivers/r600/evergreen_state.c | 13 +++-- src/gallium/drivers/r600/evergreend.h

Re: [Mesa-dev] [PATCH] llvmpipe: do IR counting for shader cache management after optimization.

2014-05-17 Thread Brian Paul
On 05/16/2014 02:47 PM, srol...@vmware.com wrote: From: Roland Scheidegger 2ea923cf571235dfe573c35c3f0d90f632bd86d8 had the side effect of IR counting now being done after IR optimization instead of before. Some quick analysis shows that there's roughly 1.5 times more IR instructions before opt

[Mesa-dev] [PATCH 4/8] r600g: implement TGSI_OPCODE_BREAKC

2014-05-17 Thread Automated rebase
From: Christoph Bumiller --- src/gallium/drivers/r600/r600_shader.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index a397f0e..5823ba2 100644 --- a/src/gallium/drive

[Mesa-dev] [PATCH 7/8] gallium: create TGSI_PROPERTY to disable viewport and clipping

2014-05-17 Thread Automated rebase
From: Christoph Bumiller --- src/gallium/auxiliary/tgsi/tgsi_strings.c | 3 ++- src/gallium/auxiliary/tgsi/tgsi_ureg.c | 16 src/gallium/auxiliary/tgsi/tgsi_ureg.h | 4 src/gallium/docs/source/tgsi.rst | 9 + src/gallium/include/pipe/p_shader_t

[Mesa-dev] [PATCH 6/8] r600g: remove assert on draw with count == 0

2014-05-17 Thread Automated rebase
From: Christoph Bumiller --- src/gallium/drivers/r600/r600_state_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c index fabc52c..dd3f7f8 100644 --- a/src/gallium/drivers/r600/r600_state_common

[Mesa-dev] [PATCH 1/8] r600g: handle PIPE_QUERY_GPU_FINISHED

2014-05-17 Thread Automated rebase
From: Christoph Bumiller --- src/gallium/drivers/radeon/r600_query.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/gallium/drivers/radeon/r600_query.c b/src/gallium/drivers/radeon/r600_query.c index 38889fd..a356aad 100644 --- a/src/gallium/drivers/radeon/r600_query.c +++ b/s

[Mesa-dev] [PATCH 3/8] r600g: support all channels of TGSI_FILE_ADDRESS

2014-05-17 Thread Automated rebase
From: Christoph Bumiller It's allowed in SM3. v2: fix multi-component tgsi_r600_arl (FLT_TO_INT is trans-only) --- src/gallium/drivers/r600/r600_shader.c | 86 +++--- 1 file changed, 58 insertions(+), 28 deletions(-) diff --git a/src/gallium/drivers/r600/r600_shader

[Mesa-dev] [PATCH 5/8] r600g: HW bug workaround for TGSI_OPCODE_BREAKC

2014-05-17 Thread Automated rebase
From: Christoph Bumiller --- src/gallium/drivers/r600/r600_asm.c| 1 + src/gallium/drivers/r600/r600_asm.h| 1 + src/gallium/drivers/r600/r600_shader.c | 24 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/r600/r600_asm.c b/

[Mesa-dev] [PATCH 2/8] r600g: check for PIPE_BIND_BLENDABLE in is_format_supported

2014-05-17 Thread Automated rebase
From: Christoph Bumiller v2: added !util_format_is_depth_or_stencil(format) --- src/gallium/drivers/r600/evergreen_state.c | 9 + src/gallium/drivers/r600/r600_state.c | 9 + 2 files changed, 18 insertions(+) diff --git a/src/gallium/drivers/r600/evergreen_state.c b/src/ga

[Mesa-dev] Mesa 10.2 release candidate 3

2014-05-17 Thread Ian Romanick
Mesa 10.2 release candidate 3 is now available for testing. The current plan of record is to have an additional release candidate each Friday until the 10.2 release on Friday, May 30th. The tag in the GIT repository for Mesa 10.2-rc3 is 'mesa-10.2-rc3'. I have verified that the tag is in the cor