Re: [Mesa-dev] [PATCH 3/3] st/vdpau: check surface params before creating resources

2014-01-18 Thread Christian König
Am 18.01.2014 06:05, schrieb Ilia Mirkin: On Fri, Jan 17, 2014 at 11:58 PM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- This seems like a function that should exist in gallium/util, but I didn't find it. I guess the mesa/st does these checks far enough away from actual resource creation

Re: [Mesa-dev] [PATCH 3/3] st/vdpau: check surface params before creating resources

2014-01-17 Thread Ilia Mirkin
On Fri, Jan 17, 2014 at 11:58 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > This seems like a function that should exist in gallium/util, but I didn't > find it. I guess the mesa/st does these checks far enough away from actual > resource creation. > > src/gallium/state_trackers/

[Mesa-dev] [PATCH 3/3] st/vdpau: check surface params before creating resources

2014-01-17 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- This seems like a function that should exist in gallium/util, but I didn't find it. I guess the mesa/st does these checks far enough away from actual resource creation. src/gallium/state_trackers/vdpau/bitmap.c| 4 src/gallium/state_trackers/vdpau/out