search for: xorg_list

Displaying 10 results from an estimated 10 matches for "xorg_list".

Did you mean: org_list
2014 Jul 01
4
nouveau xorg driver - compile error
Hello, nouveau xorg driver from master git repository cannot be compiled on ubuntu precise. Here is build log: https://launchpadlibrarian.net/179062836/buildlog_ubuntu-precise-amd64.xserver-xorg-video-nouveau_1:1.0.10-git201407010817~ubuntu12.04.1_FAILEDTOBUILD.txt.gz Problem is somewhere in drmmode_display.c. Can somebody look at it and fix compile error problems? -- Pali Roh?r pali.rohar at
2014 Jul 01
0
nouveau xorg driver - compile error
...problems? > > > > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/nouveau > -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-xorg_list-define-the-xorg_list-symbols.patch Type: text/x-patch Size: 2541 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140701/d02fe757/attachment.bin>
2014 Sep 03
0
[ANNOUNCE] xf86-video-nouveau 1.0.11
...t a more generic event mechanism present: initial support another build fix... fix a harmless typo present: use drmmode_head() where it's appropriate fix glamor header check Dave Airlie (1): autogen: add support for gnome autobuilder Emil Velikov (1): xorg_list: define the xorg_list* symbols Hans de Goede (3): Add a NVOpenNouveauDevice helper function Add support for server managed fds Fix building on older servers without xf86platformBus.h Ilia Mirkin (5): update man page with new chips, AccelMethod option exa/nv10: use sa...
2014 Sep 03
0
[ANNOUNCE] xf86-video-nouveau 1.0.11
...t a more generic event mechanism present: initial support another build fix... fix a harmless typo present: use drmmode_head() where it's appropriate fix glamor header check Dave Airlie (1): autogen: add support for gnome autobuilder Emil Velikov (1): xorg_list: define the xorg_list* symbols Hans de Goede (3): Add a NVOpenNouveauDevice helper function Add support for server managed fds Fix building on older servers without xf86platformBus.h Ilia Mirkin (5): update man page with new chips, AccelMethod option exa/nv10: use sa...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where
2016 Oct 28
0
[ANNOUNCE] xorg-server 1.18.99.902
...itplane in glamor_copy_fbo_cpu xwayland: Activate and enable touch devices Peter Harris (1): Fix id in error when resource does not exist Peter Hutterer (4): xfree86: use the right option traversal list to search for an option xfree86: swap the list of paused devices to an xorg_list ddx: add new call to purge input devices that weren't added inputthread: On Linux leave the main thread's name as-is Qiang Yu (1): config: fix GPUDevice fail when AutoAddGPU off + BusID Rui Matos (2): xwayland: Close the shm fd as early as possible xwayland:...
2015 Nov 19
0
[ANNOUNCE] xf86-video-amdgpu 1.0.0
...ild when gbm.h doesn't define GBM_BO_USE_LINEAR Document Option "AccelMethod" in the manpage Add 10-amdgpu.conf xorg.conf.d snippet Link against libgbm glamor: Deal with glamor_glyphs_init being removed from xserver Require at least xserver 1.8 Move xorg_list backwards compatibility to new amdgpu_list.h header Add DRM event queue helpers DRI2: Simplify blit fallback handling for scheduled swaps DRI2: Remove superfluous assignments to *_info->frame DRI2: Move amdgpu_dri2_flip_event_handler DRI2: Use helper functions for D...
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.0
...DRI2 and DRI3 consistent with other drivers. (v2) Michel Dänzer (78): Remove duplicate OPTION_PAGE_FLIP entry PRIME: Don't advertise offload capabilities when acceleration is disabled Prefer drmModeSetCursor2 over drmModeSetCursor Require at least xserver 1.8 Move xorg_list backwards compatibility to new radeon_list.h header Add DRM event queue helpers v2 DRI2: Simplify blit fallback handling for scheduled swaps DRI2: Remove superfluous assignments to *_info->frame DRI2: Move radeon_dri2_flip_event_handler DRI2: Use helper functions fo...
2017 Apr 18
3
[PATCH xserver] Make PixmapDirtyUpdateRec::src a DrawablePtr
..., RegionUnion(damageregion, damageregion, &dstregion); RegionUninit(&dstregion); - DamageRegister(screen->root ? &screen->root->drawable : &src->drawable, - dirty_update->damage); + DamageRegister(src, dirty_update->damage); xorg_list_add(&dirty_update->ent, &screen->pixmap_dirty_list); return TRUE; } Bool -PixmapStopDirtyTracking(PixmapPtr src, PixmapPtr slave_dst) +PixmapStopDirtyTracking(DrawablePtr src, PixmapPtr slave_dst) { - ScreenPtr screen = src->drawable.pScreen; + ScreenPtr screen = sr...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...] dix: Use list for ready clients os: Switch server to poll(2) [v3] os: Use ospoll for input thread [v2] os: eliminate fd value limits for clients Allow 1024 and 2048 for LimitClients os: Leave stdin and stdout open os: Remove CheckConnections os: Use xorg_list for struct _OsTimerRec os: Clean up WaitFor.c os: Allow re-registering fd with InputThreadRegisterDev mi: Remove spurious call to OsReleaseSignals from mieqGrowQueue Build glamor when Xorg or Xephyr are built. xfree86: Set pScrn->pScreen before driver ScreenInit is...