search for: scrnintstr

Displaying 5 results from an estimated 5 matches for "scrnintstr".

2019 Jan 21
2
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
...f-by: Rhys Kidd <rhyskidd at gmail.com> --- src/nv_include.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nv_include.h b/src/nv_include.h index de55570..6fdeeab 100644 --- a/src/nv_include.h +++ b/src/nv_include.h @@ -38,6 +38,7 @@ #include "dixstruct.h" #include "scrnintstr.h" +#define FB_ACCESS_WRAPPER #include "fb.h" #include "xf86cmap.h" -- 2.19.1
2017 Apr 18
3
[PATCH xserver] Make PixmapDirtyUpdateRec::src a DrawablePtr
...ivers/modesetting/driver.c | 10 +++++----- hw/xfree86/drivers/modesetting/drmmode_display.c | 5 +++-- hw/xfree86/drivers/modesetting/drmmode_display.h | 2 +- include/pixmap.h | 5 +++-- include/pixmapstr.h | 3 ++- include/scrnintstr.h | 6 +++--- randr/randrstr.h | 2 +- randr/rrcrtc.c | 20 +++++++++----------- 9 files changed, 38 insertions(+), 39 deletions(-) diff --git a/dix/pixmap.c b/dix/pixmap.c index b67a2e8a6..81ac5e2d8 10...
2019 Jan 23
0
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
...> src/nv_include.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/nv_include.h b/src/nv_include.h > index de55570..6fdeeab 100644 > --- a/src/nv_include.h > +++ b/src/nv_include.h > @@ -38,6 +38,7 @@ > #include "dixstruct.h" > #include "scrnintstr.h" > > +#define FB_ACCESS_WRAPPER > #include "fb.h" > > #include "xf86cmap.h" > -- > 2.19.1 > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > https://lists.freedesktop.org/ma...
2014 Jun 21
0
[PATCH 2/2] present: build only when glamor is enabled
...de.h" #include "nouveau_glamor.h" #include "xf86drmMode.h" diff --git a/src/nouveau_present.h b/src/nouveau_present.h index dea19ce..958c2f7 100644 --- a/src/nouveau_present.h +++ b/src/nouveau_present.h @@ -4,7 +4,11 @@ #include "xorg-server.h" #include "scrnintstr.h" -#ifdef DRI3 +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#if defined(DRI3) && defined(HAVE_GLAMOR) #include "present.h" Bool nouveau_present_init(ScreenPtr pScreen); void nouveau_present_fini(ScreenPtr pScreen); -- 2.0.0
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...| 5 +- include/os.h | 25 +- include/pixmap.h | 6 +- include/privates.h | 52 +- include/protocol-versions.h | 6 +- include/scrnintstr.h | 73 +- include/servermd.h | 21 + include/site.h | 3 - include/windowstr.h | 2 +- m4/dolt.m4 | 181 -- mi/Makefil...