Re: [Mesa-dev] [PATCH] i965: Replace illegal compacted NOP with valid compact instruction

2015-07-11 Thread Zhenyu Wang
On 2015.07.10 12:13:39 -0700, Matt Turner wrote: > > With those small changes, this patch is > > Reviewed-by: Matt Turner > > I'd be happy to make the changes myself and commit the patch if you'd > like -- just tell me so. :) > yeah, please go ahead! ;) Thanks for the review, Matt. -- Open

[Mesa-dev] [PATCH] i965: Replace illegal compacted NOP with valid compact instruction

2015-07-08 Thread Zhenyu Wang
spec has note that HW compact logic could determine NENOP and drop it right away, so we can still keep with that. v2: rebase to master, we still need this to work with internal tool. Signed-off-by: Zhenyu Wang --- src/mesa/drivers/dri/i965/brw_eu_compact.c | 41 +- 1

[Mesa-dev] [PATCH] i965: Replace illegal compacted NOP with valid compact instruction

2015-06-01 Thread Zhenyu Wang
spec has note that HW compact logic could determine NENOP and drop it right away, so we can still keep with that. Signed-off-by: Zhenyu Wang --- src/mesa/drivers/dri/i965/brw_eu_compact.c | 41 +- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/src/mesa

Re: [Mesa-dev] [PATCH] i965: Fix depth field setting in surface state for raw buffer on Gen7/8

2015-04-07 Thread Zhenyu Wang
On 2015.04.07 09:18:08 -0700, Kristian Høgsberg wrote: > On Mon, Apr 6, 2015 at 10:51 PM, Zhenyu Wang wrote: > > On Gen7/8 for RAW surface format, the depth field (surf[3]) in surface > > state means [30:21] bits of number of entries which is different from > > other surface

[Mesa-dev] [PATCH] i965: Fix depth field setting in surface state for raw buffer on Gen7/8

2015-04-06 Thread Zhenyu Wang
On Gen7/8 for RAW surface format, the depth field (surf[3]) in surface state means [30:21] bits of number of entries which is different from other surface format which uses [26:21] bits field. Signed-off-by: Zhenyu Wang --- src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 7 +-- src/mesa

Re: [Mesa-dev] [PATCH] Update __DRI_TEX_BUFFER_VERSION to 3

2011-07-19 Thread Zhenyu Wang
d have done already with version bump. Thanks. > > -Original Message- > > From: Zhenyu Wang [mailto:zhen...@linux.intel.com] > > Sent: Wednesday, July 20, 2011 2:05 PM > > To: mesa-dev@lists.freedesktop.org > > Cc: Zhao, Juan J; k...@bitplanet.net

[Mesa-dev] [PATCH] Update __DRI_TEX_BUFFER_VERSION to 3

2011-07-19 Thread Zhenyu Wang
When new releaseTexBuffer function got added, the __DRI_TEX_BUFFER_VERSION didn't update as well, which just not enable new function at all. This bumps version to 3. --- include/GL/internal/dri_interface.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/GL/interna

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-07 Thread Zhenyu Wang
On 2011.01.06 13:56:25 +0800, Zhenyu Wang wrote: > Ian, I propose to pick up Eric's below commit on master, which is required to > fix fbo issue within ogles conformance suite on sandybridge. > > https://bugs.freedesktop.org/show_bug.cgi?id=

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-05 Thread Zhenyu Wang
On 2011.01.04 14:38:09 -0800, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/03/2011 05:27 PM, Ian Romanick wrote: > > It looks like things are shaping up nicely for the 7.9.1 and 7.10 > > releases. I've cherry picked a bunch of stuff over to the branches, but > >