Re: [Mesa-dev] [PATCH 2/2 v3] i965: Enhance tiled_memcpy to support all levels

2013-11-08 Thread gurketsky
On 07.11.2013 23:01, Courtney Goeltzenleuchter wrote: > Support all levels of a supported texture format. > > Using 1024x1024, RGBA source, mipmap > <> > internal-format Before (MB/sec) XRGB (MB/sec) mipmap (MB/sec) > GL_RGBA

Re: [Mesa-dev] [PATCH 5/6] st/vdpau: add new formats to OutputSurface rendering

2013-10-10 Thread gurketsky
On 09.10.2013 02:23, Grigori Goronzy wrote: +static inline enum pipe_video_chroma_format +FormatYCBCRToPipeChroma(VdpYCbCrFormat vdpau_format) +{ + switch (vdpau_format) { + case VDP_YCBCR_FORMAT_NV12: + return PIPE_VIDEO_CHROMA_FORMAT_420; + case VDP_YCBCR_FORMAT_YV12: +