diff options
author | Zhigang Gong <zhigang.gong@linux.intel.com> | 2012-04-28 17:02:35 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2012-04-28 17:02:35 +0800 |
commit | d5cdad0497ae5f6cd936a74f68169c0910ea1e68 (patch) | |
tree | 090713c94e2c9b782fd2281e619105fc94bfff7d /README | |
parent | 8b009ce320f67b63c6bcc499acc73280acac07a6 (diff) |
Release 0.4.0.4-rc1
Update Readme, and write a new ReleaseNote and bump the version
to 0.4.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 7 insertions, 17 deletions
@@ -25,13 +25,13 @@ It consists of two packages: It’s somehow hardware independently. And could be a building block of any X server’s DDX driver: - Xephyr or any other X-in-X server could use glamor to - acclerate the rendering if the hostX has glx support. Xorg’s DDX driver could leverage glamor-egl package to - create a egl context without any native X system. This + create an egl context without any native X system. This package can support every platform which has OpenGL and gbm and drm libraries. - + Now the xf86-intel-video driver uses glamor as one of its + option. When you build it with --enable-glamor, then it + will use glamor as its rendering enginee. Why glamor ---------------------------------------------- @@ -73,26 +73,16 @@ to the texture directly. Eventually, the DRI driver in the openGL implementation (mesa) will setup appropriate 2D or 3D pipeline to perform the rendering -operation. Functionally, it should be identical to the normal -2D driver. +operation. Functionally, it should be functional identical to +the normal 2D driver. Where to get more information about the driver ---------------------------------------------- - - TBD. - -Documentation specific to the glamor common module including -possible configuration options for the xorg.conf file can be found in -the glamor(4) manual page. After installing the module this -documentation can be read with the following command: - - man glamor + http://www.freedesktop.org/wiki/Software/Glamor Mailing list for communication with users and developers of glamor: - TBD - Note: Subscription is required before posting, but anyone is free to subscribe. See instructions (and archives) here: |