search for: xext

Displaying 20 results from an estimated 40 matches for "xext".

Did you mean: next
2012 Feb 08
2
[LLVMdev] SelectionDAG scalarizes vector operations.
We generate xEXT nodes in many cases. Unlike GCC which vectorizes inner loops, we vectorize the implicit outermost loop of data-parallel workloads (also called whole function vectorization). We vectorize code even if the user uses xEXT instructions, uses mixed types, etc. We choose a vectorization factor which i...
2012 Feb 08
0
[LLVMdev] SelectionDAG scalarizes vector operations.
"Rotem, Nadav" <nadav.rotem at intel.com> writes: > We generate xEXT nodes in many cases. Unlike GCC which vectorizes > inner loops, we vectorize the implicit outermost loop of data-parallel > workloads (also called whole function vectorization). We vectorize > code even if the user uses xEXT instructions, uses mixed types, etc. > We choose a vectoriza...
2006 Jul 12
2
Error install rgl package on linux
...math.o osxgui.o osxlib.o par3d.o pixmap.o PointSet.o PrimitiveSet.o QuadSet.o RenderContext.o render.o rglview.o scene.o select.o Shape.o SphereMesh.o SphereSet.o SpriteSet.o String.o Surface.o TextSet.o Texture.o TriangleSet.o types.o Viewpoint.o win32gui.o win32lib.o x11gui.o x11lib.o -L -lX11 -lXext -lGL -lGLU -L/usr/lib -lpng12 -L/usr/lib/R/lib -lR /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make: *** [rgl.so] Error 1 chmod: cannot access `/home/subianto/local/lib/R/library/site-packages/rgl/libs/*': No such file or directory ERROR: compilation failed for package &...
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...d reviewed. We're still missing the threaded input stuff, but that needs more review and I think we wore Tiago out this time around. If someone wants to propose merging it after the freeze, I think we should consider doing it. Note that this tarball depends on unreleased protocol packages for xext and randr. It should correctly whine if they aren't available. Time for a bit of a break. -keith git tag: xorg-server-1.9.99.901 http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.9.99.901.tar.bz2 MD5: 73ce57401de4a50e0abdb8e820fb2fd7 xorg-server-1.9.99.901.tar.bz2 SHA1:...
2010 Dec 15
2
Two asterisk servers, two different service providers
All: I am looking to install another asterisk server in an office located in a different part of the country. I think I can configure the sip and extension conf files, so that the internal phones at the two locations can call each other. My question is this, how do I properly configure the sip file for a different provider at the new location? Can I use a different register statement for
2009 Mar 28
2
Xorg unbuildable - where to get: x11-xcb?
...attempt at the following: cd /usr/ports/x11/xorg-minimal make produces the following error: ... checking pkg-config files for X11 are available... yes checking for LIBDRM... yes checking for DRI2PROTO... yes checking for DRIGL... gnome-config: not found configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: No package 'x11-xcb' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. ... I was able to install /usr/ports/x11/xcb with no issue. But have no idea where to find x11...
2012 Feb 08
0
[LLVMdev] SelectionDAG scalarizes vector operations.
...t; I had a few thoughts regarding our short discussion yesterday. > > I am not sure how we can lower SEXT into the vpmovsx family of instructions. I propose the following strategy for the ZEXT and ANYEXT family of functions. what I would like to understand first is why there are any vector xEXT nodes at all! As I tried to explain on IRC, I don't think you ever get these from the GCC autovectorizer except as part of a shuffle-extend pair. Where do you get these nodes from? Does the intel auto-vectorizer produce them more often than the GCC one? Ciao, Duncan. At first, we let the...
2012 Feb 08
5
[LLVMdev] SelectionDAG scalarizes vector operations.
Hi Dave, >> We generate xEXT nodes in many cases. Unlike GCC which vectorizes >> inner loops, we vectorize the implicit outermost loop of data-parallel >> workloads (also called whole function vectorization). We vectorize >> code even if the user uses xEXT instructions, uses mixed types, etc. >> We ch...
2012 Feb 08
2
[LLVMdev] SelectionDAG scalarizes vector operations.
Duncan, I had a few thoughts regarding our short discussion yesterday. I am not sure how we can lower SEXT into the vpmovsx family of instructions. I propose the following strategy for the ZEXT and ANYEXT family of functions. At first, we let the Type Legalizer/VectorOpLegalizer scalarize the code. Next, we allow the dag-combiner to convert the BUILD_VECTOR node into a shuffle. This is
2018 Aug 07
0
[ANNOUNCE] xorg-server 1.20.1
This bugfix release fixes several issues in RANDR, Xwayland, glamor, the modesetting driver, and elsewhere. Everyone is encouraged to upgrade. Thanks to all who contributed to this release! Adam Jackson (1): xserver 1.20.1 Alexander Volkov (1): Xext/shm: Refuse to work for remote clients Bas Nieuwenhuizen (1): DRI2: Sync radeonsi_pci_ids.h from Mesa Damien Leone (1): os: Recompute whether any clients are ready after check_timers() Dave Airlie (1): xwayland: fix typo in non-modifier fallback path John Lumby (1): Chan...
2012 Feb 08
0
[LLVMdev] SelectionDAG scalarizes vector operations.
Hi All, > Hi Dave, > > >> We generate xEXT nodes in many cases. Unlike GCC which vectorizes > >> inner loops, we vectorize the implicit outermost loop of > >> data-parallel workloads (also called whole function vectorization). Just to clarify, GCC vectorizes innermost and next-to-innermost (aka outer) loops, packing inst...
2018 Mar 28
0
[ANNOUNCE] xorg-server 1.19.99.902
...erFlags glamor: Hide new DRI behind Option "Debug" "dmabuf_capable" autotools: Derive xkb configuration from xkbcomp.pc xserver 1.20 RC2 Alan Coopersmith (1): Revert "modesetting: Remove #ifdefs XF86_PDEV_SERVER_FD" Alexander Volkov (1): Xext/shm: Downgrade from error to debug log output about success Antoine Martin (1): os: Fix -logfile when used with -displayfd Daniel Stone (1): modesetting/drmmode: Remove unused flink call Emil Velikov (7): present: cap the version returned to the client dri3: cap the versi...
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
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)
...      xorg-wrapper: when starting the server as root, reset its environment Jürg Billeter (1):       ephyr: fix -no-host-grab argument processing Keith Packard (5):       os/xdmcp: Remove dead 'restart' code       os/xdmcp: Just send XDMCP keepalive packets once every three minutes       Xext/xselinux: Warning fixes       Xext, os: Remove OS-internal usages within XACE and XSELinux       fonts: Continue when font calls return Suspended more than once Ken Thomases (1):       XQuartz: Fix how we calculate the height of the OSX menu bar Laércio de Sousa (1):       ephyr: move host_has_ex...
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now. Here is a respin on top of latest master Patch 1: regression fix, preventing the ddx from loading if kernel module is not loaded Patches 2-5: Completely nuke dri1, make dri2 hard dependency Patches 6-7: Assist people with first-time build of nouveau Git complains about whitespace errors in patch 7, which for the sake of me I cannot
2015 Oct 28
0
[ANNOUNCE] xorg-server 1.17.4
Minor brown-bag release. The important fix here is Martin's clientsWritable change which fixes a crash when built against xproto 7.0.28. Adam Jackson (1):       xserver 1.17.4 Julien Cristau (1):       Xext: fix build with --disable-xace Martin Peres (1):       os: make sure the clientsWritable fd_set is initialized before use Michel Dänzer (1):       DRI2: Sync radeonsi_pci_ids.h from Mesa git tag: xorg-server-1.17.4 http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.17.4.tar.bz...
2015 Nov 09
0
[ANNOUNCE] xorg-server 1.18.0
...     modesetting: Handle failures in setting a CRTC to a DRM mode properly       modesetting: Free output_ids in drmmode_set_mode_major()       modesetting: Remove XF86_CRTC_VERSION checks Jammy Zhou (1):       present: Execute right away if target_msc equals current_msc Julien Cristau (1):       Xext: fix build with --disable-xace Martin Peres (1):       os: make sure the clientsWritable fd_set is initialized before use Michel Dänzer (1):       DRI2: Sync radeonsi_pci_ids.h from Mesa git tag: xorg-server-1.18.0 http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.18.0.tar.bz...
2015 Nov 09
0
[ANNOUNCE] xorg-server 1.18.0
...     modesetting: Handle failures in setting a CRTC to a DRM mode properly       modesetting: Free output_ids in drmmode_set_mode_major()       modesetting: Remove XF86_CRTC_VERSION checks Jammy Zhou (1):       present: Execute right away if target_msc equals current_msc Julien Cristau (1):       Xext: fix build with --disable-xace Martin Peres (1):       os: make sure the clientsWritable fd_set is initialized before use Michel Dänzer (1):       DRI2: Sync radeonsi_pci_ids.h from Mesa git tag: xorg-server-1.18.0 http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.18 .0.tar.b...
2016 Apr 04
0
[ANNOUNCE] xorg-server 1.18.3
A few fixes relative to 1.18.2, including one fairly important performance fix to the Present extension. Thanks to all for fixes and testing. Adam Jackson (2):       vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS       xserver 1.18.3 Chris Wilson (1):       Xext/vidmode: Reduce verbosity of GetModeLine debug messages Dave Airlie (1):       glamor: swizzle RED to 0 for alpha textures Michel Dänzer (2):       present: Only requeue for next MSC after flip failure       xfree86/modes: Make sure the HW cursor is hidden when it should be Olivier Fourdan (2):...
2018 Apr 24
0
[ANNOUNCE] xorg-server 1.19.99.905
...eration Daniel Stone (1): dri3: Don't call vfuncs on old DRI3 screens David Woodhouse (1): glamor: fix glamor_xv_query_image_attributes() for odd-width images Emil Velikov (1): configure.ac: make use of wayland-scanner.pc Lyude Paul (5): meson: Ensure we always build Xext/hashtable.c for glx meson: Fix indenting in glx/meson.build xwayland: Decouple GBM from glamor xwayland: Add xwayland-config.h xwayland: Add glamor egl_backend for EGLStreams Mario Kleiner (2): dri3: Fix dri3_buffers_from_pixmap request. modesetting: Only use mo...