diff --git a/docs/sourcetree.html b/docs/sourcetree.html
index 41f40351eb7..00dc4e7c9f4 100644
--- a/docs/sourcetree.html
+++ b/docs/sourcetree.html
@@ -48,6 +48,7 @@ each directory.
glslcompiler - a stand-alone GLSL compiler driver
XXX more
+ es - OpenGL ES overlay, parallelly buildable with the core Mesa
math - vertex array translation and transformation code
(not used with Gallium)
ppc - Assembly code/optimizations for PPC systems
@@ -123,15 +124,15 @@ each directory.
state_trackers -
- - dri -
-
- egl -
-
- es -
+
- dri - Meta state tracker for DRI drivers
+
- egl - Meta state tracker for EGL drivers
+
- es - OpenGL ES 1.x and 2.x state trackers
- g3dvl -
-
- glx -
+
- glx - Meta state tracker for GLX
- python -
-
- vega -
+
- vega - OpenVG 1.x state tracker
- wgl -
-
- xorg -
+
- xorg - Meta state tracker for Xorg video drivers
winsys -