From 904d129322337be4a2571b77255b14d42252fafc Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 22 Mar 2010 13:30:54 +0800 Subject: docs: Update the path to build libgl-xlib. --- docs/egl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/egl.html b/docs/egl.html index 55907f6cfac..e960309fc47 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -106,11 +106,11 @@ noted that the classic libGL is not a state tracker and cannot be used with EGL (unless the EGL driver in use is egl_glx). To build the OpenGL state tracker, one may append glx to --with-state-trackers and manually build -src/gallium/winsys/xlib/.

+src/gallium/targets/libgl-xlib/.

Use EGL

-

The demos for OpenGL ES and OpenVG can be found in progs/es1/, +

The demos for OpenGL ES and OpenVG can be found in progs/es1/, progs/es2/ and progs/openvg/. You can use them to test your build. For example,

-- cgit v1.2.3