mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-09 01:10:33 +01:00
nouveau: compilation fixes
This commit is contained in:
parent
642d5ee8c5
commit
f59d59a95f
1 changed files with 2 additions and 2 deletions
|
|
@ -214,7 +214,7 @@ static const struct __DriverAPIRec nouveauAPI = {
|
|||
|
||||
|
||||
static __GLcontextModes *
|
||||
nouveauFillInModes( __DRIscreenPRiv *psp,
|
||||
nouveauFillInModes( __DRIscreenPrivate *psp,
|
||||
unsigned pixel_bits, unsigned depth_bits,
|
||||
unsigned stencil_bits, GLboolean have_back_buffer )
|
||||
{
|
||||
|
|
@ -304,7 +304,7 @@ __GLcontextModes *__driDriverInitScreen(__DRIscreenPrivate *psp)
|
|||
" git://anongit.freedesktop.org/git/nouveau/mesa\n");
|
||||
|
||||
#if NOUVEAU_DRM_HEADER_PATCHLEVEL != 10
|
||||
#error nouveau_drm.h version doesn't match expected version
|
||||
#error nouveau_drm.h version does not match expected version
|
||||
#endif
|
||||
|
||||
if (!driCheckDriDdxDrmVersions2("nouveau",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue