Mark Marshall <[email protected]> writes: > Just a minor thing > > On 10 October 2014 11:09, Eric Anholt <[email protected]> wrote: >> This will be used by the modesetting driver to support DRI2 across all >> hardware that can support glamor, and could potentially be used by >> other drivers that have to support DRI2 on sets of hardware with >> multiple Mesa drivers. >> >> This logic is the same as what's present in the Mesa driver loader, >> except for the lack of nouveau_vieux support (which requires a >> predicate on the device). >> >> Signed-off-by: Eric Anholt <[email protected]> >> ---
>> Bool
>> DRI2ScreenInit(ScreenPtr pScreen, DRI2InfoPtr info)
>> {
>> @@ -1525,6 +1578,14 @@ DRI2ScreenInit(ScreenPtr pScreen, DRI2InfoPtr info)
>> if (!ds->driverNames)
>> goto err_out;
>> ds->driverNames[0] = info->driverName;
>
> I assume that you'd want to drop the line above, as it done again in
> the added lines below?
Fixed, thanks!
pgpyb5Tj71FA5.pgp
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
