Lines Matching full:extension

73                     window" extension:
119 <sect2><title>The X Video Extension</title>
121 The X Video Extension is a widely-available extension to the
181 <sect3><title>Scaling with the X Video Extension</title>
188 via the XvPutImage interface of the X Video Extension.
196 the X Video Extension to provide scaling under X11 that is
199 Extension, so this would not provide an immediate solution
257 Video (which may require the extension of existing
270 <sect4><title>Implementing the X Video Extension for DMX</title>
281 X Video Extension API calls, including the
297 Support for querying back-end X Video Extension
310 Video Extension, software scaling can be implemented
318 <sect4><title>Supporting RGB formats for the X Video Extension</title>
321 Extension, and assuming the target hardware supports an
327 <sect3><title>Scaling with an XPutImageScaled Extension</title>
330 Extension in DMX, one obvious solution would be to
331 implement a new extension that provides access to
335 Video Extension).
339 disadvantages as the XCopyAreaScaled Extension, discussed
360 <sect3><title>Scaling with an XCopyAreaScaled Extension</title>
364 XPutImageScaled, we will consider this extension instead.
370 Extension, which writes into an overlay plane,
377 differently, so an XCopyAreaScaled extension could be
379 interact with the X Video extension in any way.
382 The XCopyAreaScaled extension provides new
383 functionality that the X Video Extension does not
386 be excited about this extension.
389 The main drawback to this extension is that it is new
393 Extension will be implemented for a particular piece
394 hardware because the X Video extension has multimedia
396 XCopyAreaScaled extension to be implemented along with
397 the X Video extension, especially if it becomes
406 that is using the XCopyAreaScaled extension. However,
407 this implementation pathway would make this extension
424 Extension as well as the need to implement additional
483 XFree86-VidModeExtension Extension, would allow an
488 Extension),
541 The implementation of X Video Extension in DMX, and the use
551 XCreateWindow call. A new extension could provide an
591 However, other Scaled Window Extension aware clients may
593 least two additional extension calls should be
618 Extension for DMX. The window contents must be scaled,
638 The XCopyAreaScaled extension should be implemented, since
640 since making use of this extension will require minimal
646 of the X protocol extension, writing this up in the
647 usual format for extension documentation, implementation
651 and implementation of support for this extension in DMX.
654 We suggest implementing the extension first on the ATI
685 should also fall back to using the X Video Extension.
688 This project would add support for the X Video Extension
690 this extension without introducing artifacts. This
698 The X Video Extension is one of the few popular
700 implementing the X Video Extension even if scaling is
708 XCreateScaledWindow extension because of the complexity
710 XPutImageScaled extension because it requires the same amount
711 of work as the XCopyAreaScaled extension, but provides less