Re: [Mesa-dev] [PATCH v5 4/4] build: enable st/va with nouveau driver

2015-12-16 Thread Ilia Mirkin
On Wed, Dec 16, 2015 at 9:40 AM, Julien Isorce wrote: > vainfo fails in vaDriverInit because "dd_create_screen" > does not reach strcmp(driver_name, "nouveau") code. > Indeed when compiling the va target.c, the macro GALLIUM_NOUVEAU > is not defined. > This patch define the macro the same it is do

[Mesa-dev] [PATCH v5 4/4] build: enable st/va with nouveau driver

2015-12-16 Thread Julien Isorce
vainfo fails in vaDriverInit because "dd_create_screen" does not reach strcmp(driver_name, "nouveau") code. Indeed when compiling the va target.c, the macro GALLIUM_NOUVEAU is not defined. This patch define the macro the same it is done for dri and vdpau targets. Tested with: ./autogen.sh --enable