X Rendering Extension
Template:Short description Script error: No such module "Distinguish".
Page Module:Message box/ambox.css has no content.Page Template:Multiple issues/styles.css has no content.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Page Module:Infobox/styles.css has no content.
| X Rendering Extension | |
|---|---|
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. xclock uses the render extension for rendering translucent and antialiased clock hands | |
| [[Programmer|Original authorTemplate:Pluralize from text]] | X.Org Foundation |
| Engine | Page Template:Plainlist/styles.css has no content.Template:EditAtWikidata |
| Platform | Unix, Unix-like |
| Website | Script error: No such module "WikidataIB". |
| Repository | Page Template:Plainlist/styles.css has no content.
|
Script error: No such module "Check for conflicting parameters".
The X Rendering Extension (Render or XRender) is an extension to the X11 core protocol to implement image compositing in the X server, to allow an efficient display of transparent images.
History
It was written by Keith Packard in 2000 and was first released with XFree86 version 4.0.1. Its design was influenced by rio, the windowing system for Plan 9.[1]
Motivation
The core X Window System drawing protocol does not have a way to efficiently draw transparent objects: A computer display is composed of individual pixels, which can only show a single color at a time. Thus transparency can only be achieved by mixing the colors of the transparent object to be drawn with the background color (alpha compositing). However, the standard X protocol only allows drawing with solid color, so the only way to achieve transparency is to fetch the background color from the screen, mix it with the object color, then write it back, which is fairly inefficient.[2]
Since many operations require transparency (for example spatial anti-aliasing, especially during font rasterization, and transparency effects in window managers, such as transparent windows or menus), this limitation caused problems, and Xrender was implemented to address it.
Features
It provides several rendering operations and also does alpha blending. As of 2011[update] it serves primarily to implement antialiased fonts, but for example KWin, KDE’s window manager uses it to draw drop shadows and translucency in case OpenGL is not available.
Geometric figures are rendered by client-side tessellation into either triangles or trapezoids. Text is drawn by loading the glyphs into the server and rendering as a group.
It is designed to target the 3D graphics capabilities of newer video cards.
References
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."Design and Implementation of the X Rendering Extension". 2000. Retrieved 2013-11-03.
- ^ Xft - the X Font library Drawing anti-aliased text with the core protocol involves fetching pixels from the destination, merging in the glyphs and shipping them back. This can be a performance problem when the latency between client and server is high.
External links
- The X Rendering Extension (Keith Packard, Latest Official Specification)
- The Xrender Library
- A New Rendering Model for X (Keith Packard, USENIX 2000)
- High Performance X Servers in the Kdrive Architecture (Emma Anholt, USENIX '04)
- X.Org Glossary (X.Org)
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.