Re: [PATCH weston] shell: Bypass fullscreen scaling if surface width and height match output

2013-02-12 Thread Konno, Joe
Tested-by: Joe Konno On 02/12/2013 03:53 AM, Rob Bradford wrote: > From: Rob Bradford > > If our surface has width and height set to the same dimensions as the output > then we can bypassing the scale factor calculation and addition of the > transformation. > > The use case that led to this opti

[PATCH weston] configure: prevent premature HAVE_GLU check

2013-01-30 Thread Konno, Joe
When cairo-gl and mesa-glu are present on the system, autoconf successfully recognizes both. However, I was wondering why weston-screensaver was not building since autoconf reported all dependencies were met. Move the mesa-glu PKG_CHECK before the conditional. Additionally, remove redundant check

Re: Mplayer build guide fixes, and gstreamer guide

2013-01-17 Thread Konno, Joe
Artie is correct. As of writing, gstreamer-vaapi is dependent on the gstreamer-0.10 protocol and components installed by gst-plugins-bad. I have been compiling and using gstreamer-0.10 and gstreamer-vaapi for the past few months. Though not directly related, Robster submitted a backport patch