[Mesa-dev] [PATCH 2/4] vl: add drm support for vl_screen

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 5 15:12:15 PST 2015


On 5 November 2015 at 19:43, Christian König <deathsimple at vodafone.de> wrote:
>>
>> +/**************************************************************************
>> + *
>> + * Copyright 2009 Younes Manton.
>> + * All Rights Reserved.
>
> You probably want to change the copyright here.
>
Heh considering that 90% of the following is bastardised^Wwritten by
yours truly who never bothers updating copyrights headers ;-)

>> --- /dev/null
>> +++ b/src/gallium/auxiliary/vl/vl_winsys_drm.c

>> +#include <assert.h>
>> +
>> +#include "pipe/p_screen.h"
>> +#include "pipe-loader/pipe_loader.h"
Please add the following include.
#include "state_tracker/drm_driver.h"

-Emil


More information about the mesa-dev mailing list