From: Timothy Arceri Date: Fri, 2 Aug 2013 11:57:50 +0000 (+1000) Subject: docs: Update some out of date sourcetree information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37f9e0e84f27b9fa2010888aa3081f0461209403;p=mesa.git docs: Update some out of date sourcetree information Reviewed-by: Andreas Boll Signed-off-by: Andreas Boll --- diff --git a/docs/devinfo.html b/docs/devinfo.html index bf7725961ce..4c1099c5e32 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -36,7 +36,7 @@ To add a new GL extension to Mesa you have to do at least the following.
  • - 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. diff --git a/docs/sourcetree.html b/docs/sourcetree.html index 530c333c456..a6868d39883 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -59,7 +59,6 @@ each directory.
  • osmesa - off-screen software driver
  • XXX more -
  • es - OpenGL ES overlay, parallelly buildable with the core Mesa
  • math - vertex array translation and transformation code (not used with Gallium)
  • program - Vertex/fragment shader and GLSL compiler code @@ -135,7 +134,6 @@ each directory.
  • clover - OpenCL state tracker
  • dri - Meta state tracker for DRI drivers
  • egl - Meta state tracker for EGL drivers -
  • es - OpenGL ES 1.x and 2.x state trackers
  • glx - Meta state tracker for GLX
  • vdpau - VDPAU state tracker
  • vega - OpenVG 1.x state tracker