search for: swapbuffers

Displaying 20 results from an estimated 23 matches for "swapbuffers".

Did you mean: swapbuffer
2009 May 07
2
compiz swapbuffers patch
Here's a compiz patch to assume the presence of a sane glXSwapBuffer implementation (i.e. one that uses page flips synchronized to vblank). It adds --no-wait and --always-swap options, which, if used with the swapbuffers patchset, will make compiz use the page flipping path for tear-free drawing. Jesse -------------- next part -------------- A non-text attachment was scrubbed... Name: compiz-pageflip-support-2.patch Type: text/x-patch Size: 2069 bytes Desc: not available Url : http://lists.freedesktop.org/archives...
2006 Jul 21
1
GLX redirection extension
I think that I may have found a potentially useful way out of some problems within the current compositing framework. Basically, the server has information that the compositor would find useful. Of course, I may be wrong ... GLX redirection --------------- The GLX protocol provides GL applications with the contexts and drawables that they require to execute GL. Since the X server is usually in
2014 Nov 17
1
"Which version should I use?"
...nt programs to GLSL. > What does this actually offer the user, though? I understand what it does for platforms that only has one or the other set of functions of course, but does it actually make a difference for regular old computers where things have just always worked? 3. The move to using SwapBuffers (with GLX_EXT_buffer_age) as opposed > to CopySubBuffer. 1 & 2 are API-incompatible changes. 3 is a change that silently > exposes bugs in existing plugins, usually relating to a failure to > indicate update regions on the screen. > There's a lot of wtf in old plugins, and c...
2014 Nov 17
0
"Which version should I use?"
...not particularly hard. Probably one of the hardest was the blur plugin and that only took me a day or two[3]. The three biggest changes to rendering were 1. The move to triangle-based meshes as opposed to relying on quads. 2. The move from assembly fragment programs to GLSL. 3. The move to using SwapBuffers (with GLX_EXT_buffer_age) as opposed to CopySubBuffer. 1 & 2 are API-incompatible changes. 3 is a change that silently exposes bugs in existing plugins, usually relating to a failure to indicate update regions on the screen. In terms of Wayland, I'd honestly recommend look into using some...
2014 Nov 12
2
"Which version should I use?"
This is a somewhat controversial subject which I only reluctantly bring up. I honestly believe that open discussion is the only way to run a project, and I apologize in advance if I offend anyone. I got what should have been an easy question on #compiz a few days ago. A user came in and asked "What version do you recommend I use?". I honestly didn't know what to say. >From a
2013 Jul 22
0
[RFC PATCH] Support running nested in a Mir compositor
...t can't be applied until the Xserver patch has landed, and that needs more work. This demonstrates the approach, however. There's probably some code to be shared with XWayland support, around the output handling (or lack thereof) and possibly integration with the underlying compositor for SwapBuffers etc. ?: Such as not doing a fullscreen blit on all damage, integration with DRI2 and SwapBuffers to avoid copies, etc. Signed-off-by: Christopher James Halse Rogers <raof at ubuntu.com> --- src/nouveau_dri2.c | 22 ++++++- src/nv_driver.c | 170 +++++++++++++++++++++++++++++++++++++++++...
2009 Oct 14
0
[ANNOUNCE] compiz-0.8.4
...instead of keeping its old value. Dennis Kasprzyk (8): Added support for QT 4.5 raster graphicssystem. Support Qt 4.4 Added KAboutData Port of KDE4 window decorator to KDE 4.3. Added missing files. Fixed mouse wheel calculations. Revert "Add swapbuffers and vsync_wait options" Fixed initial size problems. Erkin Bahceci (50): Fix segmentation fault. screenshot: Use correct desktop directory by default. Close the user-dirs file when XDG_DESKTOP_DIR is not found. switcher: Fix map event handling. resize: Conv...
2013 Feb 20
0
[ANNOUNCE] xf86-video-intel 2.21.3
Release 2.21.3 (2013-02-20) =========================== A few minor bugfixes, another point release. * Fix tracking of DRI pixmaps and their backing bo across reparenting. If we tried to execute a SwapBuffers after a Window was reparented, but before the DRI client has updated its references, then we would end up manipulating an exported pixmap without a flush flag set. In the worst case, this would culminate in a segfault in the driver. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg...
2002 May 24
0
gta3
...n32:ELF_FindExportedFunction function StrokeAndFillPath not found: /usr/lib/wine/libwine.so: undefined symbol: StrokeAndFillPath fixme:win32:ELF_FindExportedFunction function StrokePath not found: /usr/lib/wine/libwine.so: undefined symbol: StrokePath fixme:win32:ELF_FindExportedFunction function SwapBuffers not found: /usr/lib/wine/libwine.so: undefined symbol: SwapBuffers fixme:win32:ELF_FindExportedFunction function WidenPath not found: /usr/lib/wine/libwine.so: undefined symbol: WidenPath err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this. How can I fix these stuff? I have...
2014 Jan 14
0
[PATCH] nouveau: add framebuffer validation callback
...date_framebuffer thing in > nouveau_context.c, but I think that's related to actually > rendering/invalidating the fb displayed to the screen. > That's called before any rendering happens to check if we need to renew any of the render buffers, e.g. in case the window was resized or SwapBuffers() was called. It's rather unfortunate that the name of your new function is just a permutation of the old one, how about 'nouveau_check_framebuffer_completeness'? > src/mesa/drivers/dri/nouveau/nouveau_driver.h | 1 + > src/mesa/drivers/dri/nouveau/nouveau_fbo.c | 38 ++++++...
2012 Dec 15
0
[ANNOUNCE] xf86-video-intel 2.20.16
...sna: Avoid reusing the same 'busy' bit for two different meanings. sna: Try installing a fallback config on VT enter in case full desiredMode fails sna/dri: Only special case 'divisor && msc-passed' for immediate flipping sna/dri: Disable name exchanges for SwapBuffers sna/dri: Query current msc before use sna/dri: Fix handling of current_msc > target_msc sna/gen4: Use the single-threaded SF w/a for spans as well sna/gen3+: Use nearest for unscaled videos sna/gen2: STIPPLE requires an argument sna: Pin some batches to avoid...
2013 Feb 01
0
[ANNOUNCE] xf86-video-intel 2.21.0
...orner pixel when drawing rectangles with PolyLines https://bugs.freedesktop.org/show_bug.cgi?id=55484 * Don't try to use Y-tiling colour buffers with mesa/i915c as mesa doesn't support them and wil fallback to software rendering * Ensure that any cached mmaps are invalidated for a SwapBuffers https://bugs.freedesktop.org/show_bug.cgi?id=60042 * Correctly handle the composition of rotated displays too large for the 3D pipeline https://bugs.freedesktop.org/show_bug.cgi?id=60124 * Fix the computation of the planar video frame size https://bugs.launchpad.net/ubuntu/+source/x...
2016 Oct 03
9
[Bug 98030] New: Stuttering video playback in totem after update to 1.19-rc1
https://bugs.freedesktop.org/show_bug.cgi?id=98030 Bug ID: 98030 Summary: Stuttering video playback in totem after update to 1.19-rc1 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2012 Sep 14
0
Wine release 1.5.13
...current pixel format from the drawable structure in wglMakeContextCurrentARB. user32: Fix DrawFocusRect to always invert the destination regardless of the text color. comctl32: XOR'ing with a black pen is not useful. winex11: Get the information from the drawable structure in SwapBuffers. opengl32: Update the extension list. gdi32: Move the SwapBuffers entry point to the OpenGL driver. winex11: Move the fps tracing to opengl32. winex11: Add helper functions to retrieve drawable information for a window or DC. winex11: Disable client-side rendering for...
2015 Jan 24
0
[ANNOUNCE] xorg-server 1.16.99.902
...dix: integer overflow in GetHosts() [CVE-2014-8092 2/4] dix: integer overflow in RegionSizeof() [CVE-2014-8092 3/4] dix: integer overflow in REQUEST_FIXED_SIZE() [CVE-2014-8092 4/4] dri2: integer overflow in ProcDRI2GetBuffers() [CVE-2014-8094] dbe: unvalidated lengths in DbeSwapBuffers calls [CVE-2014-8097] Xi: unvalidated lengths in Xinput extension [CVE-2014-8095] xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096] Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099] dri3: unvalidated lengths in DRI3 extension swapp...
2012 Jul 03
0
Wine release 1.5.8
...m the git repository. Check http://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.5.8 (total 80): 5310 GDI32.SwapBuffers should call OPENGL32.wglSwapBuffers, not vice versa 10458 Poptray 3.2 external exception with hotmail 12966 Broken Sword 4 Demo fails to start 15982 Geometry Wars game does not start 16246 Setting WINEPATH has no effect 16596 Game doesn't display properly without using 'Emula...
2014 Nov 10
2
Non-Gnome desktop
...(0): Depth 24, (--) framebuffer bpp 32 [ 77.054] (==) intel(0): RGB weight 888 [ 77.054] (==) intel(0): Default visual is TrueColor [ 77.054] (--) intel(0): Integrated Graphics Chipset: Intel(R) Q45/Q43 [ 77.054] (**) intel(0): Relaxed fencing enabled [ 77.054] (**) intel(0): Wait on SwapBuffers? enabled [ 77.054] (**) intel(0): Triple buffering? enabled [ 77.054] (**) intel(0): Framebuffer tiled [ 77.054] (**) intel(0): Pixmaps tiled [ 77.054] (**) intel(0): 3D buffers tiled [ 77.054] (**) intel(0): SwapBuffers wait enabled [ 77.054] (==) intel(0): video overlay key set...
2014 Jan 10
2
[PATCH] nouveau: add framebuffer validation callback
Fixes assertions when trying to attach textures to fbs with formats not supported by the render engines. See https://bugs.freedesktop.org/show_bug.cgi?id=73459 Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- In a perfect world I'd have separate callbacks for depth and color, but given the list of supported values, I don't think this matters. Also I used
2010 Feb 05
0
Wine release 1.1.38
...epth clamp tests. wined3d: Get rid of the depth range hack. wined3d: Just use the GL 1.1 texture format constants. wined3d: Trace the GLSL version string. wined3d: Ensure draw ordering across contexts. wined3d: Make sure all contexts are finished drawing before calling SwapBuffers(). wined3d: Use correct texture stage limits in a couple of places. wined3d: Add a debug function for state names. wined3d: Add some basic state table validation. wined3d: Prune invalid states from the state table. wined3d: Get rid of an unnecessary GetContainer() call...
2010 May 31
14
Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0
Config from here http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html work and my PC boot until switch in GUI mode. When start X display off and no signal, but server working and receive ssh connection. How can I make GUI work ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users