search for: glamor

Displaying 20 results from an estimated 154 matches for "glamor".

2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...'s 1.18 RC1. Let's figure out when to release this during XDC. Aaron Plattner (3): xfree86: Fix xf86_check_platform_slot's handling of PCI xfree86: Add GPU screens even if there are no active GDevs xfree86: Bump video driver ABI version to 20 Adam Jackson (27): glamor: Fix up indentation xf86Crtc: right-of placement by default. dmx: Fix the build present: static cleanup parser: static cleanup dri3: Remove unbuilt dri3_event.c dri3: static cleanup dix: Unexport various implementation details randr: Unexport some imp...
2016 Mar 11
0
[ANNOUNCE] xorg-server 1.18.2
A big pile of updates in this one. Highlights include: - glamor is updated to use OpenGL core profiles if available, which should improve memory usage and performance on modern hardware, and got some other performance improvements for rpi and other GLES platforms - DRI2, DRI3, and Present all received correctness fixes for hangs, crashes, and other weirdness...
2014 Jun 21
1
[PATCH 1/2] glamor: fix build without glamor.h
xorg-server can be built without glamor, which leads to: CC nouveau_xv.lo In file included from nouveau_xv.c:41:0: nouveau_glamor.h:12:20: fatal error: glamor.h: No such file or directory compilation terminated. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- configure.ac | 8 +++++++- 1 file changed, 7 i...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...urce enum Input: Add focus-in event source XWayland: Use FocusIn events for keyboard enter dix: Add hybrid full-size/empty-clip mode to SetRootClip Dave Airlie (27): modesetting: drop platform_dev pointer. modesetting: create entities for pci and old probe. (v2) glamor: fallback if font is too large for FBO size. glamor: store old fonts in double width textures. glamor: use vbos in gradient/picture code. glamor/xv: add vbo support (v2.1) glamor: Add support for CA rendering in a single pass. glamor: don't do copy if we have 0 box...
2014 Oct 23
0
[PATCH] Make building of glamor optional
...ile changed, 21 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index ccf320a..56b08ee 100644 --- a/configure.ac +++ b/configure.ac @@ -140,17 +140,29 @@ if test "x$have_list_h" = xyes; then #include "list.h"]) fi -AC_CHECK_HEADERS([glamor.h],[found_glamor_header=yes],[found_glamor_header=no], - [#include "xorg-server.h"]) -AC_MSG_CHECKING([whether to include GLAMOR support]) -if test "x$found_glamor_header" = xyes && pkg-config --exists "xorg-server >= 1.15.99.901" -then - AC_DEFINE(HAVE_GL...
2015 Jul 07
2
RFC: drop glamor from nouveau ddx
On Tue, Jul 7, 2015 at 5:05 PM, Ben Skeggs <skeggsb at gmail.com> wrote: > On 8 July 2015 at 06:06, Ilia Mirkin <imirkin at alum.mit.edu> wrote: >> Ben, >> >> Looks like the reality is that glamor is just not hooked up properly >> in the nouveau DDX. Mainly it's missing DRI2, which in turn means no >> core GL contexts, and probably lots of other issues. While this could >> probably be fixed somehow, I doubt there's any advantage to using the >> nouveau DDX ove...
2015 Jul 07
3
RFC: drop glamor from nouveau ddx
Ben, Looks like the reality is that glamor is just not hooked up properly in the nouveau DDX. Mainly it's missing DRI2, which in turn means no core GL contexts, and probably lots of other issues. While this could probably be fixed somehow, I doubt there's any advantage to using the nouveau DDX over something like modesetting nowaday...
2016 Oct 28
0
[ANNOUNCE] xorg-server 1.18.99.902
Here's 1.19-RC2, which should be pretty close to 1.19. The only serious bug I'm aware of at this point is a crash in FlushAllOutput: https://bugzilla.redhat.com/show_bug.cgi?id=1382444 Adam Jackson (5): glamor: Fall back to software for CopyPlane if we need to xephyr: Don't crash if the server advertises zero xv adaptors test: Re-enable a couple of GetImage tests glamor: Use eglGetPlatformDisplay{,EXT} if we can glx/dri2: Don't include drm headers Alex Goins (1): ra...
2023 Jul 19
0
[ANNOUNCE] xwayland 23.1.99.901 (aka Xwayland 23.2.0 rc1)
...Jessica Clarke (4): xwayland: Avoid gratuitous round trip through event_id xwayland: Pass vblank pointer itself to xwl_present_flip xwayland: Stop relying on event_id being a valid pointer xwayland: Stop using event address as event_id Jonas ?dahl (6): xwayland/glamor/gbm: Only use modifier gbm API if explicit xwayland/glamor/gbm: Initialize explicit buffer params in helper xwayland/glamor/gbm: Use helper for implicit buffer params too xwayland/glamor: Track if a xwl_pixmap uses explicit modifiers xwayland/window: Move set-allow funct...
2016 Jul 19
0
[ANNOUNCE] xorg-server 1.18.4
Another pile of backports from the devel branch, primarily in glamor, xwayland, and the modesetting driver. Thanks to all who contributed. Adam Jackson (9): dix: Squash some new gcc6 warnings kdrive: Nuke a bunch of dead code xfree86: Add IndirectGLX server flag (v2) xfree86: Don't swallow Âħiglx command line flag modesetting: resub...
2015 Jan 24
0
[ANNOUNCE] xorg-server 1.16.99.902
...son (1): dri2: SourceOffloads may be for DRI3 only Colin Harrison (1): hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the Windows clipboard Daniel Martin (5): config/udev: Prefix and shift "removing GPU" message modesetting: Move Bool glamor into drmmode struct modesetting: Create new EGL screen in drmmode_xf86crtc_resize modesetting: Fix ifdefs s/HAVE_UDEV/CONFIG_UDEV_KMS/ modesetting: Remove unused params from drmmode_output_init() Dave Airlie (2): glamor: Add an accessor for the GBM device. glamor: use...
2016 Feb 08
0
[ANNOUNCE] xorg-server 1.18.1
First release in the 1.18 stable branch. Major themes are bugfixes in glamor, the modesetting driver, and the Present extension. Xwayland users may want to apply the following pair of patches in addition to this release: https://patchwork.freedesktop.org/patch/72945/raw/ https://patchwork.freedesktop.org/patch/72951/raw/ which combined fix an input issue when hotplugging...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
This is the first release candidate for xserver 1.20. Notable changes since 1.19 include: - RANDR 1.6, which enables leasing RANDR resources to a client for its exclusive use (e.g. head mounted displays) - Depth 30 support in glamor and the modesetting driver - A meson-based build system, parallel to autotools - Pageflipping support for PRIME output sinks - OutputClass device matching for xorg.conf - Input grab and tablet support in Xwayland ... and the usual pile of bug fixes and cleanups. The final release will include...
2015 Jun 16
0
[ANNOUNCE] xorg-server 1.17.2
...troyPixmap present: Copy unflip contents back to the Screen Pixmap Colin Harrison (2): os/xdmcp.c: Include Xtrans.h when building for WIN32 os/utils.c: Don't try to build os_move_fd() for WIN32 Dave Airlie (2): os/access: fix regression in server interpreted auth glamor: don't do render ops with matching source/dest (v2) Dima Ryazanov (1): xwayland: Implement smooth scrolling Egbert Eich (6): symbols: Fix sdksyms.sh to cope with gcc5 Xephyr: Don't crash when no command line argument is specified Xephyr: Print default server displa...
2015 Jul 14
4
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
...gt; > I have no proof that this is the cause of the issue the user was > seeing, in fact it's just as likely to be something else. However this > seems like a pretty significant issue to me. > Ok, thanks for the explanation. But would this problem then be limited to exa + nouveau? glamor uses opengl and thereby mesa's and i think mesa gets sync right afaik, at least in the glx/dri3 backend. Didn't look at egl backend though. At least i didn't see any such corruption? I'll change the patch to default to DRI 2 then for exa, and glamor will ignore the DRI parameter...
2015 Jul 29
3
[PATCH 1/2] present: Fixup return type of nouveau_present_init()
Make it a Bool consistently, as declared in header. Reported-by: Ilia Mirkin <imirkin at alum.mit.edu> Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com> --- src/nouveau_present.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nouveau_present.c b/src/nouveau_present.c index 4de1e6e..699a58d 100644 --- a/src/nouveau_present.c +++
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.0
...re 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 cases, at the potential expense of other use cases (only available with glamor) * DisplayPort 1.2 MST support * Implemented support for Xorg -background none with glamor and fixed it to work better with EXA * The contents of newly allocated buffers are always initialized before scanout, reducing intermittent artifacts [0] Enabling Option "TearFree" or Option &q...
2016 Jun 26
2
Should I expect nouveau on 4.6 to work on a GM206?
...k with the monitor". Perhaps something forces it to retry and it eventually succeeds. > > but they aren't causing an obvious problem. > >>> >>> Note that with maxwell we have yet to add EXA support to >>> xf86-video-nouveau, so you're ending up with GLAMOR (and Ben and I >>> disagree on whether EXA support should be added in the first place). >>> There was also an issue that glamor was hitting with nouveau which >>> appears to have dissipated, either due to a change in nouveau or a >>> change in glamor. So you migh...
2017 Oct 04
0
[ANNOUNCE] xorg-server 1.19.4
...Aaron Plattner (1): randr: Use RRTransformEqual in RRCrtcPendingTransform Adam Jackson (11): parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL) xinerama: Implement graphics exposures for window->pixmap copies (v4) ephyr: Don't clobber bitsPerPixel when using glamor xephyr: Check for host XVideo support before trying to use it modesetting: Validate the atom for enum properties wayland: Sync drm.xml with Mesa os: Fix warning in LockServer xfree86: Silence a new glibc warning dmx: Silence an unused-result warning dmx: Re...
2017 Jan 13
32
[Bug 99400] New: garbled rending with glamor on G71
https://bugs.freedesktop.org/show_bug.cgi?id=99400 Bug ID: 99400 Summary: [nouveau] garbled rending with glamor on G71 Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Repo...