[Glamor] =?y?q?=5BPATCH=203/8=5D=20README=3A=20fix=20typos=20and=20update=20information?=
Gaetan Nadon
memsize at videotron.ca
Tue Dec 10 08:13:27 PST 2013
- Fix a few typos
- Update the bottom section as glamor is a component of xorg
and not a product
- Provide glamor information following the same boiler plate
pattern as all the other xorg modules
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
README | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/README b/README
index fd53d90..e6a5bbc 100644
--- a/README
+++ b/README
@@ -22,16 +22,16 @@ It consists of two packages:
functions to create and initialize OpenGL/EGL context.
-Itâs somehow hardware independently. And could be a building
+Itâs somehow hardware independent. And could be a building
block of any X serverâs DDX driver:
Xorgâs DDX driver could leverage glamor-egl package to
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
+ Now the xf86-video-intel driver uses glamor as one of its
option. When you build it with --enable-glamor, then it
- will use glamor as its rendering enginee.
+ will use glamor as its rendering engine.
Why glamor
----------------------------------------------
@@ -65,7 +65,7 @@ according to the rendering request. Normally, it will prepare
a serial of hardware dependent command, and then upload the
command to the GFX device through DRM interface.
-Glamor just providess the third access method:
+Glamor just provides the third access method:
Each pixmap has a normal texture object. Bind the texture
object to a frame buffer object. Writing shaders according
to the rendering type and then call GL functions to render
@@ -78,20 +78,22 @@ the normal 2D driver.
Where to get more information about the driver
----------------------------------------------
- http://www.freedesktop.org/wiki/Software/Glamor
+Please submit bugs & patches to the Xorg bugzilla:
-Mailing list for communication with users and developers of
-glamor:
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
- Note: Subscription is required before posting, but anyone is
- free to subscribe. See instructions (and archives) here:
+All questions regarding this software should be directed at the
+glamor mailing list:
- http://lists.freedesktop.org/mailman/listinfo/glamor
+ http://lists.freedesktop.org/mailman/listinfo/glamor
-To report bugs encountered with the driver, see:
+The master development code repository can be found at:
- TBD.
+ git://anongit.freedesktop.org/git/xorg/driver/glamor
-To see bugs that are targeted to be fixed in the next release:
+ http://cgit.freedesktop.org/xorg/driver/glamor
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
- TBD.
--
1.7.9.5
More information about the Glamor
mailing list