search for: devprivates

Displaying 13 results from an estimated 13 matches for "devprivates".

Did you mean: devprivate
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...oc() for allocating PixmapRec's. Christian Weisgerber (1): FreeBSD/alpha server build requires libio (missed in modularization). Coleman Kane (1): Bug 13101: xorg-server has a typo in hw/xfree86/os-support/bsd/i386_video.c Colin Harrison (1): Rootless: Fix lvalue error from devPrivates change Dan Nicholson (1): glx: Use glapi sources from the mesa tree Daniel Stone (64): Fix key repeats during VT switch. GetKeyboardEvents: Reject out-of-range keycodes (bug #12528) Input: Generate XKB mapping changes for all core-sending devices (bug #12523) XFree86...
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
- Only for sufficiently new xserver's and exa_driver_pixmaps. --- src/nouveau_exa.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++-- src/nv_driver.c | 51 +++++++++++-- src/nv_proto.h | 4 + src/nv_type.h | 12 +++- 4 files changed, 267 insertions(+), 17 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index 93fc3c5..074a226 100644 ---
2009 Mar 08
1
wfb patches
These patches are pretty much done, except for a compile warning somewhere. The major remaining bottleneck is this line (as far as i can tell): offset -= (unsigned long) pPixmap->devPrivate.ptr; A significant amount of samples is spent on that, so suggestions on how to improve that are appreciated. I'm out of time for the moment. I'm curious how this performs for other people
2008 Mar 06
0
[ANNOUNCE] printproto 1.0.4
Alan Coopersmith (1): renamed: .cvsignore -> .gitignore Eamon Walsh (2): Updates to printproto as part of devPrivates rework. Update package version number for devPrivates rework. Egbert Eich (1): 23. Merged with XFree86 4.4.0. Added changes that went into infected files. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generat...
2009 Jan 03
1
some patches and remarks for ng
1 patch for libnouveau_drm, 4 for drm and one work in progress patch for the ddx. Getting nv50 to run proved to be more difficult than i thought (at some point i stopped because it would require significant changes), i just have a few remarks. - Buffer object access is not guarded by fences at all, which is a major issue. You worked around that by using M2MF I suppose, but this needs a
2019 Jan 23
0
[PATCH] present: rotated crtc's work fine
The "pick best" logic takes rotation into account. However flipping a rotated CRTC can't work, so we disable that. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- At first blush, this seems to make DRI3 function reasonably with rotated CRTCs src/nouveau_present.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/nouveau_present.c
2019 Oct 13
0
[PATCH xf86-video-nouveau] dri2, present: move in pixmap before getting addresses
First of all, we were not forcing the pixmap to be moved in before attempting to present it. Secondly, in certain configurations, we avoid ever backing pixmaps with vram (in GPUs with 32MB of VRAM or less). This fixes the observed cases where we ended up assuming that a bo was backing a pixmap without doing the explicit move-in. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> ---
2008 Sep 03
0
[ANNOUNCE] xf86-video-tga 1.2.0
Adam Jackson (3): Uninclude xf86Version.h Fix distcheck tga 1.2.0 Brice Goglin (1): TGA_*_VERSION using PACKAGE_VERSION_* Dave Airlie (2): pciaccess conversion tga: fixup devPrivates James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings git tag: xf86-video-tga-1.2.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-tga-1.2.0.tar.bz2 MD5: f3bddf0a64932ca9bd72041ccd3b5501 xf86-video-tga-1.2.0.tar.bz2 SHA...
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...s and GCOps. Delete unused lastWinOrg field from GCs. Delete xaaWrapper. Delete redundant GC initializations. dixfonts: Deobfuscate GC ops calls. xquartz: Delete compile-time-constant DRIGCRec.driOps field. xnest: Replace use of Colormap->devPriv with standard devPrivates. Delete Colormap->devPriv. It isn't used any more. VGA arbiter: No need for arbitration around CreateGC. glxdriswrast: Use CreateGC, not CreateScratchGC. Un-export CreateScratchGC now that nothing external uses it. miPolyGlyphBlt: Delete redundant ValidateGC....
2017 Mar 04
0
[DDX PATCH] Consider CRTCs disabled when DPMS is off
It turns out there's a difference in X between a CRTC being "disabled" and simply having it's DPMS turned off. This is problematic though, because if DPMS is turned off you can't really use the CRTC as a normal CRTC anyway since page flipping and vblanks will be non-functional. As a result, we've been considering DPMS-on CRTCs as enabled and attempt to perform pageflips,
2009 Jan 12
0
[ANNOUNCE] xorg-server 1.5.99.901
Ok, this is the first release candidate for X server version 1.6. At this point, I'm interested in seeing only critical bug fixes submitted on the wiki page. Sorry for the delay since 1.5.99.3, but I wanted to get the Enter Leave/FocusIn Out fixes into this release. -keith Adam Jackson (7): randr: Add [GS]etOutputPrimary randr: Mangle compat Xinerama reply based on primary
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.0
The xf86-video-ati 7.6.0 release supports xserver versions 1.8-1.18. New features in this release: * DRI3 and Present extension support, allowing more efficient and secure OpenGL compositing * Option "TearFree" [0] to eliminate tearing (currently only effective for non-rotated outputs) * Option "ShadowPrimary" [0] which may deliver better performance for some 2D use
2013 Feb 01
0
[ANNOUNCE] xf86-video-intel 2.21.0
Release 2.21.0 (2013-02-01) =========================== A few new features: * Enable render acceleration for Haswell GT1/GT2. * Enable multi-threaded rasterisation of trapezoids and fallback composition * Utilile a new kernel interface (v3.9) for processing relocations along with a few older features from the 2.20.x series: * PRIME support for hotplug GPUs and hybrid systems * Support