Update links in README

Added linked to external projects and status documents on Khronos SVN
diff --git a/icd/intel/README.md b/icd/intel/README.md
index 60a825f..e0abbf5 100644
--- a/icd/intel/README.md
+++ b/icd/intel/README.md
@@ -5,3 +5,5 @@
 - [compiler](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/compiler) contains BIL->Intel ISA compiler
 - [kmd](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/kmd) contains OS kernel mode driver abstraction
 - [genhw](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/genhw) contains autogenerated HW interface
+
+Implementation status is available in the [API Entry Point Table](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/LunarG/XGL-Sample-Driver-Entrypoint-Status-31-Oct-2014.pdf)
diff --git a/icd/intel/compiler/README.md b/icd/intel/compiler/README.md
index a61640e..a106ab4 100644
--- a/icd/intel/compiler/README.md
+++ b/icd/intel/compiler/README.md
@@ -2,10 +2,11 @@
 
 This compiler stack was brought over from the GlassyMesa driver LunarG created for Valve.
 It uses the following tools:
-- [glslang with BIL support](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/compiler/mesa-utils/src/glsl)
-- LunarGLASS middle end optimizer
-- GlassyMesa's GLSLIR and supporting infrastructure
-- GlassyMesa's DRI i965 backend
+- BIL support and LunarGLASS middle end optimizer (pulled in via 
+[update_external_sources.sh](https://github.com/KhronosGroup/GL-Next/tree/master/update_external_sources.sh) script)
+(https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/compiler/mesa-utils/src/glsl)
+- [GlassyMesa's GLSLIR and supporting infrastructure](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/compiler/shader)
+- [GlassyMesa's DRI i965 backend](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/compiler/pipeline)
 
 For xglCreateShader, we primarily used the existing standalone device independent front end which can consume GLSL or BIL, and results in a separately linked shader object.