Re: [Mesa-dev] WL_bind_wayland_display

2013-05-26 Thread Pekka Paalanen
On Sun, 26 May 2013 17:38:41 +0200 Wladimir wrote: > Hello all, > > I was reading the WL_bind_wayland_display extension spec and noticed the > following: > > EGL_TEXTURE_Y_U_V_WL > Three planes, samples Y from the first plane to r in > the shader, U from

[Mesa-dev] [PATCH 2/2] r600g/sb: use ISA info for RAT instructions

2013-05-26 Thread Vadim Girlin
Signed-off-by: Vadim Girlin --- src/gallium/drivers/r600/sb/sb_bc.h | 12 +++- src/gallium/drivers/r600/sb/sb_bc_builder.cpp | 2 +- src/gallium/drivers/r600/sb/sb_bc_decoder.cpp | 5 - src/gallium/drivers/r600/sb/sb_bc_dump.cpp| 13 +++-- 4 files changed, 27 i

[Mesa-dev] [PATCH 1/2] r600g: add ISA info for RAT instructions

2013-05-26 Thread Vadim Girlin
This will help to improve dumps of the compute shaders, also it will be required for complete handling of RAT instructions in sb. Signed-off-by: Vadim Girlin --- src/gallium/drivers/r600/r600_isa.c | 19 ++ src/gallium/drivers/r600/r600_isa.h | 132 2 fi

Re: [Mesa-dev] [PATCH 09/17] intel: Extend the force_y_tiling flag to allow forcing no tiling.

2013-05-26 Thread Paul Berry
On 24 May 2013 13:56, Eric Anholt wrote: > For a blit-uploaded temporary, it's faster on current hardware to memcpy > the data into a linear CPU mapping than to go through the GTT. > --- > src/mesa/drivers/dri/intel/intel_fbo.c | 2 +- > src/mesa/drivers/dri/intel/intel_mipmap_tree.c

[Mesa-dev] WL_bind_wayland_display

2013-05-26 Thread Wladimir
Hello all, I was reading the WL_bind_wayland_display extension spec and noticed the following: EGL_TEXTURE_Y_U_V_WL Three planes, samples Y from the first plane to r in the shader, U from the second plane to r, and V from the third plane to