docs: Update some out of date sourcetree information
authorTimothy Arceri <t_arceri@yahoo.com.au>
Fri, 2 Aug 2013 11:57:50 +0000 (21:57 +1000)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Fri, 2 Aug 2013 14:22:03 +0000 (16:22 +0200)
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
docs/devinfo.html
docs/sourcetree.html

index bf7725961ce4333e6b0ed00333f03ecef9f53aea..4c1099c5e324e69f0ca16b3617d33b0d7fb32616 100644 (file)
@@ -36,7 +36,7 @@ To add a new GL extension to Mesa you have to do at least the following.
    </pre>
 </li>
 <li>
-   In the src/mesa/glapi/ directory, add the new extension functions and
+   In the src/mapi/glapi/gen/ directory, add the new extension functions and
    enums to the gl_API.xml file.
    Then, a bunch of source files must be regenerated by executing the
    corresponding Python scripts.
index 530c333c456dbcde40c01ed60b366be555186f43..a6868d3988357e8f1d6f72f7bfba77a7408237f7 100644 (file)
@@ -59,7 +59,6 @@ each directory.
         <li><b>osmesa</b> - off-screen software driver
         <li>XXX more
         </ul>
-    <li><b>es</b> - OpenGL ES overlay, parallelly buildable with the core Mesa
     <li><b>math</b> - vertex array translation and transformation code
         (not used with Gallium)
     <li><b>program</b> - Vertex/fragment shader and GLSL compiler code
@@ -135,7 +134,6 @@ each directory.
        <li><b>clover</b> - OpenCL state tracker
        <li><b>dri</b> - Meta state tracker for DRI drivers
        <li><b>egl</b> - Meta state tracker for EGL drivers
-       <li><b>es</b> - OpenGL ES 1.x and 2.x state trackers
        <li><b>glx</b> - Meta state tracker for GLX
        <li><b>vdpau</b> - VDPAU state tracker
        <li><b>vega</b> - OpenVG 1.x state tracker